summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-08-14 06:47:28 +0200
committerJeroen Roovers <jer@gentoo.org>2015-08-14 06:53:09 +0200
commit6539800fef6f787b3df4eb8d3fc54ad7a1ccdfb7 (patch)
tree95646c1e9a32339d629ff5d4f7fe984d22337f01 /x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild
parentdev-python/pbr: bup (diff)
downloadgentoo-6539800fef6f787b3df4eb8d3fc54ad7a1ccdfb7.tar.gz
gentoo-6539800fef6f787b3df4eb8d3fc54ad7a1ccdfb7.tar.bz2
gentoo-6539800fef6f787b3df4eb8d3fc54ad7a1ccdfb7.zip
x11-misc/vdpauinfo: Version bump (bug #547690).
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild')
-rw-r--r--x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild
new file mode 100644
index 000000000000..fd4be4e1fc84
--- /dev/null
+++ b/x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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-0.9"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ x11-proto/xproto"