public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/angelos:master commit in: media-plugins/gmpc-awn/files/, media-plugins/gmpc-awn/
Date: Mon, 28 Feb 2011 11:29:33 +0000 (UTC)	[thread overview]
Message-ID: <38e7b7f252bf78aac89d8332d88378fdb6728880.angelos@gentoo> (raw)

commit:     38e7b7f252bf78aac89d8332d88378fdb6728880
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 11:29:37 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 11:29:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=38e7b7f2

gmpc-awn: Initial import

---
 media-plugins/gmpc-awn/Manifest                    |    3 ++
 .../gmpc-awn/files/gmpc-awn-0.20.0-multilib.patch  |   13 +++++++
 media-plugins/gmpc-awn/gmpc-awn-0.20.0.ebuild      |   35 ++++++++++++++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/media-plugins/gmpc-awn/Manifest b/media-plugins/gmpc-awn/Manifest
new file mode 100644
index 0000000..2be05ff
--- /dev/null
+++ b/media-plugins/gmpc-awn/Manifest
@@ -0,0 +1,3 @@
+AUX gmpc-awn-0.20.0-multilib.patch 314 RMD160 ff406ce918eea7d716eef1d73fd6ead0c648fd8b SHA1 2c5b58ae364a4e715bdef2fbeea1cef514fad7d9 SHA256 d016defd4035fdd335ceb2293515f58fd5266a2dfa6e13fc66927a9b5be91f29
+DIST gmpc-awn-0.20.0.tar.gz 302220 RMD160 c6de80a30eecc3f2c5b43dad51a1b726e8627e69 SHA1 4c5614db1453c3bf3cb509a778b8a7c4408b6432 SHA256 73eb8270556826c4e9deb039aafcc8b887722562851ed147d34abc5d2f511eaa
+EBUILD gmpc-awn-0.20.0.ebuild 714 RMD160 e8d16a1599b62f4568cf1842e1094f792c3f84bc SHA1 1bce7946bb49ef26d6d9c41bc4f6b322b045d602 SHA256 f1d224f2bf4d550965d261cfc59b9bd93a1af3b14007780f8afe20bddb4533ec

diff --git a/media-plugins/gmpc-awn/files/gmpc-awn-0.20.0-multilib.patch b/media-plugins/gmpc-awn/files/gmpc-awn-0.20.0-multilib.patch
new file mode 100644
index 0000000..519dfe5
--- /dev/null
+++ b/media-plugins/gmpc-awn/files/gmpc-awn-0.20.0-multilib.patch
@@ -0,0 +1,13 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index e4a6479..0c205e2 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,6 +1,6 @@
+-libdir=${prefix}/lib/gmpc/plugins/
++plugindir=${libdir}/gmpc/plugins/
+ 
+-lib_LTLIBRARIES = awnplugin.la
++plugin_LTLIBRARIES = awnplugin.la
+ 
+ awnplugin_la_SOURCES= plugin.c 
+ 

diff --git a/media-plugins/gmpc-awn/gmpc-awn-0.20.0.ebuild b/media-plugins/gmpc-awn/gmpc-awn-0.20.0.ebuild
new file mode 100644
index 0000000..a97c422
--- /dev/null
+++ b/media-plugins/gmpc-awn/gmpc-awn-0.20.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools base
+
+DESCRIPTION="This plugin integrates GMPC with the Avant Window Navigator"
+HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_AWN"
+SRC_URI="http://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=media-sound/gmpc-${PV}"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	nls? ( dev-util/intltool
+		sys-devel/gettext )"
+
+PATCHES=( "${FILESDIR}"/${P}-multilib.patch )
+
+src_prepare() {
+	base_src_prepare
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-dependency-tracking \
+		$(use_enable nls)
+}



             reply	other threads:[~2011-02-28 11:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28 11:29 Christoph Mende [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-19 10:59 [gentoo-commits] dev/angelos:master commit in: media-plugins/gmpc-awn/files/, media-plugins/gmpc-awn/ Christoph Mende

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38e7b7f252bf78aac89d8332d88378fdb6728880.angelos@gentoo \
    --to=angelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox