diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-09-24 20:07:24 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-09-24 20:07:24 +0000 |
commit | 4b880fbf10f4b08a5a1ddffc324734171cb56d2c (patch) | |
tree | 7c35337e4e0edd56f826a9c4440fdf6d6e07cd80 /media-plugins/gmpc-extraplaylist | |
parent | Initial import (diff) | |
download | gentoo-2-4b880fbf10f4b08a5a1ddffc324734171cb56d2c.tar.gz gentoo-2-4b880fbf10f4b08a5a1ddffc324734171cb56d2c.tar.bz2 gentoo-2-4b880fbf10f4b08a5a1ddffc324734171cb56d2c.zip |
Initial import
(Portage version: 2.2_rc9/cvs/Linux 2.6.27-rc6 x86_64)
Diffstat (limited to 'media-plugins/gmpc-extraplaylist')
-rw-r--r-- | media-plugins/gmpc-extraplaylist/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.16.0.ebuild | 31 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/metadata.xml | 9 |
4 files changed, 54 insertions, 0 deletions
diff --git a/media-plugins/gmpc-extraplaylist/ChangeLog b/media-plugins/gmpc-extraplaylist/ChangeLog new file mode 100644 index 000000000000..20bc8ce6f7b6 --- /dev/null +++ b/media-plugins/gmpc-extraplaylist/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-plugins/gmpc-extraplaylist +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.1 2008/09/24 20:07:24 angelos Exp $ + +*gmpc-extraplaylist-0.16.0 (24 Sep 2008) + + 24 Sep 2008; Christoph Mende <angelos@gentoo.org> + +gmpc-extraplaylist-0.16.0.ebuild: + Initial import + diff --git a/media-plugins/gmpc-extraplaylist/Manifest b/media-plugins/gmpc-extraplaylist/Manifest new file mode 100644 index 000000000000..b22d9fd6acab --- /dev/null +++ b/media-plugins/gmpc-extraplaylist/Manifest @@ -0,0 +1,4 @@ +DIST gmpc-extraplaylist-0.16.0.tar.gz 312359 RMD160 9cab2996a32f92fa8be1403c3aef0b8fb423b53d SHA1 9cfb1f5fe98a9b89c420c6a58f1922abb70a1b39 SHA256 c3e9617e052b593553dd2b95bce494b4895987150de417e8004bc7936119bcf7 +EBUILD gmpc-extraplaylist-0.16.0.ebuild 669 RMD160 ea4125e7dd374d4e666ce592e62d485b2980c773 SHA1 e2e1f981b0a0ff3437095d7311172f6a1badb98a SHA256 41c5707d9675cbe0bf0e91e104369d0eca16d96355e7964e758440d962ef7ef8 +MISC ChangeLog 282 RMD160 1221c2d9f42d4a6b1338add816379b04c19be54b SHA1 e3a4fcbe19b059b484300cb6e6bdd3d26bfa5cbd SHA256 0b2d65deaf4dd5a33dad4a40a3b392d56821b5cbb7c5103c04e2bbd23fb6d39a +MISC metadata.xml 252 RMD160 5bfbaa2eb1e7b642dee1220e0b4ef3154612d452 SHA1 be2de4e112f4290fc8410065284481640deadb65 SHA256 cd6d3804f15ceaa8c8b60a7fb89e8d4cdc154ebf0e93ede73975006e5399a834 diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.16.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.16.0.ebuild new file mode 100644 index 000000000000..172e0fed8e3b --- /dev/null +++ b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.16.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-extraplaylist/gmpc-extraplaylist-0.16.0.ebuild,v 1.1 2008/09/24 20:07:24 angelos Exp $ + +inherit autotools multilib + +DESCRIPTION="This plugin adds a second pane showing the playlist" +HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Extra_playlist" +SRC_URI="http://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_unpack() { + unpack ${A} + cd "${S}" + + sed -i "/^libdir/s:/lib/:/$(get_libdir)/:" src/Makefile.am + eautoreconf +} + +src_install () { + emake DESTDIR="${D}" install || die +} diff --git a/media-plugins/gmpc-extraplaylist/metadata.xml b/media-plugins/gmpc-extraplaylist/metadata.xml new file mode 100644 index 000000000000..1e7b9d7494a9 --- /dev/null +++ b/media-plugins/gmpc-extraplaylist/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> |