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: ChangeLog banshee-1.7.5.ebuild
Date: Sun, 05 Sep 2010 11:49:49
Message-Id: 20100905114939.DC7C820051@flycatcher.gentoo.org
1 ford_prefect 10/09/05 11:49:39
2
3 Modified: ChangeLog
4 Added: banshee-1.7.5.ebuild
5 Log:
6 Bump to 1.7.5. Bunch of fixes and feature additions. Not dropping HAL support till gio/udev-backend deps are more mature. Switched to libgpod-sharp based iPod backend.
7
8 (Portage version: 2.2_rc74/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.120 media-sound/banshee/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.120&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.120&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.119&r2=1.120
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
20 retrieving revision 1.119
21 retrieving revision 1.120
22 diff -u -r1.119 -r1.120
23 --- ChangeLog 5 Sep 2010 09:49:14 -0000 1.119
24 +++ ChangeLog 5 Sep 2010 11:49:39 -0000 1.120
25 @@ -1,6 +1,14 @@
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.119 2010/09/05 09:49:14 ford_prefect Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.120 2010/09/05 11:49:39 ford_prefect Exp $
30 +
31 +*banshee-1.7.5 (05 Sep 2010)
32 +
33 + 05 Sep 2010; Arun Raghavan <ford_prefect@g.o>
34 + +banshee-1.7.5.ebuild, +files/banshee-1.7.5-fix-collisions.patch:
35 + Bump to 1.7.5. Bunch of fixes and feature additions. Not dropping HAL
36 + support till gio/udev-backend deps are more mature. Switched to
37 + libgpod-sharp based iPod backend.
38
39 05 Sep 2010; Arun Raghavan <ford_prefect@g.o> banshee-1.7.4.ebuild:
40 Fix SRC_URI for unstable versions
41
42
43
44 1.1 media-sound/banshee/banshee-1.7.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.7.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.7.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: banshee-1.7.5.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.7.5.ebuild,v 1.1 2010/09/05 11:49:39 ford_prefect Exp $
54
55 EAPI=2
56
57 inherit eutils autotools mono gnome2-utils fdo-mime versionator
58
59 GVER=0.10.7
60
61 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
62 HOMEPAGE="http://banshee-project.org"
63
64 #BANSHEE_V2=$(get_version_component_range 2)
65 #[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
66 #SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2"
67 SRC_URI="http://download.banshee-project.org/${PN}/unstable/${PV}/${PN}-1-${PV}.tar.bz2"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test web youtube"
73
74 # Hal is required until upstream bug 612616 is solved
75 RDEPEND=">=dev-lang/mono-2.4.3
76 gnome-base/gnome-settings-daemon
77 x11-themes/gnome-icon-theme
78 sys-apps/dbus
79 sys-apps/hal
80 >=dev-dotnet/gtk-sharp-2.12
81 >=dev-dotnet/gconf-sharp-2.24.0
82 >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
83 >=media-libs/gstreamer-0.10.21-r3
84 >=media-libs/gst-plugins-base-0.10.25.2
85 >=media-libs/gst-plugins-bad-${GVER}
86 >=media-libs/gst-plugins-good-${GVER}
87 >=media-libs/gst-plugins-ugly-${GVER}
88 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
89 >=media-plugins/gst-plugins-gnomevfs-${GVER}
90 >=media-plugins/gst-plugins-gconf-${GVER}
91 cdda? (
92 || (
93 >=media-plugins/gst-plugins-cdparanoia-${GVER}
94 >=media-plugins/gst-plugins-cdio-${GVER}
95 )
96 )
97 media-libs/musicbrainz:1
98 >=dev-dotnet/dbus-glib-sharp-0.4.1
99 >=dev-dotnet/dbus-sharp-0.6.1a
100 >=dev-dotnet/mono-addins-0.4[gtk]
101 >=dev-dotnet/taglib-sharp-2.0.3.7
102 >=dev-db/sqlite-3.4
103 karma? ( >=media-libs/libkarma-0.1.0-r1 )
104 aac? ( >=media-plugins/gst-plugins-faad-${GVER} )
105 boo? (
106 >=dev-lang/boo-0.8.1
107 )
108 daap? (
109 >=dev-dotnet/mono-zeroconf-0.8.0-r1
110 )
111 doc? (
112 virtual/monodoc
113 >=app-text/gnome-doc-utils-0.17.3
114 )
115 encode? (
116 >=media-plugins/gst-plugins-lame-${GVER}
117 >=media-plugins/gst-plugins-taglib-${GVER}
118 )
119 ipod? (
120 >=media-libs/libgpod-0.7.94[mono]
121 )
122 mtp? (
123 >=media-libs/libmtp-0.3.0
124 )
125 web? (
126 >=net-libs/webkit-gtk-1.2.2
127 >=net-libs/libsoup-2.26:2.4
128 >=net-libs/libsoup-gnome-2.26:2.4
129 )
130 youtube? (
131 >=dev-dotnet/google-gdata-sharp-1.4
132 )"
133
134 DEPEND="${RDEPEND}
135 dev-util/pkgconfig"
136
137 DOCS="AUTHORS ChangeLog HACKING NEWS README"
138
139 S=${WORKDIR}/${PN}-1-${PV}
140
141 src_prepare () {
142 # Fix intltool b0rkage similar to
143 # https://bugzilla.gnome.org/show_bug.cgi?id=577133
144 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
145 || die "sed failed"
146
147 epatch "${FILESDIR}/${PN}-1.7.4-make-webkit-optional.patch"
148 epatch "${FILESDIR}/${P}-fix-collisions.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 }