summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-19 08:08:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-19 08:08:11 +0000
commit8d35646dd81306ca28c05d6767598c108c2d3cf0 (patch)
treec04084b1f7fdf66eba0f9deea427e318f7b7642b /media-plugins/gmpc-jamendo
parentAvoid QA warning about --enable-{compressed,nntp} when USE=sidebar (diff)
downloadgentoo-2-8d35646dd81306ca28c05d6767598c108c2d3cf0.tar.gz
gentoo-2-8d35646dd81306ca28c05d6767598c108c2d3cf0.tar.bz2
gentoo-2-8d35646dd81306ca28c05d6767598c108c2d3cf0.zip
Initial commit.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-jamendo')
-rw-r--r--media-plugins/gmpc-jamendo/ChangeLog10
-rw-r--r--media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild28
-rw-r--r--media-plugins/gmpc-jamendo/metadata.xml9
3 files changed, 47 insertions, 0 deletions
diff --git a/media-plugins/gmpc-jamendo/ChangeLog b/media-plugins/gmpc-jamendo/ChangeLog
new file mode 100644
index 000000000000..dab07703d5b6
--- /dev/null
+++ b/media-plugins/gmpc-jamendo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-plugins/gmpc-jamendo
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog,v 1.1 2009/06/19 08:08:11 ssuominen Exp $
+
+*gmpc-jamendo-0.18.0 (19 Jun 2009)
+
+ 19 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +gmpc-jamendo-0.18.0.ebuild:
+ Initial commit wrt #268069, thanks to Anton Romanov for reporting.
+
diff --git a/media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild b/media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild
new file mode 100644
index 000000000000..f91aae63c9cb
--- /dev/null
+++ b/media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild,v 1.1 2009/06/19 08:08:11 ssuominen Exp $
+
+EAPI=2
+
+DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
+HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
+SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=media-sound/gmpc-${PV}
+ >=media-libs/libmpd-0.15.98
+ dev-db/sqlite:3
+ sys-libs/zlib
+ >=dev-libs/libxml2-2.6
+ >=x11-libs/gtk+-2.4:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/gob"
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
diff --git a/media-plugins/gmpc-jamendo/metadata.xml b/media-plugins/gmpc-jamendo/metadata.xml
new file mode 100644
index 000000000000..1e7b9d7494a9
--- /dev/null
+++ b/media-plugins/gmpc-jamendo/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+<maintainer>
+ <email>angelos@gentoo.org</email>
+ <name>Christoph Mende</name>
+</maintainer>
+</pkgmetadata>