media-video/ffmpeg: add appkit USE flag
authorAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 27 Dec 2017 00:45:57 +0000 (00:45 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Fri, 29 Dec 2017 23:35:27 +0000 (23:35 +0000)
This flag controls a corresponding configure option, which previously
was left to autodetection, causing misdetection and compilation failure
for users having GNUstep installed.

Bug: https://bugs.gentoo.org/637482
Suggested-by: Alexis Ballier <aballier@gentoo.org>
Acked-by: Luca Barbato <lu_zero@gentoo.org>
Acked-by: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6

media-video/ffmpeg/ffmpeg-3.4.1.ebuild
media-video/ffmpeg/ffmpeg-9999.ebuild
media-video/ffmpeg/metadata.xml

index 5fc93de56d55f30b36dd2d086bc9494e6166ad9d..4e76b854556ce6bafcfaa52f050ee60cd7d959fc 100644 (file)
@@ -78,6 +78,7 @@ FFMPEG_FLAG_MAP=(
                speex:libspeex svg:librsvg vorbis:libvorbis
                vpx:libvpx zvbi:libzvbi
                # libavfilter options
+               appkit
                bs2b:libbs2b chromaprint flite:libflite frei0r
                fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype
                rubberband:librubberband zeromq:libzmq zimg:libzimg
index 90e95767dd7fee4d15aaa12ad6eb560b4771253e..8c98ce138b09c66554b7e46f202c1cd5fae63860 100644 (file)
@@ -78,6 +78,7 @@ FFMPEG_FLAG_MAP=(
                speex:libspeex svg:librsvg vorbis:libvorbis
                vpx:libvpx zvbi:libzvbi
                # libavfilter options
+               appkit
                bs2b:libbs2b chromaprint flite:libflite frei0r
                fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype
                rubberband:librubberband zeromq:libzmq zimg:libzimg
index a23d63c7c238eb97b5f8438f5d4c85125ea41180..e55fc74c4155972592554ab2c7f6c12f72e599c6 100644 (file)
@@ -7,6 +7,7 @@
 <use>
        <flag name="amr">Enables Adaptive Multi-Rate Audio support</flag>
        <flag name="amrenc">Enables Adaptive Multi-Rate Audio encoding support with <pkg>media-libs/vo-amrwbenc</pkg>.</flag>
+       <flag name="appkit">Enables Apple AppKit framework</flag>
        <flag name="armv5te">Enables optimizations for armv5te processors.</flag>
        <flag name="armv6">Enables optimizations for armv6 processors.</flag>
        <flag name="armv6t2">Enables optimizations for armv6t2 processors.</flag>