Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
Date: Fri, 01 Jun 2018 17:58:59
Message-Id: 1527875042.b2dbe20a4d8c254547ea12b5cf647c10371abbf2.asturm@gentoo
1 commit: b2dbe20a4d8c254547ea12b5cf647c10371abbf2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 1 17:43:12 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 1 17:44:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dbe20a
7
8 media-video/vlc: Drop USE=vcd and enable it unconditionally
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-video/vlc/{vlc-3.0.2.ebuild => vlc-3.0.2-r1.ebuild} | 5 ++---
13 media-video/vlc/{vlc-3.0.3.ebuild => vlc-3.0.3-r1.ebuild} | 5 ++---
14 media-video/vlc/vlc-3.0.9999.ebuild | 5 ++---
15 media-video/vlc/vlc-9999.ebuild | 5 ++---
16 4 files changed, 8 insertions(+), 12 deletions(-)
17
18 diff --git a/media-video/vlc/vlc-3.0.2.ebuild b/media-video/vlc/vlc-3.0.2-r1.ebuild
19 similarity index 98%
20 rename from media-video/vlc/vlc-3.0.2.ebuild
21 rename to media-video/vlc/vlc-3.0.2-r1.ebuild
22 index 02cd1ac9ad4..27977bca29e 100644
23 --- a/media-video/vlc/vlc-3.0.2.ebuild
24 +++ b/media-video/vlc/vlc-3.0.2-r1.ebuild
25 @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus
26 macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses neon nfs ogg
27 omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp
28 run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl svg
29 - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx
30 + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx
31 wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
32 "
33 REQUIRED_USE="
34 @@ -194,7 +194,6 @@ RDEPEND="
35 upnp? ( net-libs/libupnp:= )
36 v4l? ( media-libs/libv4l:0 )
37 vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] )
38 - vcd? ( >=dev-libs/libcdio-0.78.2:0 )
39 vdpau? ( x11-libs/libvdpau:0 )
40 vnc? ( net-libs/libvncserver:0 )
41 vorbis? ( media-libs/libvorbis:0 )
42 @@ -281,6 +280,7 @@ src_configure() {
43 --disable-update-check
44 --enable-fast-install
45 --enable-screen
46 + --enable-vcd
47 --enable-vlc
48 $(use_enable a52)
49 $(use_enable alsa)
50 @@ -380,7 +380,6 @@ src_configure() {
51 $(use_enable upnp)
52 $(use_enable v4l v4l2)
53 $(use_enable vaapi libva)
54 - $(use_enable vcd)
55 $(use_enable vdpau)
56 $(use_enable vnc)
57 $(use_enable vorbis)
58
59 diff --git a/media-video/vlc/vlc-3.0.3.ebuild b/media-video/vlc/vlc-3.0.3-r1.ebuild
60 similarity index 98%
61 rename from media-video/vlc/vlc-3.0.3.ebuild
62 rename to media-video/vlc/vlc-3.0.3-r1.ebuild
63 index e884279f947..848949599d6 100644
64 --- a/media-video/vlc/vlc-3.0.3.ebuild
65 +++ b/media-video/vlc/vlc-3.0.3-r1.ebuild
66 @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus
67 macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses neon nfs ogg
68 omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp
69 run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl svg
70 - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx
71 + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx
72 wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
73 "
74 REQUIRED_USE="
75 @@ -194,7 +194,6 @@ RDEPEND="
76 upnp? ( net-libs/libupnp:= )
77 v4l? ( media-libs/libv4l:0 )
78 vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] )
79 - vcd? ( >=dev-libs/libcdio-0.78.2:0 )
80 vdpau? ( x11-libs/libvdpau:0 )
81 vnc? ( net-libs/libvncserver:0 )
82 vorbis? ( media-libs/libvorbis:0 )
83 @@ -282,6 +281,7 @@ src_configure() {
84 --disable-update-check
85 --enable-fast-install
86 --enable-screen
87 + --enable-vcd
88 --enable-vlc
89 $(use_enable a52)
90 $(use_enable alsa)
91 @@ -381,7 +381,6 @@ src_configure() {
92 $(use_enable upnp)
93 $(use_enable v4l v4l2)
94 $(use_enable vaapi libva)
95 - $(use_enable vcd)
96 $(use_enable vdpau)
97 $(use_enable vnc)
98 $(use_enable vorbis)
99
100 diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild
101 index 9ee5edc366b..a80409c4a81 100644
102 --- a/media-video/vlc/vlc-3.0.9999.ebuild
103 +++ b/media-video/vlc/vlc-3.0.9999.ebuild
104 @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus
105 macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses neon nfs ogg
106 omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp
107 run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl svg
108 - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx
109 + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx
110 wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
111 "
112 REQUIRED_USE="
113 @@ -194,7 +194,6 @@ RDEPEND="
114 upnp? ( net-libs/libupnp:= )
115 v4l? ( media-libs/libv4l:0 )
116 vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] )
117 - vcd? ( >=dev-libs/libcdio-0.78.2:0 )
118 vdpau? ( x11-libs/libvdpau:0 )
119 vnc? ( net-libs/libvncserver:0 )
120 vorbis? ( media-libs/libvorbis:0 )
121 @@ -281,6 +280,7 @@ src_configure() {
122 --disable-update-check
123 --enable-fast-install
124 --enable-screen
125 + --enable-vcd
126 --enable-vlc
127 $(use_enable a52)
128 $(use_enable alsa)
129 @@ -380,7 +380,6 @@ src_configure() {
130 $(use_enable upnp)
131 $(use_enable v4l v4l2)
132 $(use_enable vaapi libva)
133 - $(use_enable vcd)
134 $(use_enable vdpau)
135 $(use_enable vnc)
136 $(use_enable vorbis)
137
138 diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
139 index a8bd9326940..2ee5c30ef9c 100644
140 --- a/media-video/vlc/vlc-9999.ebuild
141 +++ b/media-video/vlc/vlc-9999.ebuild
142 @@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus
143 macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses neon nfs ogg
144 omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp
145 run-as-root samba schroedinger sdl-image sftp shout sid skins soxr speex srt ssl svg
146 - taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx
147 + taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx
148 wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
149 "
150 REQUIRED_USE="
151 @@ -194,7 +194,6 @@ RDEPEND="
152 upnp? ( net-libs/libupnp:= )
153 v4l? ( media-libs/libv4l:0 )
154 vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] )
155 - vcd? ( >=dev-libs/libcdio-0.78.2:0 )
156 vdpau? ( x11-libs/libvdpau:0 )
157 vnc? ( net-libs/libvncserver:0 )
158 vorbis? ( media-libs/libvorbis:0 )
159 @@ -280,6 +279,7 @@ src_configure() {
160 --disable-update-check
161 --enable-fast-install
162 --enable-screen
163 + --enable-vcd
164 --enable-vlc
165 $(use_enable a52)
166 $(use_enable alsa)
167 @@ -378,7 +378,6 @@ src_configure() {
168 $(use_enable upnp)
169 $(use_enable v4l v4l2)
170 $(use_enable vaapi libva)
171 - $(use_enable vcd)
172 $(use_enable vdpau)
173 $(use_enable vnc)
174 $(use_enable vorbis)