From 46498555ce3361f0fd0bae5c3cc9736ee54f8396 Mon Sep 17 00:00:00 2001 From: fhlfibh Date: Thu, 26 Jan 2017 23:45:01 +0300 Subject: media-video/ffmpeg: Add USE flag for sofalizer filter --- media-video/ffmpeg/ffmpeg-9999.ebuild | 6 +++++- media-video/ffmpeg/metadata.xml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'media-video/ffmpeg') diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index f0e33df2665e..72c5f07d5b57 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -81,7 +81,7 @@ FFMPEG_FLAG_MAP=( # libavfilter options bs2b:libbs2b chromaprint flite:libflite frei0r fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype - rubberband:librubberband zimg:libzimg + rubberband:librubberband sofalizer:netcdf zimg:libzimg # libswresample options libsoxr # Threads; we only support pthread for now but ffmpeg supports more @@ -220,6 +220,10 @@ RDEPEND=" samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] ) sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] ) + sofalizer? ( + >=sci-libs/netcdf-4.3.2-r1[hdf5,${MULTILIB_USEDEP}] + >=sci-libs/hdf5-1.8.18[hl,${MULTILIB_USEDEP}] + ) speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index bb1498966a29..85766b4b87da 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -49,6 +49,7 @@ Adds time-stretching and pitch-shifting audio filter based on media-libs/rubberband. Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). Enable app-arch/snappy support. Required for e.g. Vidvox Hap encoder. + Enables Sofalizer filter Enable SSH/sftp support via net-libs/libssh. Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. 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. -- cgit v1.2.3-65-gdbad