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: ChangeLog audacious-plugins-1.4.4.ebuild
Date: Sun, 20 Jan 2008 15:26:43
Message-Id: E1JGc4G-0007rW-GQ@stork.gentoo.org
1 chainsaw 08/01/20 15:26:40
2
3 Modified: ChangeLog audacious-plugins-1.4.4.ebuild
4 Log:
5 Depend on libsndfile 1.0.17-r1 or above as 1.0.11 is missing required headers. Reported by Muradin <muradinbox@×××××.it>, closes bug #206635.
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.81 media-plugins/audacious-plugins/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.81&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.81&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.80&r2=1.81
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
18 retrieving revision 1.80
19 retrieving revision 1.81
20 diff -u -r1.80 -r1.81
21 --- ChangeLog 17 Jan 2008 13:38:57 -0000 1.80
22 +++ ChangeLog 20 Jan 2008 15:26:39 -0000 1.81
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-plugins/audacious-plugins
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.80 2008/01/17 13:38:57 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.81 2008/01/20 15:26:39 chainsaw Exp $
28 +
29 + 20 Jan 2008; Tony Vroon <chainsaw@g.o>
30 + audacious-plugins-1.4.4.ebuild:
31 + Depend on libsndfile 1.0.17-r1 or above as 1.0.11 is missing required
32 + headers. Reported by Muradin <muradinbox@×××××.it>, closes bug #206635.
33
34 17 Jan 2008; Ferris McCormick <fmccor@g.o>
35 audacious-plugins-1.4.4.ebuild:
36
37
38
39 1.7 media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild?r1=1.6&r2=1.7
44
45 Index: audacious-plugins-1.4.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- audacious-plugins-1.4.4.ebuild 17 Jan 2008 13:38:57 -0000 1.6
52 +++ audacious-plugins-1.4.4.ebuild 20 Jan 2008 15:26:39 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild,v 1.6 2008/01/17 13:38:57 fmccor Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild,v 1.7 2008/01/20 15:26:39 chainsaw Exp $
58
59 inherit eutils flag-o-matic
60
61 @@ -38,7 +38,7 @@
62 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
63 sdl? ( >=media-libs/libsdl-1.2.5 )
64 sid? ( media-libs/libsidplay )
65 - sndfile? ( media-libs/libsndfile )
66 + sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
67 timidity? ( media-sound/timidity++ )
68 tta? ( media-libs/libid3tag )
69 vorbis? ( >=media-libs/libvorbis-1.0
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list