Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/gnomoradio: gnomoradio-0.15.1.ebuild ChangeLog
Date: Sun, 29 Jun 2008 11:55:21
Message-Id: E1KCvUy-0007NW-3o@stork.gentoo.org
1 drac 08/06/29 11:55:16
2
3 Modified: gnomoradio-0.15.1.ebuild ChangeLog
4 Log:
5 Select one libsigc++ slot wrt #228483. Fix building with GCC 4.2 (and thus also 4.3).
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.9 media-sound/gnomoradio/gnomoradio-0.15.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild?r1=1.8&r2=1.9
14
15 Index: gnomoradio-0.15.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- gnomoradio-0.15.1.ebuild 13 Jan 2008 16:51:36 -0000 1.8
22 +++ gnomoradio-0.15.1.ebuild 29 Jun 2008 11:55:15 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.8 2008/01/13 16:51:36 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.9 2008/06/29 11:55:15 drac Exp $
28 +
29 +EAPI=1
30 +
31 +inherit eutils
32
33 DESCRIPTION="Finds, fetches, shares, and plays freely licensed music."
34 HOMEPAGE="http://gnomoradio.org"
35 @@ -15,12 +19,23 @@
36 >=dev-cpp/glibmm-2.4
37 >=dev-cpp/gconfmm-2.6
38 >=dev-cpp/libxmlpp-2.6
39 - >=dev-libs/libsigc++-2
40 + dev-libs/libsigc++:2
41 media-libs/libao
42 vorbis? ( media-libs/libvorbis )"
43 DEPEND="${RDEPEND}
44 dev-util/pkgconfig"
45
46 +src_unpack() {
47 + unpack ${A}
48 + cd "${S}"
49 + epatch "${FILESDIR}"/${P}-gcc42.patch
50 +}
51 +
52 +src_compile() {
53 + econf --disable-dependency-tracking $(use_enable vorbis)
54 + emake || die "emake failed."
55 +}
56 +
57 src_install() {
58 emake DESTDIR="${D}" install || die "emake install failed."
59 dodoc AUTHORS ChangeLog NEWS README TODO
60
61
62
63 1.19 media-sound/gnomoradio/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/ChangeLog?rev=1.19&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/ChangeLog?rev=1.19&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/ChangeLog?r1=1.18&r2=1.19
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v
72 retrieving revision 1.18
73 retrieving revision 1.19
74 diff -u -r1.18 -r1.19
75 --- ChangeLog 13 Jan 2008 16:51:36 -0000 1.18
76 +++ ChangeLog 29 Jun 2008 11:55:15 -0000 1.19
77 @@ -1,6 +1,11 @@
78 # ChangeLog for media-sound/gnomoradio
79 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.18 2008/01/13 16:51:36 drac Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.19 2008/06/29 11:55:15 drac Exp $
82 +
83 + 29 Jun 2008; Samuli Suominen <drac@g.o>
84 + +files/gnomoradio-0.15.1-gcc42.patch, gnomoradio-0.15.1.ebuild:
85 + Select one libsigc++ slot wrt #228483. Fix building with GCC 4.2 (and thus
86 + also 4.3).
87
88 13 Jan 2008; Samuli Suominen <drac@g.o> gnomoradio-0.15.1.ebuild:
89 depend on dev-util/pkgconfig wrt #205653
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list