public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ario/
Date: Fri,  2 Aug 2019 13:04:10 +0000 (UTC)	[thread overview]
Message-ID: <1564751040.60b9f37423792db315fd0f04cbeba801cb16279e.juippis@gentoo> (raw)

commit:     60b9f37423792db315fd0f04cbeba801cb16279e
Author:     Jenny Danzmayr <mail <AT> evilscientress <DOT> at>
AuthorDate: Wed Jul 24 13:17:55 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 13:04:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b9f374

media-sound/ario: bump to version 1.6

Closes: https://bugs.gentoo.org/679514

Signed-off-by: Jenny Danzmayr <mail <AT> evilscientress.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-sound/ario/Manifest        |  1 +
 media-sound/ario/ario-1.6.ebuild | 61 ++++++++++++++++++++++++++++++++++++++++
 media-sound/ario/metadata.xml    |  9 +++++-
 3 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/media-sound/ario/Manifest b/media-sound/ario/Manifest
index 33a8684239d..a90fd24f115 100644
--- a/media-sound/ario/Manifest
+++ b/media-sound/ario/Manifest
@@ -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

diff --git a/media-sound/ario/ario-1.6.ebuild b/media-sound/ario/ario-1.6.ebuild
new file mode 100644
index 00000000000..a909b0299b6
--- /dev/null
+++ b/media-sound/ario/ario-1.6.ebuild
@@ -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
+}

diff --git a/media-sound/ario/metadata.xml b/media-sound/ario/metadata.xml
index 0d5b7ea3ec5..8d7f9eb01e6 100644
--- a/media-sound/ario/metadata.xml
+++ b/media-sound/ario/metadata.xml
@@ -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>mail@evilscientress.at</email>
+		<name>Jenny Danzmayr</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</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>


             reply	other threads:[~2019-08-02 13:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 13:04 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-27 12:49 [gentoo-commits] repo/gentoo:master commit in: media-sound/ario/ Agostino Sarubbo
2020-01-27  3:02 Thomas Deutschmann
2018-11-19 22:53 Andreas Sturmlechner
2017-04-23 11:29 David Seifert
2016-08-06 11:33 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1564751040.60b9f37423792db315fd0f04cbeba801cb16279e.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox