libvdpau-va-gl: initial import

This commit is contained in:
Thomas Penteker 2013-10-05 15:29:26 +02:00
parent 86b666c02a
commit 163427b71b
3 changed files with 25 additions and 0 deletions

View File

@ -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

1
libvdpau-va-gl/.md5sum Normal file
View File

@ -0,0 +1 @@
cd08e08232911a4d7a6d918e6a262f35 v0.2.0.tar.gz

19
libvdpau-va-gl/Pkgfile Normal file
View File

@ -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
}