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