summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-10-22 15:56:19 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-10-22 15:56:19 +0000
commitb2a7ab4e4006956f7f4a91848e88cd1042428330 (patch)
tree7ff232eec710fc8e7e9c36e26fb7da19c8a63cc6 /x11-misc
parentaspell-dict goes last on the inherit line (diff)
downloadgentoo-2-b2a7ab4e4006956f7f4a91848e88cd1042428330.tar.gz
gentoo-2-b2a7ab4e4006956f7f4a91848e88cd1042428330.tar.bz2
gentoo-2-b2a7ab4e4006956f7f4a91848e88cd1042428330.zip
initial version of VDPAU info gathering application
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/vdpauinfo/ChangeLog10
-rw-r--r--x11-misc/vdpauinfo/metadata.xml10
-rw-r--r--x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild23
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-misc/vdpauinfo/ChangeLog b/x11-misc/vdpauinfo/ChangeLog
new file mode 100644
index 000000000000..6d04db2ac0a1
--- /dev/null
+++ b/x11-misc/vdpauinfo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/vdpauinfo
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.1 2009/10/22 15:56:19 cardoe Exp $
+
+*vdpauinfo-0.0.6 (22 Oct 2009)
+
+ 22 Oct 2009; Doug Goldstein <cardoe@gentoo.org> +vdpauinfo-0.0.6.ebuild,
+ +metadata.xml:
+ initial version of VDPAU info gathering application
+
diff --git a/x11-misc/vdpauinfo/metadata.xml b/x11-misc/vdpauinfo/metadata.xml
new file mode 100644
index 000000000000..03a898950033
--- /dev/null
+++ b/x11-misc/vdpauinfo/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd></herd>
+ <maintainer>
+ <email>cardoe@gentoo.org</email>
+ <name>Doug Goldstein</name>
+ </maintainer>
+</pkgmetadata>
+
diff --git a/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild b/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild
new file mode 100644
index 000000000000..ab43296d9dc3
--- /dev/null
+++ b/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v 1.1 2009/10/22 15:56:19 cardoe Exp $
+
+EAPI="2"
+
+DESCRIPTION="Displays info about your card's VDPAU support"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
+SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libvdpau"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+}