diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-05 09:57:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-05 09:57:15 +0000 |
commit | ff3b91a47adb4dc7262ac728ccc312e489ce9b63 (patch) | |
tree | 02322e881213851f6bfc579bd53d51c9a48bc112 /media-libs/xine-lib/xine-lib-1.2.9999.ebuild | |
parent | Fix dependency on childprocess to match gemspec. (diff) | |
download | historical-ff3b91a47adb4dc7262ac728ccc312e489ce9b63.tar.gz historical-ff3b91a47adb4dc7262ac728ccc312e489ce9b63.tar.bz2 historical-ff3b91a47adb4dc7262ac728ccc312e489ce9b63.zip |
Use external libdvdnav (instead of bundled copy)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1.2.9999.ebuild')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild index 477148bf9364..0737bd98cf38 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.2.9999.ebuild,v 1.8 2012/01/03 22:44:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.9 2012/01/05 09:57:15 ssuominen Exp $ EAPI=4 @@ -24,6 +24,7 @@ SLOT="1" IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusion gtk imagemagick ipv6 jack libcaca mad +mmap mng modplug musepack opengl oss pulseaudio real samba sdl speex theora truetype v4l vcd vdpau vdr vidix +vis vorbis wavpack win32codecs +X +xcb xinerama +xv xvmc" RDEPEND="dev-libs/libxdg-basedir + media-libs/libdvdnav sys-libs/zlib virtual/ffmpeg virtual/libiconv @@ -149,8 +150,7 @@ src_configure() { $(use_enable dvb) \ --disable-gnomevfs \ $(use_enable samba) \ - --disable-v4l \ - $(use_enable v4l v4l2) $(use_enable v4l libv4l) \ + --disable-v4l $(use_enable v4l v4l2) $(use_enable v4l libv4l) \ $(use_enable vcd) \ $(use_enable vdr) \ $(use_enable bluray) \ @@ -176,6 +176,7 @@ src_configure() { $(use_with xcb) \ --with-xv-path=/usr/$(get_libdir) \ $(use_with imagemagick) \ + --with-external-dvdnav \ $(use_with flac libflac) \ $(use_with speex) \ $(use_with theora) \ |