Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: audacious-plugins-1.3.3.ebuild ChangeLog audacious-plugins-1.3.5.ebuild audacious-plugins-1.3.4.ebuild audacious-plugins-1.2.2-r1.ebuild audacious-plugins-1.2.5.ebuild audacious-plugins-1.4.0_beta4.ebuild
Date: Wed, 31 Oct 2007 17:06:33
Message-Id: E1InH1P-0001F1-DT@stork.gentoo.org
1 chainsaw 07/10/31 17:06:27
2
3 Modified: audacious-plugins-1.3.3.ebuild ChangeLog
4 audacious-plugins-1.3.5.ebuild
5 audacious-plugins-1.3.4.ebuild
6 audacious-plugins-1.2.2-r1.ebuild
7 audacious-plugins-1.2.5.ebuild
8 Added: audacious-plugins-1.4.0_beta4.ebuild
9 Log:
10 Add 1.4.0 beta 4. Removed projectm dependencies across the board to avoid dependency ping pong games.
11 (Portage version: 2.1.3.16)
12
13 Revision Changes Path
14 1.6 media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild?rev=1.6&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild?rev=1.6&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild?r1=1.5&r2=1.6
19
20 Index: audacious-plugins-1.3.3.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild,v
23 retrieving revision 1.5
24 retrieving revision 1.6
25 diff -u -r1.5 -r1.6
26 --- audacious-plugins-1.3.3.ebuild 26 Jul 2007 17:11:31 -0000 1.5
27 +++ audacious-plugins-1.3.3.ebuild 31 Oct 2007 17:06:26 -0000 1.6
28 @@ -1,17 +1,17 @@
29 # Copyright 1999-2007 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild,v 1.5 2007/07/26 17:11:31 wolf31o2 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild,v 1.6 2007/10/31 17:06:26 chainsaw Exp $
33
34 inherit eutils flag-o-matic
35
36 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
37 HOMEPAGE="http://audacious-media-player.org/"
38 -SRC_URI="http://static.audacious-media-player.org/release/${P}.tgz"
39 +SRC_URI="http://distfiles.atheme.org/${P}.tgz"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43 KEYWORDS="~alpha amd64 ~hppa mips ppc ppc64 sparc x86 ~x86-fbsd"
44 -IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls opengl oss sid sndfile timidity tta vorbis wavpack wma pulseaudio"
45 +IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls oss sid sndfile timidity tta vorbis wavpack wma pulseaudio"
46
47 RDEPEND="app-arch/unzip
48 dev-libs/libxml2
49 @@ -32,7 +32,6 @@
50 lirc? ( app-misc/lirc )
51 mad? ( media-libs/libmad )
52 musepack? ( media-libs/libmpcdec )
53 - opengl? ( =media-libs/libprojectm-0.99* )
54 sid? ( media-libs/libsidplay )
55 sndfile? ( media-libs/libsndfile )
56 timidity? ( media-sound/timidity++ )
57 @@ -90,7 +89,6 @@
58 $(use_enable chardet) \
59 $(use_enable wavpack) \
60 $(use_enable tta) \
61 - $(use_enable opengl projectm) \
62 $(use_enable adplug) \
63 || die
64
65
66
67
68 1.63 media-plugins/audacious-plugins/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.63&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.63&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.62&r2=1.63
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
77 retrieving revision 1.62
78 retrieving revision 1.63
79 diff -u -r1.62 -r1.63
80 --- ChangeLog 24 Oct 2007 00:12:08 -0000 1.62
81 +++ ChangeLog 31 Oct 2007 17:06:26 -0000 1.63
82 @@ -1,6 +1,15 @@
83 # ChangeLog for media-plugins/audacious-plugins
84 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.62 2007/10/24 00:12:08 jer Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.63 2007/10/31 17:06:26 chainsaw Exp $
87 +
88 +*audacious-plugins-1.4.0_beta4 (31 Oct 2007)
89 +
90 + 31 Oct 2007; Tony Vroon <chainsaw@g.o>
91 + audacious-plugins-1.2.2-r1.ebuild, audacious-plugins-1.2.5.ebuild,
92 + audacious-plugins-1.3.3.ebuild, audacious-plugins-1.3.4.ebuild,
93 + audacious-plugins-1.3.5.ebuild, +audacious-plugins-1.4.0_beta4.ebuild:
94 + Add 1.4.0 beta 4. Removed projectm dependencies across the board to avoid
95 + dependency ping pong games.
96
97 24 Oct 2007; Jeroen Roovers <jer@g.o>
98 audacious-plugins-1.3.5.ebuild:
99
100
101
102 1.8 media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild
103
104 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild?rev=1.8&view=markup
105 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild?rev=1.8&content-type=text/plain
106 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild?r1=1.7&r2=1.8
107
108 Index: audacious-plugins-1.3.5.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild,v
111 retrieving revision 1.7
112 retrieving revision 1.8
113 diff -u -r1.7 -r1.8
114 --- audacious-plugins-1.3.5.ebuild 24 Oct 2007 00:12:08 -0000 1.7
115 +++ audacious-plugins-1.3.5.ebuild 31 Oct 2007 17:06:26 -0000 1.8
116 @@ -1,17 +1,17 @@
117 # Copyright 1999-2007 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild,v 1.7 2007/10/24 00:12:08 jer Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild,v 1.8 2007/10/31 17:06:26 chainsaw Exp $
121
122 inherit eutils flag-o-matic
123
124 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
125 HOMEPAGE="http://audacious-media-player.org/"
126 -SRC_URI="http://static.audacious-media-player.org/release/${P}.tgz"
127 +SRC_URI="http://distfiles.atheme.org/${P}.tgz"
128
129 LICENSE="GPL-2"
130 SLOT="0"
131 KEYWORDS="alpha ~amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
132 -IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls opengl oss sid sndfile timidity tta vorbis wavpack wma pulseaudio"
133 +IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls oss sid sndfile timidity tta vorbis wavpack wma pulseaudio"
134
135 RDEPEND="app-arch/unzip
136 dev-libs/libxml2
137 @@ -32,7 +32,6 @@
138 lirc? ( app-misc/lirc )
139 mad? ( media-libs/libmad )
140 musepack? ( media-libs/libmpcdec )
141 - opengl? ( =media-libs/libprojectm-0.99* )
142 sid? ( media-libs/libsidplay )
143 sndfile? ( media-libs/libsndfile )
144 timidity? ( media-sound/timidity++ )
145 @@ -90,7 +89,6 @@
146 $(use_enable chardet) \
147 $(use_enable wavpack) \
148 $(use_enable tta) \
149 - $(use_enable opengl projectm) \
150 $(use_enable adplug) \
151 || die
152
153
154
155
156 1.3 media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild
157
158 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild?rev=1.3&view=markup
159 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild?rev=1.3&content-type=text/plain
160 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild?r1=1.2&r2=1.3
161
162 Index: audacious-plugins-1.3.4.ebuild
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild,v
165 retrieving revision 1.2
166 retrieving revision 1.3
167 diff -u -r1.2 -r1.3
168 --- audacious-plugins-1.3.4.ebuild 26 Jul 2007 17:11:31 -0000 1.2
169 +++ audacious-plugins-1.3.4.ebuild 31 Oct 2007 17:06:26 -0000 1.3
170 @@ -1,17 +1,17 @@
171 # Copyright 1999-2007 Gentoo Foundation
172 # Distributed under the terms of the GNU General Public License v2
173 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild,v 1.2 2007/07/26 17:11:31 wolf31o2 Exp $
174 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild,v 1.3 2007/10/31 17:06:26 chainsaw Exp $
175
176 inherit eutils flag-o-matic
177
178 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
179 HOMEPAGE="http://audacious-media-player.org/"
180 -SRC_URI="http://static.audacious-media-player.org/release/${P}.tgz"
181 +SRC_URI="http://distfiles.atheme.org/${P}.tgz"
182
183 LICENSE="GPL-2"
184 SLOT="0"
185 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
186 -IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls opengl oss sid sndfile timidity tta vorbis wavpack wma pulseaudio"
187 +IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls oss sid sndfile timidity tta vorbis wavpack wma pulseaudio"
188
189 RDEPEND="app-arch/unzip
190 dev-libs/libxml2
191 @@ -32,7 +32,6 @@
192 lirc? ( app-misc/lirc )
193 mad? ( media-libs/libmad )
194 musepack? ( media-libs/libmpcdec )
195 - opengl? ( =media-libs/libprojectm-0.99* )
196 sid? ( media-libs/libsidplay )
197 sndfile? ( media-libs/libsndfile )
198 timidity? ( media-sound/timidity++ )
199 @@ -90,7 +89,6 @@
200 $(use_enable chardet) \
201 $(use_enable wavpack) \
202 $(use_enable tta) \
203 - $(use_enable opengl projectm) \
204 $(use_enable adplug) \
205 || die
206
207
208
209
210 1.13 media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild
211
212 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild?rev=1.13&view=markup
213 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild?rev=1.13&content-type=text/plain
214 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild?r1=1.12&r2=1.13
215
216 Index: audacious-plugins-1.2.2-r1.ebuild
217 ===================================================================
218 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild,v
219 retrieving revision 1.12
220 retrieving revision 1.13
221 diff -u -r1.12 -r1.13
222 --- audacious-plugins-1.2.2-r1.ebuild 11 Mar 2007 01:14:44 -0000 1.12
223 +++ audacious-plugins-1.2.2-r1.ebuild 31 Oct 2007 17:06:26 -0000 1.13
224 @@ -1,12 +1,12 @@
225 # Copyright 1999-2007 Gentoo Foundation
226 # Distributed under the terms of the GNU General Public License v2
227 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild,v 1.12 2007/03/11 01:14:44 kloeri Exp $
228 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild,v 1.13 2007/10/31 17:06:26 chainsaw Exp $
229
230 inherit flag-o-matic
231
232 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
233 HOMEPAGE="http://audacious-media-player.org/"
234 -SRC_URI="http://audacious-media-player.org/release/${P}.tgz"
235 +SRC_URI="http://distfiles.atheme.org/${P}.tgz"
236
237 LICENSE="GPL-2"
238 SLOT="0"
239
240
241
242 1.8 media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild
243
244 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild?rev=1.8&view=markup
245 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild?rev=1.8&content-type=text/plain
246 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild?r1=1.7&r2=1.8
247
248 Index: audacious-plugins-1.2.5.ebuild
249 ===================================================================
250 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild,v
251 retrieving revision 1.7
252 retrieving revision 1.8
253 diff -u -r1.7 -r1.8
254 --- audacious-plugins-1.2.5.ebuild 28 Mar 2007 09:28:18 -0000 1.7
255 +++ audacious-plugins-1.2.5.ebuild 31 Oct 2007 17:06:26 -0000 1.8
256 @@ -1,12 +1,12 @@
257 # Copyright 1999-2007 Gentoo Foundation
258 # Distributed under the terms of the GNU General Public License v2
259 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild,v 1.7 2007/03/28 09:28:18 armin76 Exp $
260 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild,v 1.8 2007/10/31 17:06:26 chainsaw Exp $
261
262 inherit flag-o-matic
263
264 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
265 HOMEPAGE="http://audacious-media-player.org/"
266 -SRC_URI="http://audacious-media-player.org/release/${P}.tgz"
267 +SRC_URI="http://distfiles.atheme.org/${P}.tgz"
268
269 LICENSE="GPL-2"
270 SLOT="0"
271
272
273
274 1.1 media-plugins/audacious-plugins/audacious-plugins-1.4.0_beta4.ebuild
275
276 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_beta4.ebuild?rev=1.1&view=markup
277 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_beta4.ebuild?rev=1.1&content-type=text/plain
278
279 Index: audacious-plugins-1.4.0_beta4.ebuild
280 ===================================================================
281 # Copyright 1999-2007 Gentoo Foundation
282 # Distributed under the terms of the GNU General Public License v2
283 # $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.0_beta4.ebuild,v 1.1 2007/10/31 17:06:26 chainsaw Exp $
284
285 inherit eutils flag-o-matic
286
287 MY_P="${P/_/-}"
288 S="${WORKDIR}/${MY_P}"
289 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
290 HOMEPAGE="http://audacious-media-player.org/"
291 SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz"
292
293 LICENSE="GPL-2"
294 SLOT="0"
295 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
296 IUSE="aac adplug alsa arts chardet esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile timidity tta vorbis wavpack wma"
297
298 RDEPEND="app-arch/unzip
299 >=dev-libs/libcdio-0.78.2
300 dev-libs/libxml2
301 >=gnome-base/libglade-2.3.1
302 media-libs/libsamplerate
303 >=media-sound/audacious-1.4.0_beta4
304 >=net-misc/neon-0.26.3
305 >=x11-libs/gtk+-2.6
306 adplug? ( >=dev-cpp/libbinio-1.4 )
307 alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 )
308 arts? ( kde-base/arts )
309 esd? ( >=media-sound/esound-0.2.30 )
310 flac? ( >=media-libs/libvorbis-1.0 )
311 jack? ( >=media-libs/bio2jack-0.4
312 media-sound/jack-audio-connection-kit )
313 lirc? ( app-misc/lirc )
314 mad? ( media-libs/libmad )
315 mtp? ( >=media-libs/libmtp-0.2.3 )
316 musepack? ( media-libs/libmpcdec media-libs/taglib )
317 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
318 sdl? ( >=media-libs/libsdl-1.2.5 )
319 sid? ( media-libs/libsidplay )
320 sndfile? ( media-libs/libsndfile )
321 timidity? ( media-sound/timidity++ )
322 tta? ( media-libs/libid3tag )
323 vorbis? ( >=media-libs/libvorbis-1.0
324 >=media-libs/libogg-1.0 )
325 wavpack? ( >=media-sound/wavpack-4.31 )
326 wma? ( >=media-libs/libmms-0.3 )"
327
328 DEPEND="${RDEPEND}
329 nls? ( dev-util/intltool )
330 >=dev-util/pkgconfig-0.9.0"
331
332 mp3_warning() {
333 if ! useq mp3 ; then
334 echo
335 ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
336 echo
337 fi
338 }
339
340 src_compile() {
341 mp3_warning
342
343 econf \
344 --enable-cdaudio-ng \
345 --enable-neon \
346 $(use_enable aac) \
347 $(use_enable adplug) \
348 $(use_enable alsa) \
349 $(use_enable arts) \
350 $(use_enable chardet) \
351 $(use_enable esd) \
352 $(use_enable flac) \
353 $(use_enable jack) \
354 $(use_enable gnome gnomeshortcuts) \
355 $(use_enable lirc) \
356 $(use_enable mp3) \
357 $(use_enable modplug) \
358 $(use_enable musepack) \
359 $(use_enable mtp mtp_up) \
360 $(use_enable nls) \
361 $(use_enable oss) \
362 $(use_enable pulseaudio pulse) \
363 $(use_enable sdl paranormal) \
364 $(use_enable sid) \
365 $(use_enable sndfile) \
366 $(use_enable timidity) \
367 $(use_enable tta) \
368 $(use_enable vorbis) \
369 $(use_enable wavpack) \
370 $(use_enable wma) \
371 || die
372
373 emake || die "make failed"
374 }
375
376 src_install() {
377 make DESTDIR="${D}" install || die
378 dodoc AUTHORS NEWS
379 }
380
381 pkg_postinst() {
382 mp3_warning
383 }
384
385
386
387 --
388 gentoo-commits@g.o mailing list