summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hildebrand <zypher@gentoo.org>2004-04-19 18:03:59 +0000
committerMarc Hildebrand <zypher@gentoo.org>2004-04-19 18:03:59 +0000
commit7a6084e277df71787750629da14e36c956a66e19 (patch)
tree9f1cc338dd2aba0c642e4a9a2502fa38c78afeb5 /media-video/gephex
parentAdded IUSE. (Manifest recommit) (diff)
downloadgentoo-2-7a6084e277df71787750629da14e36c956a66e19.tar.gz
gentoo-2-7a6084e277df71787750629da14e36c956a66e19.tar.bz2
gentoo-2-7a6084e277df71787750629da14e36c956a66e19.zip
Added disable-glx patch
Diffstat (limited to 'media-video/gephex')
-rw-r--r--media-video/gephex/ChangeLog5
-rw-r--r--media-video/gephex/Manifest5
-rw-r--r--media-video/gephex/files/0.0.4-disable-glx.patch11
-rw-r--r--media-video/gephex/files/digest-gephex-0.0.4-r11
-rw-r--r--media-video/gephex/gephex-0.0.4-r1.ebuild50
5 files changed, 70 insertions, 2 deletions
diff --git a/media-video/gephex/ChangeLog b/media-video/gephex/ChangeLog
index cc18791ab2c5..7a5aef8d4394 100644
--- a/media-video/gephex/ChangeLog
+++ b/media-video/gephex/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for media-video/gephex
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/ChangeLog,v 1.2 2004/03/19 08:48:03 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/ChangeLog,v 1.3 2004/04/19 18:03:59 zypher Exp $
*gephex-0.0.4 (14 Dec 2003)
+ 19 Apr 2004; Marc Hildebrand <zypher@gentoo.org>; gephex-0.0.4-r1.ebuild :
+ Added disable-glx patch.
+
02 Mar 2004; Marc Hildebrand <zypher@gentoo.org>; gephex-0.0.4.ebuild :
Initial ebuild.
diff --git a/media-video/gephex/Manifest b/media-video/gephex/Manifest
index 79beef27de87..15e0ea9c248c 100644
--- a/media-video/gephex/Manifest
+++ b/media-video/gephex/Manifest
@@ -1,6 +1,9 @@
+MD5 5e9ba3817569e4c4c771407800a99475 gephex-0.0.4-r1.ebuild 1119
MD5 bc2707226a6ee286d59cc858dc629b9b gephex-0.0.4.ebuild 1150
-MD5 36ae6cda23b68cecd447b89992a803d8 ChangeLog 337
+MD5 3679e91285f3d605b8577de23cc2c66d ChangeLog 442
MD5 955f56e990f8c32d705708b4cc4db089 metadata.xml 251
MD5 d0c894eccb6239538b954cb1d6680c5d files/0.0.4-makefile.in.patch 873
+MD5 060f2d352bb4bee71e647beb2b8135a1 files/0.0.4-disable-glx.patch 159
MD5 8ce45a490b11be332445c5166c2be858 files/digest-gephex-0.0.4 65
MD5 0e6024af9a9dd49daca8977ba601c8f5 files/0.0.4-alsa-api-fix.patch 832
+MD5 8ce45a490b11be332445c5166c2be858 files/digest-gephex-0.0.4-r1 65
diff --git a/media-video/gephex/files/0.0.4-disable-glx.patch b/media-video/gephex/files/0.0.4-disable-glx.patch
new file mode 100644
index 000000000000..e5938650f38f
--- /dev/null
+++ b/media-video/gephex/files/0.0.4-disable-glx.patch
@@ -0,0 +1,11 @@
+--- configure 2004-04-14 21:41:54.000000000 +0200
++++ configure.new 2004-04-14 21:41:38.000000000 +0200
+@@ -21754,7 +21754,7 @@
+
+ done
+
+-
++have_glx=no
+
+
+
diff --git a/media-video/gephex/files/digest-gephex-0.0.4-r1 b/media-video/gephex/files/digest-gephex-0.0.4-r1
new file mode 100644
index 000000000000..2f031f9bb0ac
--- /dev/null
+++ b/media-video/gephex/files/digest-gephex-0.0.4-r1
@@ -0,0 +1 @@
+MD5 2face73cd1316bb9f8e114f62c89b5a8 gephex-0.0.4.tar.gz 1810733
diff --git a/media-video/gephex/gephex-0.0.4-r1.ebuild b/media-video/gephex/gephex-0.0.4-r1.ebuild
new file mode 100644
index 000000000000..0324ecb8e223
--- /dev/null
+++ b/media-video/gephex/gephex-0.0.4-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/04/19 18:03:59 zypher Exp $
+
+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."
+
+}