New package: libvdpau-va-gl-0.1.0.
This commit is contained in:
parent
6e924ae4fe
commit
d879520dc6
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libvdpau-va-gl'
|
||||
pkgname=libvdpau-va-gl
|
||||
version=0.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config cmake"
|
||||
makedepends="glib-devel ffmpeg-devel glu-devel libva-devel libvdpau-devel"
|
||||
short_desc="A VDPAU driver with VA-API/OpenGL backend"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="https://github.com/i-rinat/libvdpau-va-gl"
|
||||
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://github.com/i-rinat/${pkgname}.git ${pkgname}-${version}
|
||||
}
|
||||
|
||||
libvdpau-va-gl_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue