Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/banshee: banshee-1.8.0.ebuild ChangeLog
Date: Thu, 30 Sep 2010 09:19:38
Message-Id: 20100930091933.1572120051@flycatcher.gentoo.org
1 ford_prefect 10/09/30 09:19:33
2
3 Modified: ChangeLog
4 Added: banshee-1.8.0.ebuild
5 Log:
6 Bump to 1.8.0. New stable release, lots of new features (Amazon MP3 store support, Miro podcast directory, better Apple device support, and a lot more). Reiterating that we are not dropping HAL till gtk-sharp-beans and gio-sharp get a little more mature (and are packaged).
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.121 media-sound/banshee/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.121&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.121&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.120&r2=1.121
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
20 retrieving revision 1.120
21 retrieving revision 1.121
22 diff -u -r1.120 -r1.121
23 --- ChangeLog 5 Sep 2010 11:49:39 -0000 1.120
24 +++ ChangeLog 30 Sep 2010 09:19:33 -0000 1.121
25 @@ -1,6 +1,15 @@
26 # ChangeLog for media-sound/banshee
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.120 2010/09/05 11:49:39 ford_prefect Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.121 2010/09/30 09:19:33 ford_prefect Exp $
30 +
31 +*banshee-1.8.0 (30 Sep 2010)
32 +
33 + 30 Sep 2010; Arun Raghavan <ford_prefect@g.o>
34 + +banshee-1.8.0.ebuild:
35 + Bump to 1.8.0. New stable release, lots of new features (Amazon MP3 store
36 + support, Miro podcast directory, better Apple device support, and a lot
37 + more). Reiterating that we are not dropping HAL till gtk-sharp-beans and
38 + gio-sharp get a little more mature (and are packaged).
39
40 *banshee-1.7.5 (05 Sep 2010)
41
42
43
44
45 1.1 media-sound/banshee/banshee-1.8.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: banshee-1.8.0.ebuild
51 ===================================================================
52 # Copyright 1999-2010 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.8.0.ebuild,v 1.1 2010/09/30 09:19:33 ford_prefect Exp $
55
56 EAPI=2
57
58 inherit eutils autotools mono gnome2-utils fdo-mime versionator
59
60 GVER=0.10.7
61
62 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
63 HOMEPAGE="http://banshee-project.org"
64
65 #BANSHEE_V2=$(get_version_component_range 2)
66 #[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
67 #SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2"
68 SRC_URI="http://download.banshee-project.org/${PN}/stable/${PV}/${PN}-1-${PV}.tar.bz2"
69
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test web youtube"
74
75 # Hal is required until upstream bug 612616 is solved
76 RDEPEND=">=dev-lang/mono-2.4.3
77 gnome-base/gnome-settings-daemon
78 x11-themes/gnome-icon-theme
79 sys-apps/dbus
80 sys-apps/hal
81 >=dev-dotnet/gtk-sharp-2.12
82 >=dev-dotnet/gconf-sharp-2.24.0
83 >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
84 >=media-libs/gstreamer-0.10.21-r3
85 >=media-libs/gst-plugins-base-0.10.25.2
86 >=media-libs/gst-plugins-bad-${GVER}
87 >=media-libs/gst-plugins-good-${GVER}
88 >=media-libs/gst-plugins-ugly-${GVER}
89 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
90 >=media-plugins/gst-plugins-gnomevfs-${GVER}
91 >=media-plugins/gst-plugins-gconf-${GVER}
92 cdda? (
93 || (
94 >=media-plugins/gst-plugins-cdparanoia-${GVER}
95 >=media-plugins/gst-plugins-cdio-${GVER}
96 )
97 )
98 media-libs/musicbrainz:1
99 >=dev-dotnet/dbus-glib-sharp-0.4.1
100 >=dev-dotnet/dbus-sharp-0.6.1a
101 >=dev-dotnet/mono-addins-0.4[gtk]
102 >=dev-dotnet/taglib-sharp-2.0.3.7
103 >=dev-db/sqlite-3.4
104 karma? ( >=media-libs/libkarma-0.1.0-r1 )
105 aac? ( >=media-plugins/gst-plugins-faad-${GVER} )
106 boo? (
107 >=dev-lang/boo-0.8.1
108 )
109 daap? (
110 >=dev-dotnet/mono-zeroconf-0.8.0-r1
111 )
112 doc? (
113 virtual/monodoc
114 >=app-text/gnome-doc-utils-0.17.3
115 )
116 encode? (
117 >=media-plugins/gst-plugins-lame-${GVER}
118 >=media-plugins/gst-plugins-taglib-${GVER}
119 )
120 ipod? (
121 >=media-libs/libgpod-0.7.95[mono]
122 )
123 mtp? (
124 >=media-libs/libmtp-0.3.0
125 )
126 web? (
127 >=net-libs/webkit-gtk-1.2.2
128 >=net-libs/libsoup-2.26:2.4
129 >=net-libs/libsoup-gnome-2.26:2.4
130 )
131 youtube? (
132 >=dev-dotnet/google-gdata-sharp-1.4
133 )"
134
135 DEPEND="${RDEPEND}
136 dev-util/pkgconfig"
137
138 DOCS="AUTHORS ChangeLog HACKING NEWS README"
139
140 S=${WORKDIR}/${PN}-1-${PV}
141
142 src_prepare () {
143 # Fix intltool b0rkage similar to
144 # https://bugzilla.gnome.org/show_bug.cgi?id=577133
145 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
146 || die "sed failed"
147
148 epatch "${FILESDIR}/${PN}-1.7.4-make-webkit-optional.patch"
149 AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
150 eautoreconf
151 }
152
153 src_configure() {
154 # Disable gio till gtk-sharp-beans and gio-sharp are in-tree
155 # Disable gio-hardware till gudev-sharp and gkeyfile-sharp are around
156 # for a bit longer (when these are in, we can drop HAL)
157 # Ditto gst-sharp
158 local myconf="--disable-dependency-tracking --disable-static
159 --enable-gnome --enable-schemas-install
160 --with-gconf-schema-file-dir=/etc/gconf/schemas
161 --with-vendor-build-id=Gentoo/${PN}/${PVR}
162 --enable-gapless-playback
163 --disable-gio --disable-gst-sharp
164 --disable-gio_hardware --enable-hal
165 --disable-torrent
166 --disable-shave"
167
168 econf \
169 $(use_enable doc docs) \
170 $(use_enable doc user-help) \
171 $(use_enable boo) \
172 $(use_enable mtp) \
173 $(use_enable daap) \
174 $(use_enable ipod appledevice) --disable-ipod \
175 $(use_enable podcast) \
176 $(use_enable karma) \
177 $(use_enable web webkit) \
178 $(use_enable youtube) \
179 ${myconf}
180 }
181
182 src_compile() {
183 emake MCS=/usr/bin/gmcs
184 }
185
186 src_install() {
187 emake DESTDIR="${D}" install || die "emake install efailed"
188 find "${D}" -name '*.la' -delete
189 }
190
191 pkg_preinst() {
192 gnome2_icon_savelist
193 }
194
195 pkg_postinst() {
196 ewarn
197 ewarn "If ${PN} doesn't play some format, please check your"
198 ewarn "USE flags on media-plugins/gst-plugins-meta"
199 ewarn
200
201 fdo-mime_desktop_database_update
202 fdo-mime_mime_database_update
203 gnome2_icon_cache_update
204 }
205
206 pkg_postrm() {
207 fdo-mime_desktop_database_update
208 fdo-mime_mime_database_update
209 gnome2_icon_cache_update
210 }