diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-01 09:45:01 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-01 09:45:01 +0000 |
commit | 3deee6ace31edfc824e21803fb823413f23cb184 (patch) | |
tree | a400882d11e3e1a64f0c1dc7f724c188e36dd204 /media-video/libav/libav-0.6.9999.ebuild | |
parent | ppc stable (bug 302981) (diff) | |
download | gentoo-2-3deee6ace31edfc824e21803fb823413f23cb184.tar.gz gentoo-2-3deee6ace31edfc824e21803fb823413f23cb184.tar.bz2 gentoo-2-3deee6ace31edfc824e21803fb823413f23cb184.zip |
Drop frei0r option that is availible only in trunk.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-video/libav/libav-0.6.9999.ebuild')
-rw-r--r-- | media-video/libav/libav-0.6.9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-video/libav/libav-0.6.9999.ebuild b/media-video/libav/libav-0.6.9999.ebuild index dd13d194c3a5..34db25662934 100644 --- a/media-video/libav/libav-0.6.9999.ebuild +++ b/media-video/libav/libav-0.6.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.6.9999.ebuild,v 1.5 2011/03/28 19:36:35 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.6.9999.ebuild,v 1.6 2011/04/01 09:45:01 scarabeus Exp $ EAPI=4 @@ -27,7 +27,7 @@ SLOT="0" [[ ${PV} == *9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib" +IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib" VIDEO_CARDS="nvidia" for x in ${VIDEO_CARDS}; do @@ -48,7 +48,6 @@ RDEPEND=" x264? ( >=media-libs/x264-0.0.20101029 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) - frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) jack? ( media-sound/jack-audio-connection-kit ) @@ -130,8 +129,6 @@ src_configure() { for i in alsa oss ; do use ${i} || myconf+=" --disable-outdev=${i}" done - # libavfilter options - use frei0r && myconf+=" --enable-frei0r" # Threads; we only support pthread for now but ffmpeg supports more use threads && myconf+=" --enable-pthreads" |