summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-16 20:03:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-18 15:40:02 +0200
commit56bc6d6955ced4199a70796ed910a6e3d4dc5015 (patch)
tree21311ed96a446570eacfa42a20183dc9d19e9633 /media-video/vlc/vlc-3.0.9999.ebuild
parentx11-plugins/enigmail: amd64 stable wrt bug #655736 (diff)
downloadgentoo-56bc6d6955ced4199a70796ed910a6e3d4dc5015.tar.gz
gentoo-56bc6d6955ced4199a70796ed910a6e3d4dc5015.tar.bz2
gentoo-56bc6d6955ced4199a70796ed910a6e3d4dc5015.zip
media-video/vlc: Add USE=srt
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'media-video/vlc/vlc-3.0.9999.ebuild')
-rw-r--r--media-video/vlc/vlc-3.0.9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild
index 7b4d7ebc7e76..9ee5edc366b8 100644
--- a/media-video/vlc/vlc-3.0.9999.ebuild
+++ b/media-video/vlc/vlc-3.0.9999.ebuild
@@ -35,7 +35,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus
libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications
macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses neon nfs ogg
omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp
- run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex ssl svg
+ run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl svg
taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx
wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
"
@@ -175,6 +175,7 @@ RDEPEND="
>=media-libs/speex-1.2.0:0
media-libs/speexdsp:0
)
+ srt? ( net-libs/srt )
ssl? ( net-libs/gnutls:0 )
svg? (
gnome-base/librsvg:2
@@ -367,6 +368,7 @@ src_configure() {
$(use_enable skins skins2)
$(use_enable soxr)
$(use_enable speex)
+ $(use_enable srt)
$(use_enable ssl gnutls)
$(use_enable svg)
$(use_enable svg svgdec)
@@ -414,7 +416,6 @@ src_configure() {
--disable-shine
--disable-sndio
--disable-spatialaudio
- --disable-srt
--disable-vsxu
--disable-wasapi
)