summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-08-20 11:43:44 +0000
committerChristoph Mende <angelos@gentoo.org>2011-08-20 11:43:44 +0000
commit64bd7bbcd2cb8354f35b044752fd9a39534529b0 (patch)
tree7badfde6ae454544f84db45b1a5e6e2f16c2c9b3 /media-plugins/gmpc-jamendo
parentVersion bump. (diff)
downloadgentoo-2-64bd7bbcd2cb8354f35b044752fd9a39534529b0.tar.gz
gentoo-2-64bd7bbcd2cb8354f35b044752fd9a39534529b0.tar.bz2
gentoo-2-64bd7bbcd2cb8354f35b044752fd9a39534529b0.zip
Version bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-jamendo')
-rw-r--r--media-plugins/gmpc-jamendo/ChangeLog8
-rw-r--r--media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/media-plugins/gmpc-jamendo/ChangeLog b/media-plugins/gmpc-jamendo/ChangeLog
index f56c6ed3bf32..9729acef7927 100644
--- a/media-plugins/gmpc-jamendo/ChangeLog
+++ b/media-plugins/gmpc-jamendo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gmpc-jamendo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog,v 1.8 2011/03/19 16:40:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog,v 1.9 2011/08/20 11:43:44 angelos Exp $
+
+*gmpc-jamendo-11.8.16 (20 Aug 2011)
+
+ 20 Aug 2011; Christoph Mende <angelos@gentoo.org>
+ +gmpc-jamendo-11.8.16.ebuild:
+ Version bump
19 Mar 2011; Christoph Mende <angelos@gentoo.org> gmpc-jamendo-0.20.0.ebuild:
Remove .la file
diff --git a/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild b/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild
new file mode 100644
index 000000000000..94bb64a8ea54
--- /dev/null
+++ b/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild,v 1.1 2011/08/20 11:43:44 angelos Exp $
+
+EAPI=4
+
+DESCRIPTION="Plugin allows you to browse and preview music available on jamendo."
+HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_JAMENDO"
+SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=media-sound/gmpc-${PV}
+ dev-db/sqlite:3
+ dev-libs/libxml2:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/gob
+ nls? ( dev-util/intltool
+ sys-devel/gettext )"
+
+src_configure() {
+ econf $(use_enable nls)
+}
+
+src_install() {
+ default
+ find "${ED}" -name "*.la" -exec rm {} + || die
+}