diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-01-27 13:38:31 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-01-27 13:38:31 +0000 |
commit | 7b9c1d639c31c0a5fab12c076adc97b6bef94056 (patch) | |
tree | 6e67bd82b7b4d6bac2b931e02974b438282eca89 /media-plugins/gmpc-magnatune | |
parent | Really take over maintainership (diff) | |
download | gentoo-2-7b9c1d639c31c0a5fab12c076adc97b6bef94056.tar.gz gentoo-2-7b9c1d639c31c0a5fab12c076adc97b6bef94056.tar.bz2 gentoo-2-7b9c1d639c31c0a5fab12c076adc97b6bef94056.zip |
Taking over maintainership and version bump (Bug #202995 by Jesse Adelman)
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/gmpc-magnatune')
4 files changed, 44 insertions, 4 deletions
diff --git a/media-plugins/gmpc-magnatune/ChangeLog b/media-plugins/gmpc-magnatune/ChangeLog index 13a59c9124d8..1a28438bd42e 100644 --- a/media-plugins/gmpc-magnatune/ChangeLog +++ b/media-plugins/gmpc-magnatune/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gmpc-magnatune -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.8 2007/09/30 15:01:55 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.9 2008/01/27 13:38:30 angelos Exp $ + +*gmpc-magnatune-0.15.5.0 (27 Jan 2008) + + 27 Jan 2008; Christoph Mende <angelos@gentoo.org> metadata.xml, + +gmpc-magnatune-0.15.5.0.ebuild: + Taking over maintainership and version bump (Bug #202995 by Jesse Adelman) 30 Sep 2007; Andrej Kacian <ticho@gentoo.org> gmpc-magnatune-0.14.0.ebuild, gmpc-magnatune-0.15.0.ebuild: diff --git a/media-plugins/gmpc-magnatune/files/digest-gmpc-magnatune-0.15.5.0 b/media-plugins/gmpc-magnatune/files/digest-gmpc-magnatune-0.15.5.0 new file mode 100644 index 000000000000..099abc48754e --- /dev/null +++ b/media-plugins/gmpc-magnatune/files/digest-gmpc-magnatune-0.15.5.0 @@ -0,0 +1,3 @@ +MD5 1c25b9cc506a25737d1e96db6db7e5db gmpc-magnatune-0.15.5.0.tar.gz 478540 +RMD160 3507d0e8d7a2ec83a4987c933d01442f39c8b6dc gmpc-magnatune-0.15.5.0.tar.gz 478540 +SHA256 e7f4775115f39dc0545b436f0b61a6691b2b7e7d852304a65cfca22d86698f5e gmpc-magnatune-0.15.5.0.tar.gz 478540 diff --git a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.5.0.ebuild b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.5.0.ebuild new file mode 100644 index 000000000000..20985601a7e9 --- /dev/null +++ b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.5.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.5.0.ebuild,v 1.1 2008/01/27 13:38:30 angelos Exp $ + +inherit eutils + +DESCRIPTION="This plugin allows you to browse and preview available albums on magnatune.com" +HOMEPAGE="http://sarine.nl/gmpc-plugins-magnatune" +SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +pkg_setup() { + if ! built_with_use =x11-libs/gtk+-2* jpeg ; then + echo + eerror "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag" + die "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag" + fi +} + +src_install () { + emake DESTDIR="${D}" install || die +} diff --git a/media-plugins/gmpc-magnatune/metadata.xml b/media-plugins/gmpc-magnatune/metadata.xml index 0217f1c5bd99..46cc84961c92 100644 --- a/media-plugins/gmpc-magnatune/metadata.xml +++ b/media-plugins/gmpc-magnatune/metadata.xml @@ -3,8 +3,8 @@ <pkgmetadata> <herd>sound</herd> <maintainer> - <email>ticho@gentoo.org</email> - <name>Andrej Kacian</name> + <email>angelos@gentoo.org</email> + <name>Christoph Mende</name> </maintainer> <longdescription> The magnatune plugin provides an interface to the www.magnatune.com website. The plugin allows you to browse, and preview available albums. (It uses the 128kbit mp3 version). |