summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2010-05-25 09:43:15 +0000
committerChristoph Mende <angelos@gentoo.org>2010-05-25 09:43:15 +0000
commit58075d5155a77cc6b5f186a59c69237813feacbf (patch)
treeae8f6f93aa5d4fe35430447a39dc083e34b9bcda /media-plugins
parentVersion bump (diff)
downloadgentoo-2-58075d5155a77cc6b5f186a59c69237813feacbf.tar.gz
gentoo-2-58075d5155a77cc6b5f186a59c69237813feacbf.tar.bz2
gentoo-2-58075d5155a77cc6b5f186a59c69237813feacbf.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gmpc-last-fm/ChangeLog10
-rw-r--r--media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/media-plugins/gmpc-last-fm/ChangeLog b/media-plugins/gmpc-last-fm/ChangeLog
index 5e6aafd5b70f..50ab4591f6ed 100644
--- a/media-plugins/gmpc-last-fm/ChangeLog
+++ b/media-plugins/gmpc-last-fm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gmpc-last-fm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-last-fm/ChangeLog,v 1.8 2009/11/12 09:22:44 angelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-last-fm/ChangeLog,v 1.9 2010/05/25 09:43:15 angelos Exp $
+
+*gmpc-last-fm-0.20.0 (25 May 2010)
+
+ 25 May 2010; Christoph Mende <angelos@gentoo.org>
+ +gmpc-last-fm-0.20.0.ebuild:
+ Version bump
*gmpc-last-fm-0.19.0 (12 Nov 2009)
diff --git a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild
new file mode 100644
index 000000000000..78fccba95747
--- /dev/null
+++ b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild,v 1.1 2010/05/25 09:43:15 angelos Exp $
+
+EAPI=2
+
+DESCRIPTION="This plugin fetches artist art from last.fm"
+HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LASTFM"
+SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-sound/gmpc-${PV}
+ dev-libs/libxml2
+ x11-libs/gtk+:2[jpeg]"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}