diff options
Diffstat (limited to 'media-plugins/gmpc-last-fm')
-rw-r--r-- | media-plugins/gmpc-last-fm/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gmpc-last-fm/gmpc-last-fm-0.19.0.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/media-plugins/gmpc-last-fm/ChangeLog b/media-plugins/gmpc-last-fm/ChangeLog index 810f3e2040a7..5e6aafd5b70f 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.7 2009/06/09 19:05:42 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-last-fm/ChangeLog,v 1.8 2009/11/12 09:22:44 angelos Exp $ + +*gmpc-last-fm-0.19.0 (12 Nov 2009) + + 12 Nov 2009; Christoph Mende <angelos@gentoo.org> + +gmpc-last-fm-0.19.0.ebuild: + Version bump (bug 288309) 09 Jun 2009; Christian Faulhammer <fauli@gentoo.org> gmpc-last-fm-0.18.0.ebuild: diff --git a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.19.0.ebuild b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.19.0.ebuild new file mode 100644 index 000000000000..b6a307b0e1d7 --- /dev/null +++ b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.19.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 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.19.0.ebuild,v 1.1 2009/11/12 09:22:44 angelos Exp $ + +EAPI=2 + +DESCRIPTION="This plugin fetches artist art from last.fm" +HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Last.fm" +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" +} |