Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Intel-VAAPI: update drivers and utilities
@ 2021-07-14 13:47 daerich
  2021-07-17  3:06 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: daerich @ 2021-07-14 13:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1611 bytes --]

There is a new pull request by daerich against master on the void-packages repository

https://github.com/daerich/void-packages new_intel_vaapi
https://github.com/void-linux/void-packages/pull/31958

Intel-VAAPI: update drivers and utilities
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31958.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new_intel_vaapi-31958.patch --]
[-- Type: text/x-diff, Size: 4542 bytes --]

From 3a22b7ac19f61906c7092b38d38fd97d636d49d9 Mon Sep 17 00:00:00 2001
From: DaErich <daerich@sourceforge.net>
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 <st3r4g@protonmail.com>"
 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 <st3r4g@protonmail.com>"
 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"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Intel-VAAPI: update drivers and utilities
  2021-07-14 13:47 [PR PATCH] Intel-VAAPI: update drivers and utilities daerich
@ 2021-07-17  3:06 ` ericonr
  2021-07-17 17:27 ` [PR PATCH] [Updated] " daerich
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-17  3:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31958#issuecomment-881806912

Comment:
This PR should be one commit per individual package. That way it can be fully descriptive: `$pkgname: update to $version.`

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Intel-VAAPI: update drivers and utilities
  2021-07-14 13:47 [PR PATCH] Intel-VAAPI: update drivers and utilities daerich
  2021-07-17  3:06 ` ericonr
@ 2021-07-17 17:27 ` daerich
  2021-07-17 17:28 ` daerich
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: daerich @ 2021-07-17 17:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1616 bytes --]

There is an updated pull request by daerich against master on the void-packages repository

https://github.com/daerich/void-packages new_intel_vaapi
https://github.com/void-linux/void-packages/pull/31958

Intel-VAAPI: update drivers and utilities
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31958.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new_intel_vaapi-31958.patch --]
[-- Type: text/x-diff, Size: 5520 bytes --]

From 3d3fc96c4545d8e78daf8825d514213c11a46351 Mon Sep 17 00:00:00 2001
From: DaErich <daerich@sourceforge.net>
Date: Sat, 17 Jul 2021 19:20:36 +0200
Subject: [PATCH 1/5] intel-gmmlib: update to 21.2.1

---
 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 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 <st3r4g@protonmail.com>"
 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
 

From ad669b72bbc39291262183b8fb68a50704365ff7 Mon Sep 17 00:00:00 2001
From: DaErich <daerich@sourceforge.net>
Date: Sat, 17 Jul 2021 19:21:30 +0200
Subject: [PATCH 2/5] intel-media-driver: update to 21.2.3

---
 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 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 <st3r4g@protonmail.com>"
 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"

From 196c239a605645579f42557967f36a4f7206bb78 Mon Sep 17 00:00:00 2001
From: DaErich <daerich@sourceforge.net>
Date: Sat, 17 Jul 2021 19:22:24 +0200
Subject: [PATCH 3/5] libva-glx: update to 2.12.0

---
 srcpkgs/libva-glx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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.

From ba5245b3cbce6314df145607c03183d57cfb377d Mon Sep 17 00:00:00 2001
From: DaErich <daerich@sourceforge.net>
Date: Sat, 17 Jul 2021 19:23:15 +0200
Subject: [PATCH 4/5] libva-utils: update to 2.12.0

---
 srcpkgs/libva-utils/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

From ee3234c08bcade0b2d2af948dd858141e773ba47 Mon Sep 17 00:00:00 2001
From: DaErich <daerich@sourceforge.net>
Date: Sat, 17 Jul 2021 19:24:02 +0200
Subject: [PATCH 5/5] libva: update to 2.12.0

---
 srcpkgs/libva/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Intel-VAAPI: update drivers and utilities
  2021-07-14 13:47 [PR PATCH] Intel-VAAPI: update drivers and utilities daerich
  2021-07-17  3:06 ` ericonr
  2021-07-17 17:27 ` [PR PATCH] [Updated] " daerich
@ 2021-07-17 17:28 ` daerich
  2021-07-18  4:01 ` ericonr
  2021-07-20 19:08 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: daerich @ 2021-07-17 17:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

New comment by daerich on void-packages repository

https://github.com/void-linux/void-packages/pull/31958#issuecomment-881931381

Comment:
Done.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Intel-VAAPI: update drivers and utilities
  2021-07-14 13:47 [PR PATCH] Intel-VAAPI: update drivers and utilities daerich
                   ` (2 preceding siblings ...)
  2021-07-17 17:28 ` daerich
@ 2021-07-18  4:01 ` ericonr
  2021-07-20 19:08 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-18  4:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31958#issuecomment-881993501

Comment:
Testing locally, but merging will have to wait :')

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: Intel-VAAPI: update drivers and utilities
  2021-07-14 13:47 [PR PATCH] Intel-VAAPI: update drivers and utilities daerich
                   ` (3 preceding siblings ...)
  2021-07-18  4:01 ` ericonr
@ 2021-07-20 19:08 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-20 19:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1452 bytes --]

There's a merged pull request on the void-packages repository

Intel-VAAPI: update drivers and utilities
https://github.com/void-linux/void-packages/pull/31958

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-20 19:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 13:47 [PR PATCH] Intel-VAAPI: update drivers and utilities daerich
2021-07-17  3:06 ` ericonr
2021-07-17 17:27 ` [PR PATCH] [Updated] " daerich
2021-07-17 17:28 ` daerich
2021-07-18  4:01 ` ericonr
2021-07-20 19:08 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).