summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-12-26 19:57:06 +0000
committerChristoph Mende <angelos@gentoo.org>2008-12-26 19:57:06 +0000
commit6d9b737bae08844cd809fb7912f8dbdc194a4364 (patch)
tree63d01faea044bc33145edf82d6f5ac113c2a262e /media-plugins
parentVersion bump (diff)
downloadgentoo-2-6d9b737bae08844cd809fb7912f8dbdc194a4364.tar.gz
gentoo-2-6d9b737bae08844cd809fb7912f8dbdc194a4364.tar.bz2
gentoo-2-6d9b737bae08844cd809fb7912f8dbdc194a4364.zip
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gmpc-osd/ChangeLog7
-rw-r--r--media-plugins/gmpc-osd/gmpc-osd-0.17.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/media-plugins/gmpc-osd/ChangeLog b/media-plugins/gmpc-osd/ChangeLog
index efec717fcca0..7637cc728f4a 100644
--- a/media-plugins/gmpc-osd/ChangeLog
+++ b/media-plugins/gmpc-osd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/gmpc-osd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/ChangeLog,v 1.16 2008/12/20 17:02:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/ChangeLog,v 1.17 2008/12/26 19:57:06 angelos Exp $
+
+*gmpc-osd-0.17.0 (26 Dec 2008)
+
+ 26 Dec 2008; Christoph Mende <angelos@gentoo.org> +gmpc-osd-0.17.0.ebuild:
+ Version bump
20 Dec 2008; nixnut <nixnut@gentoo.org> gmpc-osd-0.16.0.ebuild:
Stable on ppc wrt bug 251332
diff --git a/media-plugins/gmpc-osd/gmpc-osd-0.17.0.ebuild b/media-plugins/gmpc-osd/gmpc-osd-0.17.0.ebuild
new file mode 100644
index 000000000000..9da57f25d520
--- /dev/null
+++ b/media-plugins/gmpc-osd/gmpc-osd-0.17.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/gmpc-osd-0.17.0.ebuild,v 1.1 2008/12/26 19:57:06 angelos Exp $
+
+DESCRIPTION="This plugin provides an on-screen-display using xosd"
+HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Osd"
+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
+ x11-libs/xosd"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install () {
+ emake DESTDIR="${D}" install || die
+}