diff options
-rw-r--r-- | media-video/gephex/Manifest | 8 | ||||
-rw-r--r-- | media-video/gephex/files/digest-gephex-0.0.4 | 1 | ||||
-rw-r--r-- | media-video/gephex/files/digest-gephex-0.0.4-r1 | 1 | ||||
-rw-r--r-- | media-video/gephex/files/digest-gephex-0.4 | 1 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.0.4-r1.ebuild | 52 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.0.4.ebuild | 48 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | media-video/gephex/gephex-0.4.ebuild | 43 |
8 files changed, 3 insertions, 155 deletions
diff --git a/media-video/gephex/Manifest b/media-video/gephex/Manifest index ad04ceabf517..d88898514cc1 100644 --- a/media-video/gephex/Manifest +++ b/media-video/gephex/Manifest @@ -2,12 +2,6 @@ MD5 88b62e87018687dd682582711e69fdf7 ChangeLog 1550 MD5 0e6024af9a9dd49daca8977ba601c8f5 files/0.0.4-alsa-api-fix.patch 832 MD5 060f2d352bb4bee71e647beb2b8135a1 files/0.0.4-disable-glx.patch 159 MD5 d0c894eccb6239538b954cb1d6680c5d files/0.0.4-makefile.in.patch 873 -MD5 8ce45a490b11be332445c5166c2be858 files/digest-gephex-0.0.4 65 -MD5 8ce45a490b11be332445c5166c2be858 files/digest-gephex-0.0.4-r1 65 -MD5 4fe4a3b7c2fad145df1bbedc08e914db files/digest-gephex-0.4 64 MD5 fc047dc0d3d92510ae3f30e10856ad7c files/digest-gephex-0.4.3 67 -MD5 7b2c352a0aa2c49ca2fedcb9d115e820 gephex-0.0.4-r1.ebuild 1229 -MD5 37497dabdc62d2b97419fc35be78e7eb gephex-0.0.4.ebuild 1156 -MD5 1b9c009a7886dcb3f6526a67d0dbfb24 gephex-0.4.3.ebuild 1481 -MD5 7681df3ee8d2ff201b5379c7992d6b3b gephex-0.4.ebuild 1044 +MD5 c7408e6244319aecb0525d64d3481f9a gephex-0.4.3.ebuild 1478 MD5 955f56e990f8c32d705708b4cc4db089 metadata.xml 251 diff --git a/media-video/gephex/files/digest-gephex-0.0.4 b/media-video/gephex/files/digest-gephex-0.0.4 deleted file mode 100644 index 2f031f9bb0ac..000000000000 --- a/media-video/gephex/files/digest-gephex-0.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 2face73cd1316bb9f8e114f62c89b5a8 gephex-0.0.4.tar.gz 1810733 diff --git a/media-video/gephex/files/digest-gephex-0.0.4-r1 b/media-video/gephex/files/digest-gephex-0.0.4-r1 deleted file mode 100644 index 2f031f9bb0ac..000000000000 --- a/media-video/gephex/files/digest-gephex-0.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2face73cd1316bb9f8e114f62c89b5a8 gephex-0.0.4.tar.gz 1810733 diff --git a/media-video/gephex/files/digest-gephex-0.4 b/media-video/gephex/files/digest-gephex-0.4 deleted file mode 100644 index 551196cc4ae3..000000000000 --- a/media-video/gephex/files/digest-gephex-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c11a7b6ffc27b8e56d06348bf6cb04c gephex-0.4.tar.bz2 1540420 diff --git a/media-video/gephex/gephex-0.0.4-r1.ebuild b/media-video/gephex/gephex-0.0.4-r1.ebuild deleted file mode 100644 index 6b012ffadbcc..000000000000 --- a/media-video/gephex/gephex-0.0.4-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.0.4-r1.ebuild,v 1.4 2005/07/07 04:49:52 caleb Exp $ - -inherit eutils - -MY_P=${P/_/} -DESCRIPTION="GePhex is a modular video effect framework." -HOMEPAGE="http://www.gephex.org" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - - -IUSE="static mmx aalib" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -S="${WORKDIR}/${MY_P}" - -DEPEND="virtual/x11 - =x11-libs/qt-3* - >=media-libs/libsdl-1.2.6-r3 - >=media-libs/libpng-1.2.5-r4 - >=media-libs/sdl-ttf-2.0.6 - >=media-libs/alsa-lib-0.9.8 - >=media-video/avifile-0.7.38.20030710 - aalib? ( >=media-libs/aalib-1.4_rc4-r2 )" - -RDEPEND=${DEPEND} - -src_compile() { - cd ${S} - epatch ${FILESDIR}/0.0.4-alsa-api-fix.patch || die - epatch ${FILESDIR}/0.0.4-makefile.in.patch || die - epatch ${FILESDIR}/0.0.4-disable-glx.patch || die - local myconf - myconf="--with-gnu-ld" - econf \ - `use_enable mmx` \ - `use_enable static` \ - ${myconf} \ - || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO - - einfo "Please read /usr/share/doc/gephex/html/documentation.html to get started." - -} diff --git a/media-video/gephex/gephex-0.0.4.ebuild b/media-video/gephex/gephex-0.0.4.ebuild deleted file mode 100644 index 823aa9c60465..000000000000 --- a/media-video/gephex/gephex-0.0.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.0.4.ebuild,v 1.5 2005/07/07 04:49:52 caleb Exp $ - -inherit eutils - -MY_P=${P/_/} -DESCRIPTION="GePhex is a modular video effect framework." -HOMEPAGE="http://www.gephex.org" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -IUSE="static mmx aalib" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -S="${WORKDIR}/${MY_P}" - -DEPEND="virtual/x11 - =x11-libs/qt-3* - >=media-libs/libsdl-1.2.6-r3 - >=media-libs/libpng-1.2.5-r4 - >=media-libs/sdl-ttf-2.0.6 - >=media-libs/alsa-lib-0.9.8 - >=media-video/avifile-0.7.38.20030710 - aalib? ( >=media-libs/aalib-1.4_rc4-r2 )" - -src_compile() { - cd ${S} - epatch ${FILESDIR}/0.0.4-alsa-api-fix.patch || die - epatch ${FILESDIR}/0.0.4-makefile.in.patch || die - local myconf - myconf="--with-gnu-ld" - econf \ - `use_enable mmx` \ - `use_enable static` \ - ${myconf} \ - || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO - - einfo "Please read /usr/share/doc/gephex/html/documentation.html to get started." - -} diff --git a/media-video/gephex/gephex-0.4.3.ebuild b/media-video/gephex/gephex-0.4.3.ebuild index 6a0a0bf6b57f..ff659c3fe888 100644 --- a/media-video/gephex/gephex-0.4.3.ebuild +++ b/media-video/gephex/gephex-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.3.ebuild,v 1.7 2005/12/16 12:07:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.3.ebuild,v 1.8 2005/12/28 20:53:58 lu_zero Exp $ DESCRIPTION="GePhex is a modular video effect framework." HOMEPAGE="http://www.gephex.org" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" IUSE="aalib alsa ffmpeg joystick mmx mpeg opengl oss png sdl static v4l" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" DEPEND="virtual/x11 =x11-libs/qt-3* diff --git a/media-video/gephex/gephex-0.4.ebuild b/media-video/gephex/gephex-0.4.ebuild deleted file mode 100644 index 097ea96b5c82..000000000000 --- a/media-video/gephex/gephex-0.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.ebuild,v 1.2 2005/07/07 04:49:52 caleb Exp $ - -DESCRIPTION="GePhex is a modular video effect framework." -HOMEPAGE="http://www.gephex.org" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -IUSE="static mmx aalib" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -DEPEND="virtual/x11 - =x11-libs/qt-3* - >=media-libs/libsdl-1.2.6-r3 - >=media-libs/sdl-image-1.2.3 - >=media-libs/libpng-1.2.5-r4 - >=media-libs/sdl-ttf-2.0.6 - >=media-libs/alsa-lib-0.9.8 - >=media-video/avifile-0.7.38.20030710 - aalib? ( >=media-libs/aalib-1.4_rc4-r2 )" - -RDEPEND=${DEPEND} - -src_compile() { - cd ${S} - local myconf - myconf="--with-gnu-ld" - econf \ - `use_enable mmx` \ - `use_enable static` \ - ${myconf} \ - || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO - einfo "Please read /usr/share/doc/gephex/html/documentation.html to get started." - -} |