diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-18 15:34:39 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-18 15:37:00 +0200 |
commit | cce67b3e08e0708786db51c385cf992ad21f4844 (patch) | |
tree | 3c58e4e3cf2b370747cf94946f4df8686405cab3 /media-video/ffmpeg | |
parent | app-office/lyx: remove old (Pavel) (diff) | |
download | gentoo-cce67b3e08e0708786db51c385cf992ad21f4844.tar.gz gentoo-cce67b3e08e0708786db51c385cf992ad21f4844.tar.bz2 gentoo-cce67b3e08e0708786db51c385cf992ad21f4844.zip |
media-video/ffmpeg: add svg useflag
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index c3bf69113f8f..dba4c4b57dba 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -75,8 +75,8 @@ FFMPEG_FLAG_MAP=( amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme gsm:libgsm mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh - schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx - zvbi:libzvbi + schroedinger:libschroedinger speex:libspeex svg:librsvg vorbis:libvorbis + vpx:libvpx zvbi:libzvbi # libavfilter options bs2b:libbs2b chromaprint flite:libflite frei0r fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype @@ -242,6 +242,7 @@ RDEPEND=" ) speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) + svg? ( gnome-base/librsvg:2=[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) |