media-video/ffmpeg: remove faac (dropped upstream)
authorAlexis Ballier <aballier@gentoo.org>
Mon, 3 Oct 2016 08:29:18 +0000 (10:29 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 3 Oct 2016 08:51:20 +0000 (10:51 +0200)
Package-Manager: portage-2.3.1

media-video/ffmpeg/ffmpeg-9999.ebuild

index 603f9b863f4b7a29abe8e1490a1b193f1f688b5b..66114d3b19c2d5a70c70208b5f40c6172a6f4f90 100644 (file)
@@ -91,7 +91,7 @@ FFMPEG_FLAG_MAP=(
 # Same as above but for encoders, i.e. they do something only with USE=encode.
 FFMPEG_ENCODER_FLAG_MAP=(
        amrenc:libvo-amrwbenc mp3:libmp3lame
-       faac:libfaac kvazaar:libkvazaar nvenc:nvenc
+       kvazaar:libkvazaar nvenc:nvenc
        openh264:libopenh264 snappy:libsnappy theora:libtheora twolame:libtwolame
        wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265 xvid:libxvid
 )
@@ -165,7 +165,6 @@ RDEPEND="
        ebur128? ( >=media-libs/libebur128-1.1.0[${MULTILIB_USEDEP}] )
        encode? (
                amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] )
-               faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] )
                kvazaar? ( media-libs/kvazaar[${MULTILIB_USEDEP}] )
                mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] )
                nvenc? ( media-video/nvidia_video_sdk )
@@ -280,7 +279,6 @@ REQUIRED_USE="
        ${GPL_REQUIRED_USE}
        ${CPU_REQUIRED_USE}"
 RESTRICT="
-       encode? ( faac? ( bindist ) )
        gpl? ( openssl? ( bindist ) fdk? ( bindist ) )
 "
 
@@ -312,9 +310,6 @@ multilib_src_configure() {
                if use amrenc ; then
                        myconf+=( --enable-version3 )
                fi
-               if use faac ; then
-                       myconf+=( --enable-nonfree )
-               fi
        else
                myconf+=( --disable-encoders )
        fi