Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-g15-spectrum: ChangeLog audacious-g15-spectrum-2.5.5.ebuild
Date: Sat, 13 Sep 2008 23:07:19
Message-Id: E1KeeCu-0007nb-9G@stork.gentoo.org
1 robbat2 08/09/13 23:07:12
2
3 Modified: ChangeLog
4 Added: audacious-g15-spectrum-2.5.5.ebuild
5 Log:
6 Version bump and include patch to support Audacious 1.5.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)
8
9 Revision Changes Path
10 1.8 media-plugins/audacious-g15-spectrum/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -p -w -b -B -u -u -r1.7 -r1.8
22 --- ChangeLog 18 Jan 2008 11:56:42 -0000 1.7
23 +++ ChangeLog 13 Sep 2008 23:07:11 -0000 1.8
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-plugins/audacious-g15-spectrum
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog,v 1.7 2008/01/18 11:56:42 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog,v 1.8 2008/09/13 23:07:11 robbat2 Exp $
29 +
30 +*audacious-g15-spectrum-2.5.5 (13 Sep 2008)
31 +
32 + 13 Sep 2008; Robin H. Johnson <robbat2@g.o>
33 + +files/audacious-g15-spectrum-2.5.5-audacious-1.5.patch,
34 + +audacious-g15-spectrum-2.5.5.ebuild:
35 + Version bump and include patch to support Audacious 1.5.
36
37 31 Dec 2007; Markus Ullmann <jokey@g.o>
38 +files/audacious-g15-spectrum-2.5.2-audacious-1.4.patch,
39
40
41
42 1.1 media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: audacious-g15-spectrum-2.5.5.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.5.ebuild,v 1.1 2008/09/13 23:07:11 robbat2 Exp $
52
53 inherit eutils versionator
54
55 MY_PN="g15daemon-audacious"
56 DESCRIPTION="Audacious Spectrum plugin to G15daemon"
57 HOMEPAGE="http://g15daemon.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/g15daemon/${MY_PN}-${PV}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc64 ~x86"
63 IUSE=""
64
65 DEPEND=">=app-misc/g15daemon-1.9.0
66 dev-libs/libg15
67 >=dev-libs/libg15render-1.2
68 >=media-sound/audacious-1.5
69 >=x11-libs/gtk+-2.6.0
70 dev-libs/glib
71 x11-libs/pango"
72
73 RDEPEND="${DEPEND}"
74
75 S="${WORKDIR}/${MY_PN}-${PV}"
76
77 src_unpack() {
78 unpack ${A}
79 cd "${S}"
80 epatch "${FILESDIR}"/${P}-audacious-1.5.patch
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "emake install failed"
85 dodoc AUTHORS README
86 }