void-packages/srcpkgs/libvdpau-va-gl/template

16 lines
483 B
Text
Raw Normal View History

2013-08-24 15:47:15 +00:00
# Template file for 'libvdpau-va-gl'
pkgname=libvdpau-va-gl
2014-04-07 18:51:09 +00:00
version=0.3.4
2013-08-24 15:47:15 +00:00
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"
do_fetch() {
git clone -b v${version} git://github.com/i-rinat/${pkgname}.git ${pkgname}-${version}
}