libvdpau-va-gl: update to 0.4.2
- glib, glu, and ffmpeg dependencies are dropped - now under the MIT license
This commit is contained in:
parent
66bc7dabc3
commit
54542714cf
1 changed files with 8 additions and 15 deletions
|
@ -1,20 +1,13 @@
|
|||
# Template file for 'libvdpau-va-gl'
|
||||
pkgname=libvdpau-va-gl
|
||||
version=0.3.4
|
||||
revision=2
|
||||
version=0.4.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config cmake git"
|
||||
makedepends="glib-devel ffmpeg-devel glu-devel libva-devel libvdpau-devel"
|
||||
short_desc="A VDPAU driver with VA-API/OpenGL backend"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="MesaLib-devel libva-devel libvdpau-devel"
|
||||
short_desc="VDPAU driver with VA-API/OpenGL backend"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
license="MIT"
|
||||
homepage="https://github.com/i-rinat/libvdpau-va-gl"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://github.com/i-rinat/${pkgname}.git ${pkgname}-${version}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Install symlink to enable VDPAU backend on Intel i965
|
||||
ln -sf libvdpau_va_gl.so.1 ${DESTDIR}/usr/lib/vdpau/libvdpau_i965.so.1
|
||||
}
|
||||
distfiles="${homepage}/releases/download/v${version}/libvdpau-va-gl-${version}.tar.gz"
|
||||
checksum=7d9121540658eb0244859e63da171ca3869e784afbeaf202f44471275c784af4
|
||||
|
|
Loading…
Reference in a new issue