From: Alexis Ballier Date: Wed, 23 Sep 2015 14:23:16 +0000 (+0200) Subject: media-video/ffmpeg: Add rubberband useflag. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e3e90a076ea1f51d2db375d1be797be89cc5f0f;p=gentoo.git media-video/ffmpeg: Add rubberband useflag. Package-Manager: portage-2.2.21 --- diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 8a1727babc11..394941d14905 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -80,7 +80,7 @@ FFMPEG_FLAG_MAP=( zvbi:libzvbi # libavfilter options bs2b:libbs2b flite:libflite frei0r fribidi:libfribidi fontconfig ladspa - libass truetype:libfreetype + libass truetype:libfreetype rubberband:librubberband # libswresample options libsoxr # Threads; we only support pthread for now but ffmpeg supports more @@ -210,6 +210,7 @@ RDEPEND=" pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) quvi? ( media-libs/libquvi:0.4[${MULTILIB_USEDEP}] ) librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] ) + rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] ) samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] ) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index dbd3f79f44f4..ab2aef51409c 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -39,6 +39,7 @@ Force shared libraries to be built as PIC (this is slower) Build and install libpostproc. Adds support for playing media from Internet services using the quvi project. + 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. Enable SSH/sftp support via net-libs/libssh.