Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Mon, 28 Mar 2016 07:17:30
Message-Id: 1459149366.7d6c3ddfd8237b0ff6f62ac9c828cc9057bf7ade.aballier@gentoo
1 commit: 7d6c3ddfd8237b0ff6f62ac9c828cc9057bf7ade
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 07:16:06 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 07:16:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6c3ddf
7
8 media-video/ffmpeg: drop dcadec useflag in live ebuild (dropped upstream)
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-video/ffmpeg/ffmpeg-9999.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
17 index c97b7cc..de85203 100644
18 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
19 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
20 @@ -73,7 +73,7 @@ FFMPEG_FLAG_MAP=(
21 # indevs
22 libv4l:libv4l2 pulseaudio:libpulse
23 # decoders
24 - amr:libopencore-amrwb amr:libopencore-amrnb dcadec:libdcadec fdk:libfdk-aac
25 + amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
26 jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme gsm:libgsm
27 mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh
28 schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx
29 @@ -162,7 +162,6 @@ RDEPEND="
30 cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] )
31 celt? ( >=media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] )
32 chromaprint? ( >=media-libs/chromaprint-1.2-r1[${MULTILIB_USEDEP}] )
33 - dcadec? ( media-sound/dcadec[${MULTILIB_USEDEP}] )
34 encode? (
35 amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] )
36 faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] )