diff options
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index d29b3424c04c..39a609607440 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/xine-lib # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.98 2004/03/22 03:24:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.99 2004/03/30 15:40:04 jhuebel Exp $ + + 30 Mar 2004; Jason Huebel,,, <jhuebel@gentoo.org> xine-lib-1_rc3-r2.ebuild: + fix for amd64 to allow building Xv support 21 Mar 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc3-r2.ebuild: Added ~sparc keyword. diff --git a/media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild b/media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild index a4931abb70c7..b5563c9772c7 100644 --- a/media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild,v 1.6 2004/03/22 03:24:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild,v 1.7 2004/03/30 15:40:04 jhuebel Exp $ inherit eutils flag-o-matic gcc libtool @@ -89,6 +89,9 @@ src_compile() { use sparc \ && myconf="${myconf} --enable-vis" + use amd64 \ + && myconf="${myconf} --with-xv-path=/usr/X11R6/lib" + econf \ `use_enable X x11` \ `use_enable esd` \ |