Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/
Date: Wed, 22 Jun 2022 23:02:03
Message-Id: 1655938907.8eb9cba4bed8b3c681beef2c1e0f670b46a2526a.mattst88@gentoo
1 commit: 8eb9cba4bed8b3c681beef2c1e0f670b46a2526a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 22 22:58:52 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 22 23:01:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb9cba4
7
8 media-sound/rhythmbox: Version bump to 3.4.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-sound/rhythmbox/Manifest | 1 +
13 media-sound/rhythmbox/rhythmbox-3.4.6.ebuild | 137 +++++++++++++++++++++++++++
14 2 files changed, 138 insertions(+)
15
16 diff --git a/media-sound/rhythmbox/Manifest b/media-sound/rhythmbox/Manifest
17 index 8bfa12034e25..f873a3a85d5f 100644
18 --- a/media-sound/rhythmbox/Manifest
19 +++ b/media-sound/rhythmbox/Manifest
20 @@ -1,2 +1,3 @@
21 DIST rhythmbox-3.4.4.tar.xz 3890320 BLAKE2B 69c89c0478d6c43e1c4a10d39f25c25c3dc81f9b93f870e0de8947395e0f49d3902cb8dcf74c945da744536090b7058616545ad706626047e0c8fb61b0b792d7 SHA512 1fcd41dd66ffe34852f8cedb80ade57d101118295d6fd6f0a8687000ab6500991d2e11482daedb30a7abaf63e54e33ee3c4eaab73b075ec5e5907182f9a8c865
22 DIST rhythmbox-3.4.5.tar.xz 3537764 BLAKE2B fe710816d0c48f5eac6925d5d160f0db060a3369a98afb8b57bd746998e40d413e51e3f5d2631d28eccb5af9a5b71b511f2c42812fbfa88e2cfd46f16338cc78 SHA512 aa9451a5046a99ed4318a45de6e3df069e7646d83e27895608a1e66f664312d0c2b72c8bb9da902eeb1255ab3d2f15956f4891ff51c1ad28f572c9c020dcefb7
23 +DIST rhythmbox-3.4.6.tar.xz 3535224 BLAKE2B 5e24facd810e72296ea541f8131b2ac364de0b38b0fd08a1fe6223a333e619cd08a3959fbbc6fbbd36a39990c7cc871decaefc316ce4910460aa6b446b3cb4c0 SHA512 d48818a6f299b3da8ae78bf13e41d702244d83a473586008b53f9c4cc504495ac2570c520c65efaf9e75408363b0256121d12680940c673d2977c7d177ef1fb3
24
25 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.6.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.6.ebuild
26 new file mode 100644
27 index 000000000000..8be1fe3203c7
28 --- /dev/null
29 +++ b/media-sound/rhythmbox/rhythmbox-3.4.6.ebuild
30 @@ -0,0 +1,137 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +PYTHON_COMPAT=( python3_{8..11} )
36 +PYTHON_REQ_USE="xml(+)"
37 +
38 +inherit gnome.org gnome2-utils python-single-r1 meson virtualx xdg
39 +
40 +DESCRIPTION="Music management and playback software for GNOME"
41 +HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +
46 +IUSE="cdr daap dbus gnome-keyring gtk-doc ipod libnotify lirc mtp +python test +udev upnp-av"
47 +RESTRICT="!test? ( test )"
48 +REQUIRED_USE="
49 + ipod? ( udev )
50 + mtp? ( udev )
51 + dbus? ( python )
52 + python? ( ${PYTHON_REQUIRED_USE} )
53 +"
54 +
55 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
56 +
57 +DEPEND="
58 + x11-libs/cairo
59 + >=x11-libs/gdk-pixbuf-2.18:2
60 + >=dev-libs/glib-2.56.0:2
61 + >=dev-libs/gobject-introspection-0.10:=
62 + >=media-libs/gstreamer-1.4.0:1.0[introspection]
63 + >=media-libs/gst-plugins-base-1.4.0:1.0[introspection]
64 + >=x11-libs/gtk+-3.20.0:3[introspection]
65 + dev-libs/json-glib
66 + >=dev-libs/libpeas-0.7.3[gtk]
67 + >=net-libs/libsoup-2.42.0:2.4
68 + >=dev-libs/libxml2-2.7.8:2
69 + x11-libs/pango
70 + >=sys-libs/tdb-1.2.6
71 + >=dev-libs/totem-pl-parser-3.2
72 +
73 + cdr? ( >=app-cdr/brasero-2.91.90 )
74 + daap? (
75 + >=net-libs/libdmapsharing-2.9.19:3.0
76 + >=media-plugins/gst-plugins-soup-1.4:1.0
77 + )
78 + gnome-keyring? ( >=app-crypt/libsecret-0.18 )
79 + libnotify? ( >=x11-libs/libnotify-0.7.0 )
80 + lirc? ( app-misc/lirc )
81 + python? (
82 + ${PYTHON_DEPS}
83 + $(python_gen_cond_dep '
84 + >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
85 + ')
86 + )
87 + udev? (
88 + dev-libs/libgudev:=
89 + ipod? ( >=media-libs/libgpod-0.7.92[udev] )
90 + mtp? ( >=media-libs/libmtp-0.3 )
91 + )
92 +"
93 +RDEPEND="${DEPEND}
94 + media-plugins/gst-plugins-soup:1.0
95 + media-plugins/gst-plugins-libmms:1.0
96 + || (
97 + media-plugins/gst-plugins-cdparanoia:1.0
98 + media-plugins/gst-plugins-cdio:1.0
99 + )
100 + media-plugins/gst-plugins-meta:1.0
101 + media-plugins/gst-plugins-taglib:1.0
102 + x11-themes/adwaita-icon-theme
103 + python? (
104 + >=dev-libs/libpeas-0.7.3[python,${PYTHON_SINGLE_USEDEP}]
105 + net-libs/libsoup:2.4[introspection]
106 + x11-libs/gdk-pixbuf:2[introspection]
107 + x11-libs/gtk+:3[introspection]
108 + x11-libs/pango[introspection]
109 +
110 + dbus? ( sys-apps/dbus )
111 + gnome-keyring? ( >=app-crypt/libsecret-0.18[introspection] )
112 + )
113 + upnp-av? (
114 + >=media-libs/grilo-0.3:0.3
115 + >=media-plugins/grilo-plugins-0.3:0.3[upnp-av]
116 + )
117 +"
118 +BDEPEND="
119 + gtk-doc? ( dev-util/gtk-doc )
120 + >=dev-util/intltool-0.35
121 + dev-util/itstool
122 + virtual/pkgconfig
123 + test? ( dev-libs/check )
124 +"
125 +
126 +pkg_setup() {
127 + use python && python-single-r1_pkg_setup
128 +}
129 +
130 +src_configure() {
131 + local emesonargs=(
132 + $(meson_feature cdr brasero)
133 + $(meson_feature daap)
134 + -Dfm_radio=enabled
135 + $(meson_feature upnp-av grilo)
136 + $(meson_feature udev gudev)
137 + $(meson_feature ipod)
138 + $(meson_feature libnotify)
139 + $(meson_feature gnome-keyring libsecret)
140 + $(meson_feature lirc)
141 + $(meson_feature mtp)
142 + $(meson_feature python plugins_python)
143 + -Dplugins_vala=disabled
144 + -Dsample-plugins=false
145 +
146 + -Dhelp=true
147 + $(meson_use gtk-doc gtk_doc)
148 + $(meson_feature test tests)
149 + )
150 + meson_src_configure
151 +}
152 +
153 +src_test() {
154 + unset SESSION_MANAGER
155 + "${BROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
156 + GSETTINGS_SCHEMA_DIR="${S}/data" virtx meson_src_test
157 +}
158 +
159 +pkg_postinst() {
160 + xdg_pkg_postinst
161 + gnome2_schemas_update
162 +}
163 +
164 +pkg_postrm() {
165 + xdg_pkg_postrm
166 + gnome2_schemas_update
167 +}