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: ChangeLog banshee-1.2.1-r2.ebuild banshee-1.2.1-r1.ebuild
Date: Wed, 10 Sep 2008 13:51:51
Message-Id: E1KdQ6m-00063q-E5@stork.gentoo.org
1 loki_val 08/09/10 13:51:48
2
3 Modified: ChangeLog
4 Added: banshee-1.2.1-r2.ebuild
5 Removed: banshee-1.2.1-r1.ebuild
6 Log:
7 Probably definitely fix bug #233869, thanks again to Salah Colonya. Also fix bug #236886 with fix from upstream.
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
9
10 Revision Changes Path
11 1.71 media-sound/banshee/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 3 Sep 2008 10:13:52 -0000 1.70
24 +++ ChangeLog 10 Sep 2008 13:51:47 -0000 1.71
25 @@ -1,6 +1,15 @@
26 # ChangeLog for media-sound/banshee
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.70 2008/09/03 10:13:52 loki_val Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.71 2008/09/10 13:51:47 loki_val Exp $
30 +
31 +*banshee-1.2.1-r2 (10 Sep 2008)
32 +
33 + 10 Sep 2008; Peter Alfredsen <loki_val@g.o>
34 + files/banshee-1.2.1-libmtp-0.3.0-API.patch,
35 + +files/banshee-1.2.1-notification-crash.patch, -banshee-1.2.1-r1.ebuild,
36 + +banshee-1.2.1-r2.ebuild:
37 + Probably definitely fix bug #233869, thanks again to Salah Colonya. Also
38 + fix bug #236886 with fix from upstream.
39
40 *banshee-1.2.1-r1 (03 Sep 2008)
41
42
43
44
45 1.1 media-sound/banshee/banshee-1.2.1-r2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.2.1-r2.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.2.1-r2.ebuild?rev=1.1&content-type=text/plain
49
50 Index: banshee-1.2.1-r2.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.2.1-r2.ebuild,v 1.1 2008/09/10 13:51:47 loki_val Exp $
55
56 EAPI=1
57
58 inherit base gnome2 mono autotools
59
60 GVER=0.10.3
61
62 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
63 HOMEPAGE="http://banshee-project.org"
64 SRC_URI="http://download.banshee-project.org/${PN}/${PN}-1-${PV}.tar.bz2"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="+aac +boo daap doc +encode +flac ipod +mad mtp +podcast test +vorbis"
70
71 RDEPEND=">=dev-lang/mono-1.2.6
72 >=dev-dotnet/gtk-sharp-2.10
73 >=dev-dotnet/gconf-sharp-2.8
74 >=dev-dotnet/gnome-sharp-2.8
75 >=media-libs/gst-plugins-bad-${GVER}
76 >=media-libs/gst-plugins-good-${GVER}
77 >=media-libs/gst-plugins-ugly-${GVER}
78 >=media-plugins/gst-plugins-alsa-${GVER}
79 >=media-plugins/gst-plugins-gnomevfs-${GVER}
80 >=media-plugins/gst-plugins-gconf-${GVER}
81 || (
82 >=media-plugins/gst-plugins-cdparanoia-${GVER}
83 >=media-plugins/gst-plugins-cdio-${GVER}
84 )
85 media-libs/musicbrainz:1
86 >=dev-dotnet/dbus-glib-sharp-0.3
87 >=dev-dotnet/dbus-sharp-0.5
88 >=dev-dotnet/mono-addins-0.3.1
89 >=dev-dotnet/taglib-sharp-2.0.3
90 >=dev-db/sqlite-3.4
91 aac? (
92 >=media-plugins/gst-plugins-faad-${GVER}
93 )
94 boo? (
95 >=dev-lang/boo-0.8.1
96 )
97 daap? (
98 >=dev-dotnet/mono-zeroconf-0.7.3
99 )
100 doc? (
101 dev-util/monodoc
102 )
103 encode? (
104 >=media-plugins/gst-plugins-lame-${GVER}
105 >=media-plugins/gst-plugins-taglib-${GVER}
106 )
107 flac? (
108 >=media-plugins/gst-plugins-flac-${GVER}
109 )
110 ipod? (
111 >=dev-dotnet/ipod-sharp-0.8.0
112 )
113 mad? (
114 >=media-plugins/gst-plugins-mad-${GVER}
115 )
116 mtp? (
117 >=media-libs/libmtp-0.3
118 )
119 vorbis? (
120 >=media-plugins/gst-plugins-ogg-${GVER}
121 >=media-plugins/gst-plugins-vorbis-${GVER}
122 )"
123
124 DEPEND="${RDEPEND}
125 dev-util/pkgconfig"
126
127 DOCS="AUTHORS ChangeLog HACKING NEWS README"
128
129 S=${WORKDIR}/${PN}-1-${PV}
130
131 PATCHES=( "${FILESDIR}/${P}-libmtp-0.3.0-API.patch"
132 "${FILESDIR}/${P}-notification-crash.patch" )
133
134 pkg_setup() {
135 G2CONF="${G2CONF}
136 $(use_enable doc docs)
137 $(use_enable boo)
138 $(use_enable mtp)
139 $(use_enable daap)
140 $(use_enable ipod)
141 $(use_enable podcast)
142 $(use_enable test tests)"
143
144 MAKEOPTS="${MAKEOPTS} -j1"
145 }
146
147 src_unpack() {
148 base_src_unpack
149 cd "${S}"
150 gnome2_omf_fix
151 elibtoolize
152 }