Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/
Date: Sat, 30 Jan 2021 20:02:52
Message-Id: 1612036958.19f83f669be6c7d4a30a9398e4b8b90750a444f3.leio@gentoo
1 commit: 19f83f669be6c7d4a30a9398e4b8b90750a444f3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 19:43:54 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 20:02:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=19f83f66
7
8 media-sound/rhythmbox-9999: sync with main tree
9
10 Bug: https://bugs.gentoo.org/767559
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 media-sound/rhythmbox/rhythmbox-9999.ebuild | 22 +++++++++-------------
15 1 file changed, 9 insertions(+), 13 deletions(-)
16
17 diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild
18 index 02d97a9e..f3ca7b58 100644
19 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild
20 +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 GNOME2_LA_PUNT="yes"
28 -PYTHON_COMPAT=( python3_{4,5,6} )
29 +PYTHON_COMPAT=( python3_{6,7,8} )
30 PYTHON_REQ_USE="xml"
31
32 inherit eutils gnome2 python-single-r1 multilib virtualx
33 @@ -17,7 +17,8 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox"
34 LICENSE="GPL-2"
35 SLOT="0"
36
37 -IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp nsplugin +python test +udev upnp-av"
38 +IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp +python test +udev upnp-av"
39 +RESTRICT="!test? ( test )"
40 REQUIRED_USE="
41 ipod? ( udev )
42 mtp? ( udev )
43 @@ -29,7 +30,6 @@ if [[ ${PV} != 9999 ]]; then
44 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
45 fi
46
47 -# FIXME: double check what to do with fm-radio plugin
48 COMMON_DEPEND="
49 >=dev-libs/glib-2.38:2
50 >=dev-libs/libxml2-2.7.8:2
51 @@ -53,10 +53,12 @@ COMMON_DEPEND="
52 lirc? ( app-misc/lirc )
53 python? (
54 ${PYTHON_DEPS}
55 - >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
56 + $(python_gen_cond_dep '
57 + >=dev-python/pygobject-3.0:3[${PYTHON_MULTI_USEDEP}]
58 + ')
59 )
60 udev? (
61 - virtual/libgudev:=
62 + dev-libs/libgudev:=
63 ipod? ( >=media-libs/libgpod-0.7.92[udev] )
64 mtp? ( >=media-libs/libmtp-0.3 ) )
65 "
66 @@ -70,7 +72,7 @@ RDEPEND="${COMMON_DEPEND}
67 media-plugins/gst-plugins-taglib:1.0
68 x11-themes/adwaita-icon-theme
69 python? (
70 - >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}]
71 + >=dev-libs/libpeas-0.7.3[python,${PYTHON_SINGLE_USEDEP}]
72 net-libs/libsoup:2.4[introspection]
73 x11-libs/gdk-pixbuf:2[introspection]
74 x11-libs/gtk+:3[introspection]
75 @@ -83,7 +85,6 @@ RDEPEND="${COMMON_DEPEND}
76 >=media-plugins/grilo-plugins-0.3:0.3[upnp-av] )
77 "
78 DEPEND="${COMMON_DEPEND}
79 - app-text/yelp-tools
80 dev-util/gtk-doc-am
81 >=dev-util/intltool-0.35
82 dev-util/itstool
83 @@ -97,13 +98,9 @@ pkg_setup() {
84 }
85
86 src_configure() {
87 - # FIXME: bug???
88 - export GST_INSPECT=/bin/true
89 -
90 # --enable-vala just installs the sample vala plugin, and the configure
91 # checks are broken, so don't enable it
92 gnome2_src_configure \
93 - MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins \
94 VALAC=$(type -P true) \
95 --enable-mmkeys \
96 --disable-more-warnings \
97 @@ -112,7 +109,6 @@ src_configure() {
98 $(use_enable daap) \
99 $(use_enable libnotify) \
100 $(use_enable lirc) \
101 - $(use_enable nsplugin browser-plugin) \
102 $(use_enable python) \
103 $(use_enable upnp-av grilo) \
104 $(use_with cdr brasero) \