summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGomasy2017-07-26 20:46:53 +0900
committerGomasy2017-07-26 20:46:53 +0900
commit0cd3f4a6519bf8103648599255ac7512d351c476 (patch)
treec4156333a34066838b923ef9001c31e171c0e64c /PKGBUILD
downloadaur-0cd3f4a6519bf8103648599255ac7512d351c476.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8b49eab5c296
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Gomasy <nyan@gomasy.jp>
+
+pkgname=libvdpau-va-gl-i965
+pkgver=1
+pkgrel=1
+pkgdesc="VDPAU driver with OpenGL/VAAPI backend for i965 chipset"
+arch=('any')
+license=('none')
+url="https://bbs.archlinux.org/viewtopic.php?id=186501"
+depends=('libvdpau-va-gl')
+
+package() {
+ install -d $pkgdir/usr/lib
+ ln -s ./vdpau/libvdpau_va_gl.so.1 $pkgdir/usr/lib/libvdpau_i965.so
+}