summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2013-10-05 15:29:26 +0200
committerThomas Penteker <tek@serverop.de>2013-10-05 15:29:26 +0200
commit163427b71b3742a2fab250cd43d6009af5a0eeac (patch)
tree07fe778f3770bb3d73cbe6aa3def6ba653f078e1
parent86b666c02a4bb8f8f8661893440e37e8a426805a (diff)
downloadcontrib-163427b71b3742a2fab250cd43d6009af5a0eeac.tar.gz
contrib-163427b71b3742a2fab250cd43d6009af5a0eeac.tar.xz
libvdpau-va-gl: initial import
-rw-r--r--libvdpau-va-gl/.footprint5
-rw-r--r--libvdpau-va-gl/.md5sum1
-rw-r--r--libvdpau-va-gl/Pkgfile19
3 files changed, 25 insertions, 0 deletions
diff --git a/libvdpau-va-gl/.footprint b/libvdpau-va-gl/.footprint
new file mode 100644
index 000000000..8cea40da3
--- /dev/null
+++ b/libvdpau-va-gl/.footprint
@@ -0,0 +1,5 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/vdpau/
+lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_va_gl.so -> libvdpau_va_gl.so.1
+-rwxr-xr-x root/root usr/lib/vdpau/libvdpau_va_gl.so.1
diff --git a/libvdpau-va-gl/.md5sum b/libvdpau-va-gl/.md5sum
new file mode 100644
index 000000000..53098ff0a
--- /dev/null
+++ b/libvdpau-va-gl/.md5sum
@@ -0,0 +1 @@
+cd08e08232911a4d7a6d918e6a262f35 v0.2.0.tar.gz
diff --git a/libvdpau-va-gl/Pkgfile b/libvdpau-va-gl/Pkgfile
new file mode 100644
index 000000000..ceedaee52
--- /dev/null
+++ b/libvdpau-va-gl/Pkgfile
@@ -0,0 +1,19 @@
+# Description: VDPAU driver for OpenGL/VAAPI
+# URL: https://github.com/i-rinat/libvdpau-va-gl
+# Maintainer: Thomas Penteker, tek at serverop dot de
+
+name=libvdpau-va-gl
+version=0.2.0
+release=1
+source=(https://github.com/i-rinat/libvdpau-va-gl/archive/v$version.tar.gz)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr ..
+
+ make install DESTDIR=$PKG
+
+}

Generated by cgit