Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/banshee: banshee-2.2.0-r1.ebuild ChangeLog banshee-2.0.1.ebuild banshee-2.2.0.ebuild
Date: Tue, 01 Nov 2011 11:54:15
Message-Id: 20111101115406.0D2682004C@flycatcher.gentoo.org
1 pacho 11/11/01 11:54:06
2
3 Modified: ChangeLog
4 Added: banshee-2.2.0-r1.ebuild
5 Removed: banshee-2.0.1.ebuild banshee-2.2.0.ebuild
6 Log:
7 Add a fix for smiley face curve equalizer, drop old.
8
9 (Portage version: 2.1.10.32/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.141 media-sound/banshee/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.141&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.141&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.140&r2=1.141
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
21 retrieving revision 1.140
22 retrieving revision 1.141
23 diff -u -r1.140 -r1.141
24 --- ChangeLog 20 Oct 2011 22:54:37 -0000 1.140
25 +++ ChangeLog 1 Nov 2011 11:54:05 -0000 1.141
26 @@ -1,6 +1,15 @@
27 # ChangeLog for media-sound/banshee
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.140 2011/10/20 22:54:37 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.141 2011/11/01 11:54:05 pacho Exp $
31 +
32 +*banshee-2.2.0-r1 (01 Nov 2011)
33 +
34 + 01 Nov 2011; Pacho Ramos <pacho@g.o> +banshee-2.2.0-r1.ebuild,
35 + +files/banshee-2.2.0-fix-equalizer-values.patch, -banshee-2.0.1.ebuild,
36 + -banshee-2.2.0.ebuild, -files/banshee-2.0.1-audiocd-metadata.patch,
37 + -files/banshee-2.0.1-musicbrainz-useragent-fixes.patch,
38 + -files/banshee-2.0.1-musicbrainz-useragent.patch:
39 + Add a fix for smiley face curve equalizer, drop old.
40
41 20 Oct 2011; Pacho Ramos <pacho@g.o> banshee-2.2.0.ebuild:
42 soundmenu needs a properly maintained and updated indicate-sharp, disabling
43
44
45
46 1.1 media-sound/banshee/banshee-2.2.0-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-2.2.0-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-2.2.0-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: banshee-2.2.0-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.2.0-r1.ebuild,v 1.1 2011/11/01 11:54:05 pacho Exp $
56
57 EAPI="4"
58
59 inherit eutils autotools mono gnome2-utils fdo-mime versionator gnome.org
60
61 GVER=0.10.7
62
63 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
64 HOMEPAGE="http://banshee.fm/"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="+aac +cdda boo daap doc +encode ipod karma mtp test udev +web youtube"
70
71 RDEPEND=">=dev-lang/mono-2.4.3
72 gnome-base/gnome-settings-daemon
73 x11-themes/gnome-icon-theme
74 sys-apps/dbus
75 >=dev-dotnet/gtk-sharp-2.12:2
76 >=dev-dotnet/gconf-sharp-2.24.0:2
77 >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
78 >=media-libs/gstreamer-0.10.21-r3:0.10
79 >=media-libs/gst-plugins-base-0.10.25.2:0.10
80 >=media-libs/gst-plugins-bad-${GVER}
81 >=media-libs/gst-plugins-good-${GVER}:0.10
82 >=media-libs/gst-plugins-ugly-${GVER}:0.10
83 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
84 >=media-plugins/gst-plugins-gnomevfs-${GVER}:0.10
85 >=media-plugins/gst-plugins-gconf-${GVER}:0.10
86 cdda? (
87 || (
88 >=media-plugins/gst-plugins-cdparanoia-${GVER}:0.10
89 >=media-plugins/gst-plugins-cdio-${GVER}:0.10
90 )
91 )
92 media-libs/musicbrainz:1
93 dev-dotnet/dbus-sharp
94 dev-dotnet/dbus-sharp-glib
95 >=dev-dotnet/mono-addins-0.4[gtk]
96 >=dev-dotnet/taglib-sharp-2.0.3.7
97 >=dev-db/sqlite-3.4:3
98 karma? ( >=media-libs/libkarma-0.1.0-r1 )
99 aac? ( >=media-plugins/gst-plugins-faad-${GVER}:0.10 )
100 boo? (
101 >=dev-lang/boo-0.8.1
102 )
103 daap? (
104 >=dev-dotnet/mono-zeroconf-0.8.0-r1
105 )
106 doc? (
107 virtual/monodoc
108 >=app-text/gnome-doc-utils-0.17.3
109 )
110 encode? (
111 >=media-plugins/gst-plugins-lame-${GVER}:0.10
112 >=media-plugins/gst-plugins-taglib-${GVER}:0.10
113 )
114 ipod? (
115 >=media-libs/libgpod-0.7.95[mono]
116 )
117 mtp? (
118 >=media-libs/libmtp-0.3.0
119 )
120 web? (
121 >=net-libs/webkit-gtk-1.2.2:2
122 >=net-libs/libsoup-2.26:2.4
123 >=net-libs/libsoup-gnome-2.26:2.4
124 )
125 youtube? (
126 >=dev-dotnet/google-gdata-sharp-1.4
127 )
128 udev? (
129 dev-dotnet/gudev-sharp
130 dev-dotnet/gkeyfile-sharp
131 dev-dotnet/gtk-sharp-beans
132 dev-dotnet/gio-sharp
133 )"
134
135 DEPEND="${RDEPEND}
136 app-arch/xz-utils
137 dev-util/pkgconfig"
138
139 DOCS="AUTHORS ChangeLog HACKING NEWS README"
140
141 src_prepare () {
142 # EqualizerManager: Update values for the Smiley Face preset (bgo#661224)
143 epatch "${FILESDIR}/${PN}-2.2.0-fix-equalizer-values.patch"
144
145 epatch "${FILESDIR}/${PN}-1.7.4-make-webkit-optional.patch" # upstream bug 628518
146 AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
147 eautoreconf
148 }
149
150 src_configure() {
151 # soundmenu needs a properly maintained and updated indicate-sharp
152 local myconf="--disable-dependency-tracking
153 --disable-static
154 --disable-maintainer-mode
155 --enable-gnome
156 --enable-schemas-install
157 --with-gconf-schema-file-dir=/etc/gconf/schemas
158 --with-vendor-build-id=Gentoo/${PN}/${PVR}
159 --enable-gapless-playback
160 --disable-gst-sharp
161 --disable-torrent
162 --disable-shave
163 --disable-ubuntuone
164 --disable-soundmenu"
165
166 econf \
167 $(use_enable doc docs) \
168 $(use_enable doc user-help) \
169 $(use_enable boo) \
170 $(use_enable mtp) \
171 $(use_enable daap) \
172 $(use_enable ipod appledevice) \
173 $(use_enable karma) \
174 $(use_enable web webkit) \
175 $(use_enable youtube) \
176 $(use_enable udev gio) \
177 $(use_enable udev gio_hardware) \
178 ${myconf}
179 }
180
181 src_compile() {
182 emake MCS=/usr/bin/gmcs
183 }
184
185 src_install() {
186 emake DESTDIR="${D}" install
187 find "${ED}" -name '*.la' -exec rm -f {} +
188 }
189
190 pkg_preinst() {
191 gnome2_icon_savelist
192 }
193
194 pkg_postinst() {
195 ewarn
196 ewarn "If ${PN} doesn't play some format, please check your"
197 ewarn "USE flags on media-plugins/gst-plugins-meta"
198 ewarn
199
200 fdo-mime_desktop_database_update
201 fdo-mime_mime_database_update
202 gnome2_icon_cache_update
203 }
204
205 pkg_postrm() {
206 fdo-mime_desktop_database_update
207 fdo-mime_mime_database_update
208 gnome2_icon_cache_update
209 }