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 DCDF7138334 for ; Fri, 1 Jun 2018 17:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F7FE0827; Fri, 1 Jun 2018 17:58:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6DEDDE0827 for ; Fri, 1 Jun 2018 17:58:57 +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 7D94A335C72 for ; Fri, 1 Jun 2018 17:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F2AA2A0 for ; Fri, 1 Jun 2018 17:58:53 +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: <1527875042.b2dbe20a4d8c254547ea12b5cf647c10371abbf2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.2-r1.ebuild media-video/vlc/vlc-3.0.2.ebuild media-video/vlc/vlc-3.0.3-r1.ebuild media-video/vlc/vlc-3.0.3.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: b2dbe20a4d8c254547ea12b5cf647c10371abbf2 X-VCS-Branch: master Date: Fri, 1 Jun 2018 17:58:53 +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: 3d8e5a32-24b4-4365-9ee7-a566a0c0c62e X-Archives-Hash: 3c9fd21e25a5f32b670965e825271624 commit: b2dbe20a4d8c254547ea12b5cf647c10371abbf2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 1 17:43:12 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 1 17:44:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dbe20a media-video/vlc: Drop USE=vcd and enable it unconditionally Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-video/vlc/{vlc-3.0.2.ebuild => vlc-3.0.2-r1.ebuild} | 5 ++--- media-video/vlc/{vlc-3.0.3.ebuild => vlc-3.0.3-r1.ebuild} | 5 ++--- media-video/vlc/vlc-3.0.9999.ebuild | 5 ++--- media-video/vlc/vlc-9999.ebuild | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/media-video/vlc/vlc-3.0.2.ebuild b/media-video/vlc/vlc-3.0.2-r1.ebuild similarity index 98% rename from media-video/vlc/vlc-3.0.2.ebuild rename to media-video/vlc/vlc-3.0.2-r1.ebuild index 02cd1ac9ad4..27977bca29e 100644 --- a/media-video/vlc/vlc-3.0.2.ebuild +++ b/media-video/vlc/vlc-3.0.2-r1.ebuild @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus 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 srt ssl svg - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" @@ -194,7 +194,6 @@ RDEPEND=" upnp? ( net-libs/libupnp:= ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] ) - vcd? ( >=dev-libs/libcdio-0.78.2:0 ) vdpau? ( x11-libs/libvdpau:0 ) vnc? ( net-libs/libvncserver:0 ) vorbis? ( media-libs/libvorbis:0 ) @@ -281,6 +280,7 @@ src_configure() { --disable-update-check --enable-fast-install --enable-screen + --enable-vcd --enable-vlc $(use_enable a52) $(use_enable alsa) @@ -380,7 +380,6 @@ src_configure() { $(use_enable upnp) $(use_enable v4l v4l2) $(use_enable vaapi libva) - $(use_enable vcd) $(use_enable vdpau) $(use_enable vnc) $(use_enable vorbis) diff --git a/media-video/vlc/vlc-3.0.3.ebuild b/media-video/vlc/vlc-3.0.3-r1.ebuild similarity index 98% rename from media-video/vlc/vlc-3.0.3.ebuild rename to media-video/vlc/vlc-3.0.3-r1.ebuild index e884279f947..848949599d6 100644 --- a/media-video/vlc/vlc-3.0.3.ebuild +++ b/media-video/vlc/vlc-3.0.3-r1.ebuild @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus 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 srt ssl svg - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" @@ -194,7 +194,6 @@ RDEPEND=" upnp? ( net-libs/libupnp:= ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] ) - vcd? ( >=dev-libs/libcdio-0.78.2:0 ) vdpau? ( x11-libs/libvdpau:0 ) vnc? ( net-libs/libvncserver:0 ) vorbis? ( media-libs/libvorbis:0 ) @@ -282,6 +281,7 @@ src_configure() { --disable-update-check --enable-fast-install --enable-screen + --enable-vcd --enable-vlc $(use_enable a52) $(use_enable alsa) @@ -381,7 +381,6 @@ src_configure() { $(use_enable upnp) $(use_enable v4l v4l2) $(use_enable vaapi libva) - $(use_enable vcd) $(use_enable vdpau) $(use_enable vnc) $(use_enable vorbis) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 9ee5edc366b..a80409c4a81 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus 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 srt ssl svg - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" @@ -194,7 +194,6 @@ RDEPEND=" upnp? ( net-libs/libupnp:= ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] ) - vcd? ( >=dev-libs/libcdio-0.78.2:0 ) vdpau? ( x11-libs/libvdpau:0 ) vnc? ( net-libs/libvncserver:0 ) vorbis? ( media-libs/libvorbis:0 ) @@ -281,6 +280,7 @@ src_configure() { --disable-update-check --enable-fast-install --enable-screen + --enable-vcd --enable-vlc $(use_enable a52) $(use_enable alsa) @@ -380,7 +380,6 @@ src_configure() { $(use_enable upnp) $(use_enable v4l v4l2) $(use_enable vaapi libva) - $(use_enable vcd) $(use_enable vdpau) $(use_enable vnc) $(use_enable vorbis) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index a8bd9326940..2ee5c30ef9c 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus 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 srt ssl svg - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" @@ -194,7 +194,6 @@ RDEPEND=" upnp? ( net-libs/libupnp:= ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] ) - vcd? ( >=dev-libs/libcdio-0.78.2:0 ) vdpau? ( x11-libs/libvdpau:0 ) vnc? ( net-libs/libvncserver:0 ) vorbis? ( media-libs/libvorbis:0 ) @@ -280,6 +279,7 @@ src_configure() { --disable-update-check --enable-fast-install --enable-screen + --enable-vcd --enable-vlc $(use_enable a52) $(use_enable alsa) @@ -378,7 +378,6 @@ src_configure() { $(use_enable upnp) $(use_enable v4l v4l2) $(use_enable vaapi libva) - $(use_enable vcd) $(use_enable vdpau) $(use_enable vnc) $(use_enable vorbis)