diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-12-17 15:18:54 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-12-17 15:18:54 +0000 |
commit | a975d548413e1e93c8ec05aa5024e2f1313fb98e (patch) | |
tree | af641dfde6425caf2c47e6036d8ec44f516a2314 /media-libs | |
parent | Stable on x86 (diff) | |
download | gentoo-2-a975d548413e1e93c8ec05aa5024e2f1313fb98e.tar.gz gentoo-2-a975d548413e1e93c8ec05aa5024e2f1313fb98e.tar.bz2 gentoo-2-a975d548413e1e93c8ec05aa5024e2f1313fb98e.zip |
Cleanup
(Portage version: 2.1_pre1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc8-r2.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 4ec72cc33624..70b111db053b 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.282 2005/12/16 23:21:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.283 2005/12/17 15:18:54 lu_zero Exp $ + + 17 Dec 2005; Luca Barbato <lu_zero@gentoo.org> xine-lib-1_rc8-r2.ebuild: + Cleanup 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> xine-lib-1.1.1-r3.ebuild: diff --git a/media-libs/xine-lib/xine-lib-1_rc8-r2.ebuild b/media-libs/xine-lib/xine-lib-1_rc8-r2.ebuild index 2eb9629522fe..a3887d1b775a 100644 --- a/media-libs/xine-lib/xine-lib-1_rc8-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc8-r2.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-libs/xine-lib/xine-lib-1_rc8-r2.ebuild,v 1.2 2005/10/31 11:11:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc8-r2.ebuild,v 1.3 2005/12/17 15:18:54 lu_zero Exp $ inherit eutils flag-o-matic toolchain-funcs libtool @@ -17,12 +17,13 @@ SRC_URI="mirror://sourceforge/xine/${PN}-${PV/_/-}${MY_PKG_SUFFIX}.tar.gz LICENSE="GPL-2" SLOT="1" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="arts esd avi nls dvd aalib X directfb oggvorbis alsa gnome sdl speex theora ipv6 altivec pic" +IUSE="arts esd nls dvd aalib X directfb oggvorbis alsa gnome sdl speex theora +ipv6 altivec pic win32codecs" RESTRICT="nostrip" RDEPEND="oggvorbis? ( media-libs/libvorbis ) X? ( virtual/x11 ) - avi? ( x86? ( >=media-libs/win32codecs-0.50 ) ) + win32codecs? ( >=media-libs/win32codecs-0.50 ) esd? ( media-sound/esound ) dvd? ( >=media-libs/libdvdcss-1.2.7 ) arts? ( kde-base/arts ) @@ -102,7 +103,7 @@ src_compile() { local myconf="--with-included-dvdnav" # the win32 codec path should ignore $(get_libdir) and always use lib - use avi && use x86 \ + use win32codecs \ && myconf="${myconf} --with-w32-path=/usr/$(get_libdir)/win32" \ || myconf="${myconf} --disable-asf" |