From 3a22b7ac19f61906c7092b38d38fd97d636d49d9 Mon Sep 17 00:00:00 2001 From: DaErich Date: Wed, 14 Jul 2021 15:39:28 +0200 Subject: [PATCH] Intel-VAAPI: update drivers and utilities --- srcpkgs/intel-gmmlib/template | 4 ++-- srcpkgs/intel-media-driver/template | 4 ++-- srcpkgs/libva-glx/template | 4 ++-- srcpkgs/libva-utils/template | 4 ++-- srcpkgs/libva/template | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/intel-gmmlib/template b/srcpkgs/intel-gmmlib/template index ad6ba012fa90..8f71e6d0780b 100644 --- a/srcpkgs/intel-gmmlib/template +++ b/srcpkgs/intel-gmmlib/template @@ -1,6 +1,6 @@ # Template file for 'intel-gmmlib' pkgname=intel-gmmlib -version=20.4.1 +version=21.2.1 revision=1 archs="i686* x86_64*" wrksrc=gmmlib-intel-gmmlib-${version} @@ -19,7 +19,7 @@ maintainer="Stefano Ragni " license="MIT" homepage="https://github.com/intel/gmmlib" distfiles="https://github.com/intel/gmmlib/archive/intel-gmmlib-${version}.tar.gz" -checksum=d54d547f9f9e74196dead6a338923039ea10c859f1f693f33f10be1562b81d6d +checksum=912cd86e4cb564b6fa549d69a28b72b9cdcb5a3eab9320955ed70ac37381fc2f lib32disabled=yes diff --git a/srcpkgs/intel-media-driver/template b/srcpkgs/intel-media-driver/template index 6120080c93a5..f8864e717229 100644 --- a/srcpkgs/intel-media-driver/template +++ b/srcpkgs/intel-media-driver/template @@ -1,6 +1,6 @@ # Template file for 'intel-media-driver' pkgname=intel-media-driver -version=20.4.5 +version=21.2.3 revision=1 archs="x86_64*" wrksrc=media-driver-intel-media-${version} @@ -13,7 +13,7 @@ maintainer="Stefano Ragni " license="MIT, BSD-3-Clause" homepage="https://github.com/intel/media-driver" distfiles="https://github.com/intel/media-driver/archive/intel-media-${version}.tar.gz" -checksum=3d856a963127ddd6690fc6dac521d7674947675d5f20452f1e6f45c0fc83f9e6 +checksum=7b190a980447284508969da38971cfdaaf6e69d840d49e81f5969e124bf17e16 build_options="nonfree" desc_option_nonfree="Enable nonfree kernels" diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template index 9b4ab57933b9..685988ebf6d0 100644 --- a/srcpkgs/libva-glx/template +++ b/srcpkgs/libva-glx/template @@ -7,7 +7,7 @@ # KEEP THIS PACKAGE SYNCHRONIZED WITH "libva". # pkgname=libva-glx -version=2.11.0 +version=2.12.0 revision=1 wrksrc="libva-${version}" build_style=meson @@ -20,7 +20,7 @@ license="MIT" homepage="https://01.org/linuxmedia/vaapi" changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" -checksum=ee2bd79bad5e2404143f089360685f5da63a32dd551b54ccd61d2d49c041178a +checksum=7bca8c8a854653e15e602f243e2452e84e4b454b26549bf80a932ab29d7d6b21 post_install() { # We are only interested in the glx component, remove everything else. diff --git a/srcpkgs/libva-utils/template b/srcpkgs/libva-utils/template index d4ad364df1b9..55fa5be3cc6d 100644 --- a/srcpkgs/libva-utils/template +++ b/srcpkgs/libva-utils/template @@ -1,6 +1,6 @@ # Template file for 'libva-utils' pkgname=libva-utils -version=2.11.0 +version=2.12.0 revision=1 build_style=meson configure_args="-Ddrm=true -Dx11=true -Dwayland=true" @@ -13,7 +13,7 @@ license="MIT" homepage="https://01.org/linuxmedia/vaapi" changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS" distfiles="https://github.com/intel/libva-utils/archive/${version}.tar.gz" -checksum=4046dc73b498950e838d40ace46c82d034b04f81e4fcf7c5e3ebed5d2697e1ab +checksum=bcab647f42147aa5cf83b324b6c3fe69e392e44d34aababfafcb6c3b4310377d post_install() { vlicense COPYING diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 9bfac882945a..7c10764e3fbe 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,7 +1,7 @@ # Template file for 'libva' # NOTE: keep this pkg synchronized with libva-glx pkgname=libva -version=2.11.0 +version=2.12.0 revision=1 build_style=meson configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)" @@ -14,7 +14,7 @@ license="MIT" homepage="https://01.org/linuxmedia/vaapi" changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" -checksum=ee2bd79bad5e2404143f089360685f5da63a32dd551b54ccd61d2d49c041178a +checksum=7bca8c8a854653e15e602f243e2452e84e4b454b26549bf80a932ab29d7d6b21 build_options="wayland" build_options_default="wayland"