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