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, 26 Jan 2017 21:36:58
Message-Id: 1485466608.46498555ce3361f0fd0bae5c3cc9736ee54f8396.aballier@gentoo
1 commit: 46498555ce3361f0fd0bae5c3cc9736ee54f8396
2 Author: fhlfibh <fhlfibh <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 26 20:45:01 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 21:36:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46498555
7
8 media-video/ffmpeg: Add USE flag for sofalizer filter
9
10 media-video/ffmpeg/ffmpeg-9999.ebuild | 6 +++++-
11 media-video/ffmpeg/metadata.xml | 1 +
12 2 files changed, 6 insertions(+), 1 deletion(-)
13
14 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
15 index f0e33df..72c5f07 100644
16 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
17 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
18 @@ -81,7 +81,7 @@ FFMPEG_FLAG_MAP=(
19 # libavfilter options
20 bs2b:libbs2b chromaprint flite:libflite frei0r
21 fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype
22 - rubberband:librubberband zimg:libzimg
23 + rubberband:librubberband sofalizer:netcdf zimg:libzimg
24 # libswresample options
25 libsoxr
26 # Threads; we only support pthread for now but ffmpeg supports more
27 @@ -220,6 +220,10 @@ RDEPEND="
28 samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] )
29 schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] )
30 sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
31 + sofalizer? (
32 + >=sci-libs/netcdf-4.3.2-r1[hdf5,${MULTILIB_USEDEP}]
33 + >=sci-libs/hdf5-1.8.18[hl,${MULTILIB_USEDEP}]
34 + )
35 speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
36 ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
37 truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )
38
39 diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml
40 index bb14989..85766b4 100644
41 --- a/media-video/ffmpeg/metadata.xml
42 +++ b/media-video/ffmpeg/metadata.xml
43 @@ -49,6 +49,7 @@
44 <flag name="rubberband">Adds time-stretching and pitch-shifting audio filter based on <pkg>media-libs/rubberband</pkg>.</flag>
45 <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
46 <flag name="snappy">Enable <pkg>app-arch/snappy</pkg> support. Required for e.g. Vidvox Hap encoder.</flag>
47 + <flag name="sofalizer">Enables Sofalizer filter</flag>
48 <flag name="ssh">Enable SSH/sftp support via <pkg>net-libs/libssh</pkg>.</flag>
49 <flag name="twolame">Enables MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder.</flag>
50 <flag name="vpx">Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.</flag>