From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72541138331 for ; Fri, 18 May 2018 13:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB5CE0996; Fri, 18 May 2018 13:40:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 468B5E0996 for ; Fri, 18 May 2018 13:40:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3B2F335C60 for ; Fri, 18 May 2018 13:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F00D543 for ; Fri, 18 May 2018 13:40:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526650802.56bc6d6955ced4199a70796ed910a6e3d4dc5015.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/metadata.xml media-video/vlc/vlc-3.0.2.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56bc6d6955ced4199a70796ed910a6e3d4dc5015 X-VCS-Branch: master Date: Fri, 18 May 2018 13:40:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8730931e-24dc-4c67-a0ae-73531a2b379e X-Archives-Hash: 5a74ed57447700f3fc893e37c40a2804 commit: 56bc6d6955ced4199a70796ed910a6e3d4dc5015 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 16 18:03:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 18 13:40:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bc6d69 media-video/vlc: Add USE=srt Package-Manager: Portage-2.3.36, Repoman-2.3.9 media-video/vlc/metadata.xml | 1 + media-video/vlc/vlc-3.0.2.ebuild | 5 +++-- media-video/vlc/vlc-3.0.9999.ebuild | 5 +++-- media-video/vlc/vlc-9999.ebuild | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml index 9f898e2ac85..89c1c887a18 100644 --- a/media-video/vlc/metadata.xml +++ b/media-video/vlc/metadata.xml @@ -59,6 +59,7 @@ Adds support for playing C64 SID files through media-libs/libsidplay:2 Enable support for the skins2 interface Enable SoX Resampler support via media-libs/soxr + Enable support for Secure Reliable Transport (SRT) via net-libs/srt Enable image scaling and conversion via libswscale (part of FFmpeg) Enable tremor, a fixed-point version of the Ogg Vorbis decoder Enable twolame support (MPEG Audio Layer 2 encoder) diff --git a/media-video/vlc/vlc-3.0.2.ebuild b/media-video/vlc/vlc-3.0.2.ebuild index 7b4d7ebc7e7..9ee5edc366b 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 7b4d7ebc7e7..9ee5edc366b 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 0d4fec12e51..a8bd9326940 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 )