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: Thu, 02 Jul 2020 13:04:04
Message-Id: 1593695034.f6cd414f0ef894bdb7f518c3b9935c11cdc5011e.aballier@gentoo
1 commit: f6cd414f0ef894bdb7f518c3b9935c11cdc5011e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 13:03:07 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 13:03:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cd414f
7
8 media-video/ffmpeg: enable dav1d by default
9
10 AV1 is going to be the new standard and FFmpeg does not have an internal decoder
11 but relies on dav1d. Enable it by default to ensure playback of standard formats
12 works out of the box.
13
14 Closes: https://bugs.gentoo.org/712268
15 Package-Manager: Portage-2.3.101, Repoman-2.3.22
16 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
17
18 media-video/ffmpeg/ffmpeg-4.3.ebuild | 2 +-
19 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/media-video/ffmpeg/ffmpeg-4.3.ebuild b/media-video/ffmpeg/ffmpeg-4.3.ebuild
23 index c0ff83aacf2..78c106e2196 100644
24 --- a/media-video/ffmpeg/ffmpeg-4.3.ebuild
25 +++ b/media-video/ffmpeg/ffmpeg-4.3.ebuild
26 @@ -77,7 +77,7 @@ FFMPEG_FLAG_MAP=(
27 # indevs
28 libv4l:libv4l2 pulseaudio:libpulse libdrm jack:libjack
29 # decoders
30 - amr:libopencore-amrwb amr:libopencore-amrnb codec2:libcodec2 dav1d:libdav1d fdk:libfdk-aac
31 + amr:libopencore-amrwb amr:libopencore-amrnb codec2:libcodec2 +dav1d:libdav1d fdk:libfdk-aac
32 jpeg2k:libopenjpeg bluray:libbluray gme:libgme gsm:libgsm
33 libaribb24 mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh
34 speex:libspeex srt:libsrt svg:librsvg video_cards_nvidia:ffnvcodec
35
36 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
37 index ab35ad930ee..38ae54ed0ac 100644
38 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
39 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
40 @@ -77,7 +77,7 @@ FFMPEG_FLAG_MAP=(
41 # indevs
42 libv4l:libv4l2 pulseaudio:libpulse libdrm jack:libjack
43 # decoders
44 - amr:libopencore-amrwb amr:libopencore-amrnb codec2:libcodec2 dav1d:libdav1d fdk:libfdk-aac
45 + amr:libopencore-amrwb amr:libopencore-amrnb codec2:libcodec2 +dav1d:libdav1d fdk:libfdk-aac
46 jpeg2k:libopenjpeg bluray:libbluray gme:libgme gsm:libgsm
47 libaribb24 mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh
48 speex:libspeex srt:libsrt svg:librsvg video_cards_nvidia:ffnvcodec