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
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')
-rw-r--r--media-video/vlc/metadata.xml1
-rw-r--r--media-video/vlc/vlc-3.0.2.ebuild5
-rw-r--r--media-video/vlc/vlc-3.0.9999.ebuild5
-rw-r--r--media-video/vlc/vlc-9999.ebuild5
4 files changed, 10 insertions, 6 deletions
diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index 9f898e2ac85a..89c1c887a183 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -59,6 +59,7 @@
<flag name="sid">Adds support for playing C64 SID files through <pkg>media-libs/libsidplay</pkg>:2</flag>
<flag name="skins">Enable support for the skins2 interface</flag>
<flag name="soxr">Enable SoX Resampler support via <pkg>media-libs/soxr</pkg></flag>
+ <flag name="srt">Enable support for Secure Reliable Transport (SRT) via <pkg>net-libs/srt</pkg></flag>
<flag name="swscale">Enable image scaling and conversion via libswscale (part of FFmpeg)</flag>
<flag name="tremor">Enable tremor, a fixed-point version of the Ogg Vorbis decoder</flag>
<flag name="twolame">Enable twolame support (MPEG Audio Layer 2 encoder)</flag>
diff --git a/media-video/vlc/vlc-3.0.2.ebuild b/media-video/vlc/vlc-3.0.2.ebuild
index 7b4d7ebc7e76..9ee5edc366b8 100644
--- a/media-video/vlc/vlc-3.0.2.ebuild
+++ b/media-video/vlc/vlc-3.0.2.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
)
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
)
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index 0d4fec12e51a..a8bd9326940d 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-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
@@ -365,6 +366,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)
@@ -412,7 +414,6 @@ src_configure() {
--disable-shine
--disable-sndio
--disable-spatialaudio
- --disable-srt
--disable-vsxu
--disable-wasapi
)