diff options
author | 2004-03-21 21:28:16 +0000 | |
---|---|---|
committer | 2004-03-21 21:28:16 +0000 | |
commit | 5ee72d91a2d7d294b7b01c400802c6c7d9497ffb (patch) | |
tree | 1ca2785de26faef46fae049c21907707088af0f1 /media-libs/xine-lib | |
parent | Fixed compilation with gtk+-2.4.0. Closing bug #45246 (Manifest recommit) (diff) | |
download | gentoo-2-5ee72d91a2d7d294b7b01c400802c6c7d9497ffb.tar.gz gentoo-2-5ee72d91a2d7d294b7b01c400802c6c7d9497ffb.tar.bz2 gentoo-2-5ee72d91a2d7d294b7b01c400802c6c7d9497ffb.zip |
this should fix 45297 and 45305
Diffstat (limited to 'media-libs/xine-lib')
-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, 5 insertions, 5 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 0fa0d7fb1f74..18a6dfe9a685 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.96 2004/03/21 21:20:05 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.97 2004/03/21 21:28:16 mholzer Exp $ + + 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r2.ebuild: + this should fix 45297 and 45305 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r2.ebuild: ppc and amd64 testing, they have libtheora testing 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 576440ac72b2..48d0888d79f4 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.4 2004/03/21 21:20:05 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc3-r2.ebuild,v 1.5 2004/03/21 21:28:16 mholzer Exp $ inherit eutils flag-o-matic gcc libtool @@ -97,11 +97,8 @@ src_compile() { `use_enable arts` \ `use_enable aalib` \ `use_enable oggvorbis ogg` `use_enable oggvorbis vorbis` \ - `use_enable theora theoratest` \ - `use_enable speex speextest` \ `use_enable sdl sdltest` \ `use_enable ipv6` \ - `use_enable aalib aalibtest` \ `use_enable directfb` \ ${myconf} || die "Configure failed" |