media-video/ffmpeg: add dcadec useflag
authorAlexis Ballier <aballier@gentoo.org>
Wed, 24 Feb 2016 10:39:15 +0000 (11:39 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 24 Feb 2016 10:39:23 +0000 (11:39 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
media-video/ffmpeg/ffmpeg-3.0.ebuild
media-video/ffmpeg/ffmpeg-9999.ebuild
media-video/ffmpeg/metadata.xml

index 2721a193501313ae498a9531fbb9d016ffe06886..1bd22e07850c7403133c51d9bef765f8a989b6e5 100644 (file)
@@ -73,7 +73,7 @@ FFMPEG_FLAG_MAP=(
                # indevs
                libv4l:libv4l2 pulseaudio:libpulse
                # decoders
-               amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
+               amr:libopencore-amrwb amr:libopencore-amrnb dcadec:libdcadec fdk:libfdk-aac
                jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme gsm:libgsm
                mmal modplug:libmodplug opus:libopus librtmp ssh:libssh
                schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx
@@ -162,6 +162,7 @@ RDEPEND="
        cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] )
        celt? ( >=media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] )
        chromaprint? ( >=media-libs/chromaprint-1.2-r1[${MULTILIB_USEDEP}] )
+       dcadec? ( media-sound/dcadec[${MULTILIB_USEDEP}] )
        encode? (
                amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] )
                faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] )
index 465f1a83154aaf04be67863c1a462b0b832e1c7e..caeb806b59793394e894c9d32c49b31c7292d33b 100644 (file)
@@ -73,7 +73,7 @@ FFMPEG_FLAG_MAP=(
                # indevs
                libv4l:libv4l2 pulseaudio:libpulse
                # decoders
-               amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
+               amr:libopencore-amrwb amr:libopencore-amrnb dcadec:libdcadec fdk:libfdk-aac
                jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme gsm:libgsm
                mmal modplug:libmodplug opus:libopus librtmp ssh:libssh
                schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx
@@ -162,6 +162,7 @@ RDEPEND="
        cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] )
        celt? ( >=media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] )
        chromaprint? ( >=media-libs/chromaprint-1.2-r1[${MULTILIB_USEDEP}] )
+       dcadec? ( media-sound/dcadec[${MULTILIB_USEDEP}] )
        encode? (
                amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] )
                faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] )
index eb97597b5ab924883698a7d32b2b9957881ef107..4bcf02a3b26965133957acf253688e914052f7fb 100644 (file)
@@ -18,6 +18,7 @@
        <flag name="celt">Adds Xiph CELT audio decoding support via <pkg>media-libs/celt</pkg></flag>
        <flag name="chromaprint">Enables audio fingerprinting support with <pkg>media-libs/chromaprint</pkg>.</flag>
        <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag>
+       <flag name="dcadec">Enables DCA decoding with <pkg>media-sound/dcadec</pkg>.</flag>
        <flag name="faac">Use external faac library for AAC encoding</flag>
        <flag name="fdk">Use external fdk-aac library for AAC encoding</flag>
        <flag name="flite">Adds a text-to-speech filter based on <pkg>app-accessibility/flite</pkg>.</flag>