forked from ports/contrib
libvdpau-va-gl: initial import
This commit is contained in:
parent
86b666c02a
commit
163427b71b
5
libvdpau-va-gl/.footprint
Normal file
5
libvdpau-va-gl/.footprint
Normal 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
1
libvdpau-va-gl/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
cd08e08232911a4d7a6d918e6a262f35 v0.2.0.tar.gz
|
19
libvdpau-va-gl/Pkgfile
Normal file
19
libvdpau-va-gl/Pkgfile
Normal 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
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user