summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-19 23:53:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-19 23:53:21 +0100
commit29d17e2f1cbd50fa1a995140373bb9d5ee555049 (patch)
treee44560bb0da2a959f453143b5989b0950f7cdbd2 /media-sound/ario
parentmedia-plugins/audacious-plugins: Add USE opengl (diff)
downloadgentoo-29d17e2f1cbd50fa1a995140373bb9d5ee555049.tar.gz
gentoo-29d17e2f1cbd50fa1a995140373bb9d5ee555049.tar.bz2
gentoo-29d17e2f1cbd50fa1a995140373bb9d5ee555049.zip
media-sound/ario: Rename audioscrobbler -> scrobbler
The latter is already used by other packages. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/ario')
-rw-r--r--media-sound/ario/ario-1.5.1-r1.ebuild10
-rw-r--r--media-sound/ario/metadata.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/ario/ario-1.5.1-r1.ebuild b/media-sound/ario/ario-1.5.1-r1.ebuild
index 403cf04a8be5..0d303e6f0e3d 100644
--- a/media-sound/ario/ario-1.5.1-r1.ebuild
+++ b/media-sound/ario/ario-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,14 +7,14 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools gnome2 python-any-r1
-DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
+DESCRIPTION="GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
HOMEPAGE="http://ario-player.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"
+IUSE="dbus debug +idle libnotify nls python scrobbler taglib zeroconf"
RDEPEND=">=dev-libs/glib-2.14:2
dev-libs/libgcrypt:0=
@@ -24,11 +24,11 @@ RDEPEND=">=dev-libs/glib-2.14:2
net-misc/curl
net-libs/gnutls
>=x11-libs/gtk+-2.16:2
- audioscrobbler? ( net-libs/libsoup:2.4 )
dbus? ( dev-libs/dbus-glib )
libnotify? ( x11-libs/libnotify )
python? ( dev-python/pygtk:2
dev-python/pygobject:2 )
+ scrobbler? ( net-libs/libsoup:2.4 )
taglib? ( media-libs/taglib )
zeroconf? ( net-dns/avahi )"
DEPEND="${RDEPEND}
@@ -56,13 +56,13 @@ src_configure() {
--enable-search \
--enable-playlists \
--disable-deprecations \
- $(use_enable audioscrobbler) \
$(use_enable dbus) \
$(use_enable debug) \
$(use_enable idle mpdidle) \
$(use_enable libnotify notify) \
$(use_enable nls) \
$(use_enable python) \
+ $(use_enable scrobbler audioscrobbler) \
$(use_enable taglib) \
$(use_enable zeroconf avahi)
}
diff --git a/media-sound/ario/metadata.xml b/media-sound/ario/metadata.xml
index 6e2b5222d277..f3c1d73810aa 100644
--- a/media-sound/ario/metadata.xml
+++ b/media-sound/ario/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
- <flag name="audioscrobbler">Enable song tracking via last.fm</flag>
<flag name="idle">Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14</flag>
+ <flag name="scrobbler">Enable audioscrobbler/last.fm support <pkg>net-libs/libsoup</pkg></flag>
</use>
<upstream>
<remote-id type="sourceforge">ario-player</remote-id>