Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ario/
Date: Mon, 19 Nov 2018 22:53:58
Message-Id: 1542668001.29d17e2f1cbd50fa1a995140373bb9d5ee555049.asturm@gentoo
1 commit: 29d17e2f1cbd50fa1a995140373bb9d5ee555049
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 22:53:21 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 22:53:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d17e2f
7
8 media-sound/ario: Rename audioscrobbler -> scrobbler
9
10 The latter is already used by other packages.
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-sound/ario/ario-1.5.1-r1.ebuild | 10 +++++-----
16 media-sound/ario/metadata.xml | 2 +-
17 2 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/media-sound/ario/ario-1.5.1-r1.ebuild b/media-sound/ario/ario-1.5.1-r1.ebuild
20 index 403cf04a8be..0d303e6f0e3 100644
21 --- a/media-sound/ario/ario-1.5.1-r1.ebuild
22 +++ b/media-sound/ario/ario-1.5.1-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -7,14 +7,14 @@ PYTHON_COMPAT=( python2_7 )
30
31 inherit autotools gnome2 python-any-r1
32
33 -DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
34 +DESCRIPTION="GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
35 HOMEPAGE="http://ario-player.sourceforge.net"
36 SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="amd64 x86"
41 -IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"
42 +IUSE="dbus debug +idle libnotify nls python scrobbler taglib zeroconf"
43
44 RDEPEND=">=dev-libs/glib-2.14:2
45 dev-libs/libgcrypt:0=
46 @@ -24,11 +24,11 @@ RDEPEND=">=dev-libs/glib-2.14:2
47 net-misc/curl
48 net-libs/gnutls
49 >=x11-libs/gtk+-2.16:2
50 - audioscrobbler? ( net-libs/libsoup:2.4 )
51 dbus? ( dev-libs/dbus-glib )
52 libnotify? ( x11-libs/libnotify )
53 python? ( dev-python/pygtk:2
54 dev-python/pygobject:2 )
55 + scrobbler? ( net-libs/libsoup:2.4 )
56 taglib? ( media-libs/taglib )
57 zeroconf? ( net-dns/avahi )"
58 DEPEND="${RDEPEND}
59 @@ -56,13 +56,13 @@ src_configure() {
60 --enable-search \
61 --enable-playlists \
62 --disable-deprecations \
63 - $(use_enable audioscrobbler) \
64 $(use_enable dbus) \
65 $(use_enable debug) \
66 $(use_enable idle mpdidle) \
67 $(use_enable libnotify notify) \
68 $(use_enable nls) \
69 $(use_enable python) \
70 + $(use_enable scrobbler audioscrobbler) \
71 $(use_enable taglib) \
72 $(use_enable zeroconf avahi)
73 }
74
75 diff --git a/media-sound/ario/metadata.xml b/media-sound/ario/metadata.xml
76 index 6e2b5222d27..f3c1d73810a 100644
77 --- a/media-sound/ario/metadata.xml
78 +++ b/media-sound/ario/metadata.xml
79 @@ -2,8 +2,8 @@
80 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 <pkgmetadata>
82 <use>
83 - <flag name="audioscrobbler">Enable song tracking via last.fm</flag>
84 <flag name="idle">Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14</flag>
85 + <flag name="scrobbler">Enable audioscrobbler/last.fm support <pkg>net-libs/libsoup</pkg></flag>
86 </use>
87 <upstream>
88 <remote-id type="sourceforge">ario-player</remote-id>