summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-01-27 13:46:55 +0000
committerChristoph Mende <angelos@gentoo.org>2008-01-27 13:46:55 +0000
commit881df70c6ed8759bbe2cb8ab4b22e1040817d91d (patch)
tree740688d3367b08a014bad41927fe042d06d3e584 /media-plugins/gmpc-qosd/gmpc-qosd-0.15.5.0.ebuild
parentTaking over maintainership and version bump (Bug #202995 by Jesse Adelman) (diff)
downloadgentoo-2-881df70c6ed8759bbe2cb8ab4b22e1040817d91d.tar.gz
gentoo-2-881df70c6ed8759bbe2cb8ab4b22e1040817d91d.tar.bz2
gentoo-2-881df70c6ed8759bbe2cb8ab4b22e1040817d91d.zip
Taking over maintainership and version bump (Bug #202995 by Jesse Adelman)
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/gmpc-qosd/gmpc-qosd-0.15.5.0.ebuild')
-rw-r--r--media-plugins/gmpc-qosd/gmpc-qosd-0.15.5.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-plugins/gmpc-qosd/gmpc-qosd-0.15.5.0.ebuild b/media-plugins/gmpc-qosd/gmpc-qosd-0.15.5.0.ebuild
new file mode 100644
index 000000000000..89f63bb45e5d
--- /dev/null
+++ b/media-plugins/gmpc-qosd/gmpc-qosd-0.15.5.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-qosd/gmpc-qosd-0.15.5.0.ebuild,v 1.1 2008/01/27 13:46:55 angelos Exp $
+
+DESCRIPTION="This plugin provides an on-screen-display written to look nicer than xosd"
+HOMEPAGE="http://sarine.nl/q-on-screen-display"
+SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-sound/gmpc-${PV}
+ dev-libs/libxml2
+ x11-libs/cairo"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install () {
+ emake DESTDIR="${D}" install || die
+}