diff options
author | Chris White <chriswhite@gentoo.org> | 2004-12-30 19:20:34 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-12-30 19:20:34 +0000 |
commit | 251651cf88471072a3539cf07d6d653d74c45a91 (patch) | |
tree | b6f15a3ef259d941fc1ba3611d873d4439ca752b /media-libs | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-251651cf88471072a3539cf07d6d653d74c45a91.tar.gz gentoo-2-251651cf88471072a3539cf07d6d653d74c45a91.tar.bz2 gentoo-2-251651cf88471072a3539cf07d6d653d74c45a91.zip |
Removed aalib USE flag per bug #76090 as it doesn't work and aalib cannot be disabled on systems that have it installed.
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.0.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 771b4b30f800..a3c95bcd98af 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/xine-lib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.176 2004/12/30 05:14:46 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.177 2004/12/30 19:20:34 chriswhite Exp $ + + 31 Dec 2004; Chris White <chriswhite@gentoo.org> xine-lib-1.0.ebuild: + Removed aalib USE flag as it doesn't work and aalib cannot be disabled on + systems that have it installed. 30 Dec 2004; Chris White <chriswhite@gentoo.org> +files/xine-lib-hardened-mmx.patch, xine-lib-1.0.ebuild: diff --git a/media-libs/xine-lib/xine-lib-1.0.ebuild b/media-libs/xine-lib/xine-lib-1.0.ebuild index 570a1a0e6e8e..2b7e3eafd64b 100644 --- a/media-libs/xine-lib/xine-lib-1.0.ebuild +++ b/media-libs/xine-lib/xine-lib-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0.ebuild,v 1.6 2004/12/30 05:14:46 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0.ebuild,v 1.7 2004/12/30 19:20:34 chriswhite Exp $ inherit eutils flag-o-matic gcc libtool @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/xine/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="1" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="arts esd avi nls dvd aalib X directfb oggvorbis alsa gnome sdl speex +IUSE="arts esd avi nls dvd X directfb oggvorbis alsa gnome sdl speex theora ipv6 altivec opengl aac fb xv xvmc nvidia i8x0 libcaca samba dxr3 vidix png mng pic" @@ -27,7 +27,7 @@ RDEPEND="oggvorbis? ( media-libs/libvorbis ) dvd? ( >=media-libs/libdvdcss-1.2.7 ) arts? ( kde-base/arts ) alsa? ( media-libs/alsa-lib ) - aalib? ( media-libs/aalib ) + media-libs/aalib directfb? ( >=dev-libs/DirectFB-0.9.9 dev-util/pkgconfig ) gnome? ( >=gnome-base/gnome-vfs-2.0 dev-util/pkgconfig ) @@ -217,7 +217,6 @@ src_compile() { $(use_with esd) --disable-esdtest \ $(use_enable alsa) \ $(use_with arts) --disable-artstest \ - $(use_with aalib) \ $(use_with oggvorbis ogg) $(use_with oggvorbis vorbis) \ $(use_enable ipv6) \ $(use_enable directfb) $(use_enable fb) \ |