summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2010-05-24 13:52:12 +0000
committerChristoph Mende <angelos@gentoo.org>2010-05-24 13:52:12 +0000
commit0b7fec29799c4576fdf69fe620eccc4482046d85 (patch)
tree33d4fdd1738e287abd8b9f9862f123bee3c64752 /media-plugins/gmpc-avahi
parentppc stable #320247 (diff)
downloadgentoo-2-0b7fec29799c4576fdf69fe620eccc4482046d85.tar.gz
gentoo-2-0b7fec29799c4576fdf69fe620eccc4482046d85.tar.bz2
gentoo-2-0b7fec29799c4576fdf69fe620eccc4482046d85.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-avahi')
-rw-r--r--media-plugins/gmpc-avahi/ChangeLog10
-rw-r--r--media-plugins/gmpc-avahi/gmpc-avahi-0.20.0.ebuild32
2 files changed, 40 insertions, 2 deletions
diff --git a/media-plugins/gmpc-avahi/ChangeLog b/media-plugins/gmpc-avahi/ChangeLog
index 7ba5fb0d4c95..1a20ecc65cdb 100644
--- a/media-plugins/gmpc-avahi/ChangeLog
+++ b/media-plugins/gmpc-avahi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gmpc-avahi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.20 2009/09/27 12:22:14 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.21 2010/05/24 13:52:12 angelos Exp $
+
+*gmpc-avahi-0.20.0 (24 May 2010)
+
+ 24 May 2010; Christoph Mende <angelos@gentoo.org>
+ +gmpc-avahi-0.20.0.ebuild:
+ Version bump
*gmpc-avahi-0.19.0 (27 Sep 2009)
diff --git a/media-plugins/gmpc-avahi/gmpc-avahi-0.20.0.ebuild b/media-plugins/gmpc-avahi/gmpc-avahi-0.20.0.ebuild
new file mode 100644
index 000000000000..8f8971fbd13f
--- /dev/null
+++ b/media-plugins/gmpc-avahi/gmpc-avahi-0.20.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/gmpc-avahi-0.20.0.ebuild,v 1.1 2010/05/24 13:52:12 angelos Exp $
+
+EAPI=2
+
+DESCRIPTION="This plugin discovers avahi enabled mpd servers"
+HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_AVAHI"
+SRC_URI="http://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+RDEPEND=">=media-sound/gmpc-${PV}
+ dev-libs/libxml2
+ net-dns/avahi[dbus]"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ nls? ( dev-util/intltool
+ sys-devel/gettext )"
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ --disable-dependency-tracking
+}
+
+src_install () {
+ emake DESTDIR="${D}" install || die
+}