summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-22 05:35:35 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-22 05:35:35 +0000
commita43c96ef8a1859b603da7c2650754f8205355e82 (patch)
tree98e981a3c730574b36c980b232cc81ee1f6c05ed
parentRemove xorg 6.9 mask, it's covered by the monolithic X mask (David Shakaryan). (diff)
downloadgentoo-2-a43c96ef8a1859b603da7c2650754f8205355e82.tar.gz
gentoo-2-a43c96ef8a1859b603da7c2650754f8205355e82.tar.bz2
gentoo-2-a43c96ef8a1859b603da7c2650754f8205355e82.zip
old
-rw-r--r--media-video/SDLcam/SDLcam-0.7.3-r1.ebuild54
-rw-r--r--media-video/SDLcam/files/digest-SDLcam-0.7.3-r13
2 files changed, 0 insertions, 57 deletions
diff --git a/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild b/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild
deleted file mode 100644
index be7fc8506a90..000000000000
--- a/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild,v 1.6 2004/11/06 00:18:54 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Webcam application that uses the SDL library"
-HOMEPAGE="http://sdlcam.raphnet.net/"
-SRC_URI="http://sdlcam.raphnet.net/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- media-libs/libfame
- media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-ttf"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc3.patch
- epatch ${FILESDIR}/${PV}-no-divx.patch
- rm capture/divx.c # the divx.so needs to be ported to newer avifile
- epatch ${FILESDIR}/${PV}-linux-2.6.patch
- sed -i "s: -g: ${CFLAGS} `avifile-config --cflags`:" Makefile
- sed -i "/#include/s:avifile/::" capture/divx2.cpp
-
- # Don't you love hardcoded vars?
- sed -i \
- -e 's:/usr/local/share/SDLcam/:/usr/share/SDLcam/:' \
- -e 's:/usr/local/lib/SDLcam:/usr/lib/SDLcam:' \
- -e 's:sources/:/usr/lib/SDLcam/sources/:' \
- configuration.h interface.cpp SDL_v4l_filters.c main.cpp
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin SDLcam || die
- insinto /usr/share/SDLcam
- doins LucidaSansRegular.ttf LucidaTypewriterRegular.ttf SDLcam.xml SDLcam.cfg || die
- insinto /usr/lib/SDLcam/filters
- doins filter/*.so || die
- insinto /usr/lib/SDLcam/capture
- doins capture/*.so || die
- insinto /usr/lib/SDLcam/sources
- doins sources/*.so || die
-}
diff --git a/media-video/SDLcam/files/digest-SDLcam-0.7.3-r1 b/media-video/SDLcam/files/digest-SDLcam-0.7.3-r1
deleted file mode 100644
index 4bd96c67556f..000000000000
--- a/media-video/SDLcam/files/digest-SDLcam-0.7.3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 82b7d7e7e6f4d6fe1cd2c4ab97232fd8 SDLcam-0.7.3.tar.gz 299421
-RMD160 bb59dadae8a2ac4f5f86b16abb298a498e25a5eb SDLcam-0.7.3.tar.gz 299421
-SHA256 227e44ab23fd3081e170a61fac81f8920cf8f4c34d92ea57ce61fd056674c6a4 SDLcam-0.7.3.tar.gz 299421