Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/
Date: Wed, 31 Jan 2018 08:28:41
Message-Id: 1517387164.136865e9f4c350dc7b2dadf6378458a7b00fb03b.eva@gentoo
1 commit: 136865e9f4c350dc7b2dadf6378458a7b00fb03b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 08:26:04 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 08:26:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136865e9
7
8 media-sound/rhythmbox: version bump 3.4.1-r1 → 3.4.2
9
10 * Bug fix release for 3.4
11 * Visualization plugin removed
12 * Responsiveness improvements during media player sync
13 * Better network buffering when crossfading is enabled
14
15 Package-Manager: Portage-2.3.20, Repoman-2.3.6
16
17 media-sound/rhythmbox/Manifest | 1 +
18 media-sound/rhythmbox/rhythmbox-3.4.2.ebuild | 125 +++++++++++++++++++++++++++
19 2 files changed, 126 insertions(+)
20
21 diff --git a/media-sound/rhythmbox/Manifest b/media-sound/rhythmbox/Manifest
22 index d97a04f7287..9620da8be96 100644
23 --- a/media-sound/rhythmbox/Manifest
24 +++ b/media-sound/rhythmbox/Manifest
25 @@ -1 +1,2 @@
26 DIST rhythmbox-3.4.1.tar.xz 6914220 BLAKE2B f98aa43ca6929cf99bc5cfdcfcc8893e35610c04f1357579d64d3cd85cd66672dbfcb4a4a9a55ff6ae79ae54bc3034deff6a955b7bf59d7ff313de9a5747360c SHA512 b00034e9369222f64d5d9c5e246b99f5d738336d3faf2d303c444f84c316688871e0a09992e96012f38e2e90e8efc936ad231bed5057a5aaf31ee66963f59ae6
27 +DIST rhythmbox-3.4.2.tar.xz 6909436 BLAKE2B f5714485b253370a161f2255030d85bc8a697d795f97011c2acf6acbf8c9312f5180c0ec06ebe2d6e70730dc3fd4e97289b1f3a5e4dd4989a4e8135433430aab SHA512 275f7c6344c88c7331d433895d479517e7a4b854f6ae660abd79b3c324f5e7a06132fa44387443ec9ce50b20187e1abf1ec9683ec4bedbd4b17da6efece8399b
28
29 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild
30 new file mode 100644
31 index 00000000000..a16e6276e7a
32 --- /dev/null
33 +++ b/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild
34 @@ -0,0 +1,125 @@
35 +# Copyright 1999-2018 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +GNOME2_LA_PUNT="yes"
40 +PYTHON_COMPAT=( python3_{4,5,6} )
41 +PYTHON_REQ_USE="xml"
42 +
43 +inherit eutils gnome2 python-single-r1 multilib virtualx
44 +
45 +DESCRIPTION="Music management and playback software for GNOME"
46 +HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox"
47 +
48 +LICENSE="GPL-2"
49 +SLOT="0"
50 +
51 +IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp nsplugin +python test +udev upnp-av"
52 +REQUIRED_USE="
53 + ipod? ( udev )
54 + mtp? ( udev )
55 + dbus? ( python )
56 + python? ( ${PYTHON_REQUIRED_USE} )
57 +"
58 +
59 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 +
61 +COMMON_DEPEND="
62 + >=dev-libs/glib-2.38:2
63 + >=dev-libs/libxml2-2.7.8:2
64 + >=x11-libs/gtk+-3.16:3[X,introspection]
65 + >=x11-libs/gdk-pixbuf-2.18:2
66 + >=dev-libs/gobject-introspection-0.10:=
67 + >=dev-libs/libpeas-0.7.3[gtk]
68 + >=dev-libs/totem-pl-parser-3.2
69 + >=net-libs/libsoup-2.42:2.4
70 + >=media-libs/gst-plugins-base-1.4:1.0[introspection]
71 + >=media-libs/gstreamer-1.4:1.0[introspection]
72 + >=sys-libs/tdb-1.2.6
73 + dev-libs/json-glib
74 +
75 + cdr? ( >=app-cdr/brasero-2.91.90 )
76 + daap? (
77 + >=net-libs/libdmapsharing-2.9.19:3.0
78 + >=media-plugins/gst-plugins-soup-1.4:1.0 )
79 + gnome-keyring? ( >=app-crypt/libsecret-0.18 )
80 + libnotify? ( >=x11-libs/libnotify-0.7.0 )
81 + lirc? ( app-misc/lirc )
82 + python? (
83 + ${PYTHON_DEPS}
84 + >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
85 + )
86 + udev? (
87 + virtual/libgudev:=
88 + ipod? ( >=media-libs/libgpod-0.7.92[udev] )
89 + mtp? ( >=media-libs/libmtp-0.3 ) )
90 +"
91 +RDEPEND="${COMMON_DEPEND}
92 + media-plugins/gst-plugins-soup:1.0
93 + media-plugins/gst-plugins-libmms:1.0
94 + || (
95 + media-plugins/gst-plugins-cdparanoia:1.0
96 + media-plugins/gst-plugins-cdio:1.0 )
97 + media-plugins/gst-plugins-meta:1.0
98 + media-plugins/gst-plugins-taglib:1.0
99 + x11-themes/adwaita-icon-theme
100 + python? (
101 + >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}]
102 + net-libs/libsoup:2.4[introspection]
103 + x11-libs/gdk-pixbuf:2[introspection]
104 + x11-libs/gtk+:3[introspection]
105 + x11-libs/pango[introspection]
106 +
107 + dbus? ( sys-apps/dbus )
108 + gnome-keyring? ( >=app-crypt/libsecret-0.18[introspection] ) )
109 + upnp-av? (
110 + >=media-libs/grilo-0.3:0.3
111 + >=media-plugins/grilo-plugins-0.3:0.3[upnp-av] )
112 +"
113 +DEPEND="${COMMON_DEPEND}
114 + app-text/yelp-tools
115 + dev-util/gtk-doc-am
116 + >=dev-util/intltool-0.35
117 + virtual/pkgconfig
118 + test? ( dev-libs/check )
119 +"
120 +
121 +pkg_setup() {
122 + use python && python-single-r1_pkg_setup
123 +}
124 +
125 +src_configure() {
126 + # --enable-vala just installs the sample vala plugin, and the configure
127 + # checks are broken, so don't enable it
128 + gnome2_src_configure \
129 + MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins \
130 + VALAC=$(type -P true) \
131 + --enable-mmkeys \
132 + --disable-more-warnings \
133 + --disable-static \
134 + --disable-vala \
135 + --without-hal \
136 + $(use_enable daap) \
137 + $(use_enable libnotify) \
138 + $(use_enable lirc) \
139 + $(use_enable nsplugin browser-plugin) \
140 + $(use_enable python) \
141 + $(use_enable upnp-av grilo) \
142 + $(use_with cdr brasero) \
143 + $(use_with gnome-keyring libsecret) \
144 + $(use_with ipod) \
145 + $(use_with mtp) \
146 + $(use_with udev gudev)
147 +}
148 +
149 +src_test() {
150 + unset SESSION_MANAGER
151 + virtx emake check CK_DEFAULT_TIMEOUT=60
152 +}
153 +
154 +src_install() {
155 + DOCS="AUTHORS ChangeLog DOCUMENTERS INTERNALS \
156 + MAINTAINERS MAINTAINERS.old NEWS README THANKS"
157 +
158 + gnome2_src_install
159 +}