diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-26 19:57:09 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-26 19:57:09 +0000 |
commit | 505d39e0f834593f515ff3f2ef301e461814f2a8 (patch) | |
tree | f72c3405bb577d68277d69dac5c90f049dedd975 /media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild | |
parent | Removed unneeded inherit multilib (diff) | |
download | historical-505d39e0f834593f515ff3f2ef301e461814f2a8.tar.gz historical-505d39e0f834593f515ff3f2ef301e461814f2a8.tar.bz2 historical-505d39e0f834593f515ff3f2ef301e461814f2a8.zip |
Version bump
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild')
-rw-r--r-- | media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.0.ebuild new file mode 100644 index 000000000000..5319ec6226db --- /dev/null +++ b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.17.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.17.0.ebuild,v 1.1 2008/12/26 19:48:19 angelos Exp $ + +inherit eutils + +DESCRIPTION="This plugin allows you to browse and preview available albums on magnatune.com" +HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Magnatune" +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" +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 +} |