[Lunar-commits] <moonbase> vdpauinfo: VDPAU caps info tool
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Sep 19 22:27:32 CEST 2009
commit 6744e917831aa2af0e8182397221de016360a3c7
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Sep 19 22:27:32 2009 +0200
vdpauinfo: VDPAU caps info tool
---
video/vdpauinfo/BUILD | 9 +++++++++
video/vdpauinfo/DEPENDS | 1 +
video/vdpauinfo/DETAILS | 14 ++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/video/vdpauinfo/BUILD b/video/vdpauinfo/BUILD
new file mode 100644
index 0000000..2b59f91
--- /dev/null
+++ b/video/vdpauinfo/BUILD
@@ -0,0 +1,9 @@
+(
+
+ ./autogen.sh --build=$BUILD \
+ --prefix=/usr \
+ $OPTS &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/vdpauinfo/DEPENDS b/video/vdpauinfo/DEPENDS
new file mode 100644
index 0000000..e58f31e
--- /dev/null
+++ b/video/vdpauinfo/DEPENDS
@@ -0,0 +1 @@
+depends libvdpau
diff --git a/video/vdpauinfo/DETAILS b/video/vdpauinfo/DETAILS
new file mode 100644
index 0000000..1ba442d
--- /dev/null
+++ b/video/vdpauinfo/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=vdpauinfo
+ VERSION=0.0.6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://cgit.freedesktop.org/~aplattner/$MODULE/snapshot
+ SOURCE_VFY=sha1:f7583393669af12de9ccb2c1ae4fa01f5471c7ed
+ WEB_SITE=http://cgit.freedesktop.org/~aplattner/$MODULE
+ ENTERED=20090919
+ UPDATED=20090919
+ SHORT="VDPAU information tool"
+
+cat << EOF
+Command line utility for querying the capabilities of a VDPAU
+device.
+EOF
More information about the Lunar-commits
mailing list