From de49812990871e1705b64051c35161d5e6400269 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 24 Dec 2018 14:11:38 +0000 Subject: gentoo resync : 24.12.2018 --- media-sound/ario/Manifest | 4 ++-- media-sound/ario/ario-1.5.1-r1.ebuild | 10 +++++----- media-sound/ario/metadata.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'media-sound/ario') diff --git a/media-sound/ario/Manifest b/media-sound/ario/Manifest index 02aaee14dbff..59ddb7a8efb5 100644 --- a/media-sound/ario/Manifest +++ b/media-sound/ario/Manifest @@ -1,4 +1,4 @@ AUX ario-1.5.1-single-includes2.patch 16062 BLAKE2B 1cacda4c7fcf04de122d3a0b960605b384239de7fb779b593f9de3dc13d5aa32cbae0018ca60f32ab003cc282f1d3800e08e6d4efd759d77367a0cea19646b90 SHA512 f832498f2445f2f937a1b9636ba6c75fce3a75e706296a315e0c33c3a852140ba829f6972d8cc2ade3fa4a45f21a964eef8134b315fdfe1155cd221e9ee0cbb2 DIST ario-1.5.1.tar.gz 1135444 BLAKE2B 2d91a7b8ce9c6c6069ec7230e10e7c358a146272474d0dbb298e038a3fb31d524c6ad7a8428af12f580853bbc6ea484ce3ffa6919cd454060d19e9f4cde42200 SHA512 78c3d881d51c3109b73252da0742da2a77bcc24ec21ff2ff02fd3527d62d49a75e412bf092051a9035863d645cba73e6cd2fc674d97629909b931ae9d3ec002b -EBUILD ario-1.5.1-r1.ebuild 1559 BLAKE2B 92c7a8911826bbad9e44f9d7396c5b724eed6993f472b188b0c0668419c75f2dd826dd15a4a26a5d964403f79c459e2b6efdf50504a52dbd1613e149db283fa5 SHA512 8f401913bd6930d2f1979055bbe05f0612b3061bcafe601652399e0b1d4d6644b679db4feb9ad21e2fd211187e860ad1a5a346eb25c3e0e130e8fd9063815275 -MISC metadata.xml 436 BLAKE2B 28bde8096b7f396729ff603e618638c57c460f3b8a7a5bc6bd8da207701155978cd3e13efdeb027aef6c1ac501287f249d64aae8069b047473e6a0c5a118557c SHA512 25031895d05402f35f2979f8bce734142d539b21ce602c17ee21bb3b49b9d3e097f948020b9a104c314f16dd22fc0436cc8ac65a927eb76442f66907311ad7bd +EBUILD ario-1.5.1-r1.ebuild 1554 BLAKE2B 124e80d5a4714b1251775ae82ad6b6c19864ddfcd39f29e56644e02a141a1b305a51aecceeeaffd47f668ebc52f9d338d51c26121d6db74576dca5ff9ed8b723 SHA512 6d2a5d70b2974412b2fb9f1d3bc365e8b4eac81fa72da6d192ec2a03969e27a4bc24dd9d2cbadfa6dbf6e2baa4aa8fbb6b543c61abacbc61b627191738e87e31 +MISC metadata.xml 464 BLAKE2B 9f5fbd62fe7ff0cb5a5b73f0aac544f123f26282124d1cd3356f995ab142579bed554c3ac9562b02990aac53ae1f1ed5211a82796487dc32c701ed6c77f09844 SHA512 c520f4984e3b00675e1f79981ee213cdf43af380c3ce86ade4f16848aa80502f4bd7fd3e48804287ab14e269d68d6ab9442d536a443d6121f1bdbf52c429b7c7 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 @@ - Enable song tracking via last.fm Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14 + Enable audioscrobbler/last.fm support net-libs/libsoup ario-player -- cgit v1.2.3