Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/banshee: banshee-1.4.3.ebuild ChangeLog
Date: Sat, 04 Apr 2009 11:08:49
Message-Id: E1Lq3jt-0001Hu-Kv@stork.gentoo.org
1 loki_val 09/04/04 11:08:41
2
3 Modified: banshee-1.4.3.ebuild ChangeLog
4 Log:
5 Explicitly disable libkarma[mono] support. Was automagically detected, but would break build. Thanks maekke for reporting.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 media-sound/banshee/banshee-1.4.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild?r1=1.4&r2=1.5
14
15 Index: banshee-1.4.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- banshee-1.4.3.ebuild 27 Mar 2009 17:11:21 -0000 1.4
22 +++ banshee-1.4.3.ebuild 4 Apr 2009 11:08:41 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v 1.4 2009/03/27 17:11:21 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v 1.5 2009/04/04 11:08:41 loki_val Exp $
28
29 EAPI=2
30
31 @@ -97,6 +97,11 @@
32 }
33
34 src_configure() {
35 + # NOTE: Libkarma support disabled till that library
36 + # is fixed to not cause build errors such as
37 + # error CS0006: cannot find metadata file
38 + # `/var/tmp/portage/media-libs/libkarma-0.1.0/image//usr/lib/karma-sharp/karma-sharp.dll'
39 +
40 econf \
41 $(use_enable doc docs) \
42 $(use_enable boo) \
43 @@ -104,6 +109,7 @@
44 $(use_enable daap) \
45 $(use_enable ipod) \
46 $(use_enable podcast) \
47 + --disable-karma \
48 --with-vendor-build-id="Gentoo/${PN}/${PVR}" \
49 --disable-static \
50 --enable-gnome \
51
52
53
54 1.90 media-sound/banshee/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.90&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.90&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.89&r2=1.90
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
63 retrieving revision 1.89
64 retrieving revision 1.90
65 diff -u -r1.89 -r1.90
66 --- ChangeLog 27 Mar 2009 17:11:21 -0000 1.89
67 +++ ChangeLog 4 Apr 2009 11:08:41 -0000 1.90
68 @@ -1,6 +1,10 @@
69 # ChangeLog for media-sound/banshee
70 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.89 2009/03/27 17:11:21 ranger Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.90 2009/04/04 11:08:41 loki_val Exp $
73 +
74 + 04 Apr 2009; Peter Alfredsen <loki_val@g.o> banshee-1.4.3.ebuild:
75 + Explicitly disable libkarma[mono] support. Was automagically detected, but
76 + would break build. Thanks maekke for reporting.
77
78 27 Mar 2009; Brent Baude <ranger@g.o> banshee-1.4.3.ebuild:
79 Marking banshee-1.4.3 ~ppc for bug 234305