From 9c092af44662185963f48a90786cf2e49c8da49f Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 2 Oct 2020 23:54:40 +0200 Subject: [PATCH 1/6] libva: update to 2.9.0 --- srcpkgs/libva/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 8f99983cfec..d681e84c848 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,6 +1,6 @@ # Template file for 'libva' pkgname=libva -version=2.8.0 +version=2.9.0 revision=1 build_style=meson configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)" @@ -8,12 +8,12 @@ hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)" makedepends="libXfixes-devel libXext-devel libdrm-devel $(vopt_if wayland 'libffi-devel wayland-devel')" short_desc="Video Acceleration (VA) API" -maintainer="Juan RP " +maintainer="Orphaned " 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=171bb8401930007945e87c765f22304e66e6e21c8a244a76389825dc2232671e +checksum=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc build_options="wayland" build_options_default="wayland" From 8ff645e35a18af81ad1a821e600861993e8299e8 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Tue, 6 Oct 2020 11:07:33 +0200 Subject: [PATCH 2/6] libva-glx: update to 2.9.0 --- srcpkgs/libva-glx/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template index 8867dafeb31..19ff3ba7980 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.7.1 +version=2.9.0 revision=1 wrksrc="libva-${version}" build_style=meson @@ -15,12 +15,12 @@ configure_args="-Dwith_glx=yes -Dwith_wayland=yes" hostmakedepends="pkg-config wayland-devel" makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel" short_desc="Video Acceleration (VA) API - GLX backend" -maintainer="Juan RP " +maintainer="Orphaned " 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=9a3167c9af8c0ce10c4a46791557f934457b78fcc625111dcefaa7f30b7eb289 +checksum=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc post_install() { # We are only interested in the glx component, remove everything else. From 909f27e037aa7d94f8e3005cf8962c1a572d5f68 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Tue, 6 Oct 2020 11:07:54 +0200 Subject: [PATCH 3/6] libva-utils: update to 2.9.0 --- srcpkgs/libva-utils/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva-utils/template b/srcpkgs/libva-utils/template index 6f6292e979d..b86a5c9c53a 100644 --- a/srcpkgs/libva-utils/template +++ b/srcpkgs/libva-utils/template @@ -1,18 +1,18 @@ # Template file for 'libva-utils' pkgname=libva-utils -version=2.7.1 +version=2.9.0 revision=1 build_style=meson configure_args="-Ddrm=true -Dx11=true -Dwayland=true" 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 " +maintainer="Orphaned " 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=9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd +checksum=d363210a42cd2667f6f7cff0e57db1d527feb067ffebe3ba233bc80b1bdcd9b4 post_install() { vlicense COPYING From 4149cde643f803f2636d560f6ad6384d893b05f5 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 2 Oct 2020 23:54:49 +0200 Subject: [PATCH 4/6] libva-intel-driver: update to 2.4.1 --- srcpkgs/libva-intel-driver/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libva-intel-driver/template b/srcpkgs/libva-intel-driver/template index 10003fc03f1..1417a55c0d5 100644 --- a/srcpkgs/libva-intel-driver/template +++ b/srcpkgs/libva-intel-driver/template @@ -1,20 +1,20 @@ # Template file for 'libva-intel-driver' pkgname=libva-intel-driver -version=2.4.0 -revision=2 +version=2.4.1 +revision=1 +archs="i686* x86_64*" wrksrc="intel-vaapi-driver-${version}" build_style=meson configure_args="-Dwith_wayland=yes -Dwith_x11=yes" hostmakedepends="pkg-config" makedepends="libX11-devel libva-glx-devel libdrm-devel wayland-devel MesaLib-devel" short_desc="Video Acceleration (VA) API - Intel Graphics backend" -maintainer="Juan RP " +maintainer="Orphaned " license="MIT" homepage="https://01.org/linuxmedia" changelog="https://raw.githubusercontent.com/intel/intel-vaapi-driver/master/NEWS" distfiles="https://github.com/intel/intel-vaapi-driver/archive/${version}.tar.gz" -checksum=58567dac882167021f031489062cbbab76bc646214be0ee44d5f724d960b3d76 -archs="i686* x86_64*" +checksum=03cd7e16acc94f828b6e7f3087863d8ca06e99ffa3385588005b1984bdd56157 CFLAGS="-fcommon" From abdbc6ba7c7f8c5796b7a85b67fd9d96ca7f2d5f Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 2 Oct 2020 21:31:20 +0200 Subject: [PATCH 5/6] intel-gmmlib: update to 20.3.2 --- srcpkgs/intel-gmmlib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/intel-gmmlib/template b/srcpkgs/intel-gmmlib/template index 992945d93b7..c3607abbd77 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.2.2 +version=20.3.2 revision=1 archs="i686* x86_64*" wrksrc=gmmlib-intel-gmmlib-${version} @@ -11,7 +11,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=b3dfb193549b7385d68d959b31fa4670fef69161ca808bc9268a213bffba84f2 +checksum=1faacdd1bb2308c0528dbff25d2e9c0af6d8b807246d107f55af0cd1e7083fc7 lib32disabled=yes From deb91524ec33f85d120c14414d10729e7d3abe49 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 2 Oct 2020 21:31:31 +0200 Subject: [PATCH 6/6] intel-media-driver: update to 20.3.0 --- srcpkgs/intel-media-driver/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/intel-media-driver/template b/srcpkgs/intel-media-driver/template index 6fba3c474c5..6f9ff4ff8f5 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.2.0 +version=20.3.0 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=1cdd40517d9fee51e3760beea23d2a19c2d5fcb1d6a9ed2bc0af7318d0d3100f +checksum=491411d6ccdf812e4fe30b870f0623431fe9f14db16fc6b987578769925c8be0 build_options="nonfree" desc_option_nonfree="Enable nonfree kernels"