From d879520dc63a2e7c9e3203a5cfa082120fad8868 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 24 Aug 2013 17:47:15 +0200 Subject: [PATCH] New package: libvdpau-va-gl-0.1.0. --- srcpkgs/libvdpau-va-gl/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/libvdpau-va-gl/template diff --git a/srcpkgs/libvdpau-va-gl/template b/srcpkgs/libvdpau-va-gl/template new file mode 100644 index 00000000000..92273b08ffa --- /dev/null +++ b/srcpkgs/libvdpau-va-gl/template @@ -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 " +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 + } +}