Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: ChangeLog rhythmbox-0.12.1.ebuild
Date: Tue, 28 Apr 2009 15:38:34
Message-Id: E1LypOB-0003TU-9i@stork.gentoo.org
1 dang 09/04/28 15:38:31
2
3 Modified: ChangeLog
4 Added: rhythmbox-0.12.1.ebuild
5 Log:
6 Bump to rhythmbox-0.12.1
7 - No more libgnomeui! Yay!
8 (Portage version: 2.2_rc31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.143 media-sound/rhythmbox/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.143&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.143&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.142&r2=1.143
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
20 retrieving revision 1.142
21 retrieving revision 1.143
22 diff -u -r1.142 -r1.143
23 --- ChangeLog 15 Apr 2009 19:52:31 -0000 1.142
24 +++ ChangeLog 28 Apr 2009 15:38:31 -0000 1.143
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-sound/rhythmbox
27 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.142 2009/04/15 19:52:31 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.143 2009/04/28 15:38:31 dang Exp $
30 +
31 +*rhythmbox-0.12.1 (28 Apr 2009)
32 +
33 + 28 Apr 2009; Daniel Gryniewicz <dang@g.o> +rhythmbox-0.12.1.ebuild:
34 + Bump to rhythmbox-0.12.1
35 +
36 + - No more libgnomeui! Yay!
37
38 15 Apr 2009; Markus Meier <maekke@g.o> rhythmbox-0.11.6-r1.ebuild:
39 amd64/x86 stable, bug #234306
40
41
42
43 1.1 media-sound/rhythmbox/rhythmbox-0.12.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: rhythmbox-0.12.1.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.1.ebuild,v 1.1 2009/04/28 15:38:31 dang Exp $
53
54 EAPI="2"
55
56 inherit eutils gnome2 python multilib virtualx
57
58 DESCRIPTION="Music management and playback software for GNOME"
59 HOMEPAGE="http://www.rhythmbox.org/"
60 LICENSE="GPL-2"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE="+brasero cdr daap doc hal ipod gnome-keyring libnotify lirc musicbrainz mtp nsplugin python test"
63
64 # FIXME: double check what to do with fm-radio plugin
65
66 SLOT="0"
67
68 RDEPEND=">=dev-libs/glib-2.16.0
69 >=x11-libs/gtk+-2.14
70 >=gnome-base/libglade-2
71 >=dev-libs/totem-pl-parser-2.22.0
72 cdr? (
73 brasero? ( >=app-cdr/brasero-0.9.1 )
74 !brasero? ( >=gnome-extra/nautilus-cd-burner-2.21.6 ) )
75 >=x11-libs/libsexy-0.1.5
76 >=gnome-extra/gnome-media-2.14.0
77 gnome-keyring? ( >=gnome-base/gnome-keyring-0.4.9 )
78 musicbrainz? ( media-libs/musicbrainz:3 )
79 >=net-libs/libsoup-2.4:2.4
80 lirc? ( app-misc/lirc )
81 hal? (
82 ipod? ( >=media-libs/libgpod-0.6 )
83 mtp? ( >=media-libs/libmtp-0.3.0 )
84 >=sys-apps/hal-0.5 )
85 daap? ( >=net-dns/avahi-0.6 )
86 >=dev-libs/dbus-glib-0.71
87 >=media-libs/gst-plugins-base-0.10.14
88 >=media-plugins/gst-plugins-gnomevfs-0.10
89 || (
90 >=media-plugins/gst-plugins-cdparanoia-0.10
91 >=media-plugins/gst-plugins-cdio-0.10 )
92 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
93 >=media-plugins/gst-plugins-taglib-0.10.6
94 libnotify? ( >=x11-libs/libnotify-0.3.2 )
95 python? (
96 >=dev-lang/python-2.4.2
97 || (
98 >=dev-lang/python-2.5
99 dev-python/celementtree )
100 >=dev-python/pygtk-2.8
101 >=dev-python/gnome-vfs-python-2.22.0
102 >=dev-python/gconf-python-2.22.0
103 >=dev-python/libgnome-python-2.22.0
104 >=dev-python/gst-python-0.10.8 )
105 nsplugin? ( || (
106 net-libs/xulrunner
107 www-client/seamonkey
108 www-client/mozilla-firefox ) )"
109
110 DEPEND="${RDEPEND}
111 dev-util/pkgconfig
112 >=dev-util/intltool-0.40
113 app-text/scrollkeeper
114 app-text/gnome-doc-utils
115 doc? ( >=dev-util/gtk-doc-1.4 )
116 test? ( dev-libs/check )"
117
118 DOCS="AUTHORS ChangeLog DOCUMENTERS INTERNALS \
119 MAINTAINERS MAINTAINERS.old NEWS README THANKS"
120
121 pkg_setup() {
122 if ! use hal && use ipod; then
123 ewarn "ipod support requires hal support. Please"
124 ewarn "re-emerge with USE=hal to enable ipod support"
125 fi
126
127 if ! use hal && use mtp; then
128 ewarn "MTP support requires hal support. Please"
129 ewarn "re-emerge with USE=hal to enable MTP support"
130 fi
131
132 if ! use cdr ; then
133 ewarn "You have cdr USE flag disabled."
134 ewarn "You will not be able to play audio CDs."
135 fi
136
137 if use brasero; then
138 G2CONF="${G2CONF} $(use_with cdr libbrasero-media) --without-libnautilus-burn"
139 else
140 G2CONF="${G2CONF} $(use_with cdr libnautilus-burn) --without-libbrasero-media"
141 fi
142
143 G2CONF="${G2CONF}
144 MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins
145 $(use_with gnome-keyring)
146 $(use_with ipod)
147 $(use_enable libnotify)
148 $(use_enable lirc)
149 $(use_enable musicbrainz)
150 $(use_with mtp)
151 $(use_enable nsplugin browser-plugin)
152 $(use_enable python)
153 $(use_enable daap)
154 $(use_with daap mdns avahi)
155 --enable-mmkeys
156 --disable-scrollkeeper
157 --disable-schemas-install
158 --disable-static
159 --disable-vala"
160
161 export GST_INSPECT=/bin/true
162 }
163
164 src_prepare() {
165 gnome2_src_prepare
166
167 # disable pyc compiling
168 mv py-compile py-compile.orig
169 ln -s $(type -P true) py-compile
170 }
171
172 src_compile() {
173 addpredict "$(unset HOME; echo ~)/.gconf"
174 addpredict "$(unset HOME; echo ~)/.gconfd"
175 gnome2_src_compile
176 }
177
178 src_test() {
179 unset SESSION_MANAGER
180 unset DBUS_SESSION_BUS_ADDRESS
181 Xemake check || die "test failed"
182 }
183
184 pkg_postinst() {
185 gnome2_pkg_postinst
186 use python && python_mod_optimize /usr/$(get_libdir)/rhythmbox/plugins
187
188 ewarn
189 ewarn "If ${PN} doesn't play some music format, please check your"
190 ewarn "USE flags on media-plugins/gst-plugins-meta"
191 ewarn
192 }
193
194 pkg_postrm() {
195 gnome2_pkg_postrm
196 python_mod_cleanup /usr/$(get_libdir)/rhythmbox/plugins
197 }