From a42c94f6af1facfe621e69e33a3a8f3e2aaf20ec Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 4 Apr 2017 15:15:15 +0200 Subject: [PATCH] New package; libva-utils-1.8.0 Utilities are no longer part of the libva package: https://lists.01.org/pipermail/intel-vaapi-media/2017-March/000015.html. --- srcpkgs/libva-utils/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/libva-utils/template diff --git a/srcpkgs/libva-utils/template b/srcpkgs/libva-utils/template new file mode 100644 index 00000000000..88648474766 --- /dev/null +++ b/srcpkgs/libva-utils/template @@ -0,0 +1,17 @@ +# Template file for 'libva-utils' +pkgname=libva-utils +version=1.8.0 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config wayland-devel" +makedepends="libva-devel libXfixes-devel libXext-devel libdrm-devel wayland-devel" +short_desc="Video Acceleration (VA) API - Utilities" +maintainer="Juan RP " +homepage="https://01.org/linuxmedia" +license="MIT" +distfiles="https://github.com/01org/libva-utils/releases/download/${version}/libva-utils-${version}.tar.bz2" +checksum=ca4574111fd5658d07dcf883fa1a9914b02f77011f51afcc880af1c302afdbcc + +post_install() { + vlicense COPYING +}