Skip to content

Commit

Permalink
media-sound/ario: bump to version 1.6
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/679514

Signed-off-by: Jenny Danzmayr <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
evilscientress authored and juippis committed Aug 2, 2019
1 parent c41d914 commit 60b9f37
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 1 deletion.
1 change: 1 addition & 0 deletions media-sound/ario/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ario-1.5.1.tar.gz 1135444 BLAKE2B 2d91a7b8ce9c6c6069ec7230e10e7c358a146272474d0dbb298e038a3fb31d524c6ad7a8428af12f580853bbc6ea484ce3ffa6919cd454060d19e9f4cde42200 SHA512 78c3d881d51c3109b73252da0742da2a77bcc24ec21ff2ff02fd3527d62d49a75e412bf092051a9035863d645cba73e6cd2fc674d97629909b931ae9d3ec002b
DIST ario-1.6.tar.gz 1151747 BLAKE2B 2a9a5d9c9e528f92a198270a4715a225d254a8fd6800004928ef39c4ed792bda2a82eefaa45824d5422598f9fe242b6b621768780655b009043cc3447d8d5643 SHA512 93057da62616e79f6ba6f7204fabac37417fb34c350b53eeea61508f4c65322fabaef7a9fdbe7beb8dcbf92c8f86f0d33caf1ffa0ad76de8050fe72d57408ec0
61 changes: 61 additions & 0 deletions media-sound/ario/ario-1.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit xdg-utils

DESCRIPTION="GTK client for MPD inspired by Rhythmbox but much lighter and faster"
HOMEPAGE="http://ario-player.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus debug +idle nls taglib zeroconf"

RDEPEND="dev-libs/glib:2
dev-libs/libxml2:2
media-libs/libmpdclient
net-misc/curl
x11-libs/gtk+:3
dbus? ( dev-libs/dbus-glib )
taglib? ( media-libs/taglib )
zeroconf? ( net-dns/avahi )"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )"

DOCS=( AUTHORS )

src_configure() {
local myconf=(
--disable-static
--disable-xmms2
--enable-libmpdclient2
--enable-search
--enable-playlists
--disable-deprecations
$(use_enable dbus)
$(use_enable debug)
$(use_enable idle mpdidle)
$(use_enable nls)
$(use_enable taglib)
$(use_enable zeroconf avahi)
)
econf "${myconf[@]}"
}

src_install() {
default
find "${D}" -name '*.la' -delete || die
}

pkg_postinst() {
xdg_icon_cache_update
}

pkg_postrm() {
xdg_icon_cache_update
}
9 changes: 8 additions & 1 deletion media-sound/ario/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!--maintainer-needed-->
<maintainer type="person">
<email>[email protected]</email>
<name>Jenny Danzmayr</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<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>
Expand Down

0 comments on commit 60b9f37

Please sign in to comment.