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/rhythmbox: rhythmbox-3.0.3.ebuild ChangeLog rhythmbox-3.0.1.ebuild
Date: Sat, 31 May 2014 11:34:41
Message-Id: 20140531113436.B3B8F2004E@flycatcher.gentoo.org
1 pacho 14/05/31 11:34:36
2
3 Modified: ChangeLog
4 Added: rhythmbox-3.0.3.ebuild
5 Removed: rhythmbox-3.0.1.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.258 media-sound/rhythmbox/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.258&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.258&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.257&r2=1.258
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
21 retrieving revision 1.257
22 retrieving revision 1.258
23 diff -u -r1.257 -r1.258
24 --- ChangeLog 4 May 2014 12:11:27 -0000 1.257
25 +++ ChangeLog 31 May 2014 11:34:36 -0000 1.258
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-sound/rhythmbox
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.257 2014/05/04 12:11:27 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.258 2014/05/31 11:34:36 pacho Exp $
31 +
32 +*rhythmbox-3.0.3 (31 May 2014)
33 +
34 + 31 May 2014; Pacho Ramos <pacho@g.o> +rhythmbox-3.0.3.ebuild,
35 + -rhythmbox-3.0.1.ebuild:
36 + Version bump
37
38 04 May 2014; Pacho Ramos <pacho@g.o> rhythmbox-3.0.2.ebuild:
39 x86 stable, bug 508862
40
41
42
43 1.1 media-sound/rhythmbox/rhythmbox-3.0.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.0.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.0.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: rhythmbox-3.0.3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.0.3.ebuild,v 1.1 2014/05/31 11:34:36 pacho Exp $
53
54 EAPI="5"
55 GNOME2_LA_PUNT="yes"
56 GCONF_DEBUG="no"
57 PYTHON_COMPAT=( python3_{2,3} )
58 PYTHON_REQ_USE="xml"
59
60 inherit eutils gnome2 python-single-r1 multilib virtualx
61
62 DESCRIPTION="Music management and playback software for GNOME"
63 HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 IUSE="cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python
68 test +udev upnp-av visualizer webkit zeitgeist"
69
70 # Let people emerge this by default, bug #472932
71 IUSE+=" python_single_target_python3_2 +python_single_target_python3_3"
72
73 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
74
75 REQUIRED_USE="
76 ipod? ( udev )
77 mtp? ( udev )
78 dbus? ( python )
79 webkit? ( python )
80 python? ( ${PYTHON_REQUIRED_USE} )
81 "
82
83 # FIXME: double check what to do with fm-radio plugin
84 # webkit-gtk-1.10 is needed because it uses gstreamer-1.0
85 COMMON_DEPEND="
86 >=dev-libs/glib-2.34.0:2
87 >=dev-libs/libxml2-2.7.8:2
88 >=x11-libs/gtk+-3.6:3[introspection]
89 >=x11-libs/gdk-pixbuf-2.18.0:2
90 >=dev-libs/gobject-introspection-0.10.0
91 >=dev-libs/libpeas-0.7.3[gtk,python?]
92 >=dev-libs/totem-pl-parser-3.2.0
93 >=net-libs/libsoup-2.34.0:2.4
94 media-libs/gst-plugins-base:1.0[introspection]
95 media-libs/gstreamer:1.0[introspection]
96 >=sys-libs/tdb-1.2.6
97 dev-libs/json-glib
98
99 visualizer? (
100 >=media-libs/clutter-1.8:1.0
101 >=media-libs/clutter-gst-1.9.92:2.0
102 >=media-libs/clutter-gtk-1.0:1.0
103 >=x11-libs/mx-1.0.1:1.0
104 media-plugins/gst-plugins-libvisual:1.0 )
105 cdr? ( >=app-cdr/brasero-2.91.90 )
106 daap? (
107 >=net-libs/libdmapsharing-2.9.19:3.0
108 media-plugins/gst-plugins-soup:1.0 )
109 libsecret? ( >=app-crypt/libsecret-0.14 )
110 html? ( >=net-libs/webkit-gtk-1.10:3 )
111 libnotify? ( >=x11-libs/libnotify-0.7.0 )
112 lirc? ( app-misc/lirc )
113 python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] )
114 udev? (
115 virtual/udev[gudev]
116 ipod? ( >=media-libs/libgpod-0.7.92[udev] )
117 mtp? ( >=media-libs/libmtp-0.3 ) )
118 zeitgeist? ( gnome-extra/zeitgeist )
119 "
120 RDEPEND="${COMMON_DEPEND}
121 media-plugins/gst-plugins-soup:1.0
122 media-plugins/gst-plugins-libmms:1.0
123 || (
124 media-plugins/gst-plugins-cdparanoia:1.0
125 media-plugins/gst-plugins-cdio:1.0 )
126 media-plugins/gst-plugins-meta:1.0
127 media-plugins/gst-plugins-taglib:1.0
128 x11-themes/gnome-icon-theme-symbolic
129 upnp-av? (
130 >=media-libs/grilo-0.2:0.2
131 >=media-plugins/grilo-plugins-0.2:0.2[upnp-av] )
132 python? (
133 x11-libs/gdk-pixbuf:2[introspection]
134 x11-libs/gtk+:3[introspection]
135 x11-libs/pango[introspection]
136
137 dbus? ( sys-apps/dbus )
138 libsecret? ( >=app-crypt/libsecret-0.14[introspection] )
139 webkit? (
140 dev-python/mako[${PYTHON_USEDEP}]
141 >=net-libs/webkit-gtk-1.10:3[introspection] ) )
142 "
143 DEPEND="${COMMON_DEPEND}
144 virtual/pkgconfig
145 app-text/yelp-tools
146 dev-util/gtk-doc-am
147 >=dev-util/intltool-0.35
148 >=app-text/gnome-doc-utils-0.9.1
149 test? ( dev-libs/check )
150 "
151
152 pkg_setup() {
153 use python && python-single-r1_pkg_setup
154 }
155
156 src_prepare() {
157 DOCS="AUTHORS ChangeLog DOCUMENTERS INTERNALS \
158 MAINTAINERS MAINTAINERS.old NEWS README THANKS"
159
160 rm -v lib/rb-marshal.{c,h} || die
161
162 gnome2_src_prepare
163 }
164
165 src_configure() {
166 # FIXME: bug???
167 export GST_INSPECT=/bin/true
168
169 # --enable-vala just installs the sample vala plugin, and the configure
170 # checks are broken, so don't enable it
171 gnome2_src_configure \
172 MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins \
173 VALAC=$(type -P valac-0.14) \
174 --enable-mmkeys \
175 --disable-more-warnings \
176 --disable-static \
177 --disable-vala \
178 --without-hal \
179 $(use_enable visualizer) \
180 $(use_enable daap) \
181 $(use_enable libnotify) \
182 $(use_enable lirc) \
183 $(use_enable nsplugin browser-plugin) \
184 $(use_enable python) \
185 $(use_enable upnp-av grilo) \
186 $(use_with cdr brasero) \
187 $(use_with html webkit) \
188 $(use_with ipod) \
189 $(use_with libsecret) \
190 $(use_with mtp) \
191 $(use_with udev gudev)
192 }
193
194 src_test() {
195 unset SESSION_MANAGER
196 unset DBUS_SESSION_BUS_ADDRESS
197 Xemake check || die "test failed"
198 }