Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libva{,-glx,-utils}: update to 2.18
@ 2023-03-29 18:54 icp1994
  2023-03-30 20:23 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-03-29 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages libva
https://github.com/void-linux/void-packages/pull/43102

libva{,-glx,-utils}: update to 2.18
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 41a862169579301cb2056491bffceced0126f89d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 28 Mar 2023 01:20:49 +0530
Subject: [PATCH 1/3] libva: update to 2.18.0.

---
 srcpkgs/libva/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 5bb1bbd13a22..4c5f0d4262a8 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.17.0
+version=2.18.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no"
@@ -13,8 +13,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
+distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz"
+checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
 
 build_options="wayland"
 build_options_default="wayland"

From 665fac85aa0356d14cc7fe8afb4fc77c69b646ca Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 28 Mar 2023 01:23:20 +0530
Subject: [PATCH 2/3] libva-glx: update to 2.18.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 2e4849927001..7eb2b3c1792c 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.17.0
+version=2.18.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=yes -Dwith_wayland=yes"
@@ -18,8 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
+distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz"
+checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
 
 post_install() {
 	# We are only interested in the glx component, remove everything else.

From 60e3470c0dbad3985bad6aafc1a31e089e139141 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 28 Mar 2023 01:24:59 +0530
Subject: [PATCH 3/3] libva-utils: update to 2.18.1.

---
 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 e5422e5921a3..60b753aabfdc 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.17.1
+version=2.18.1
 revision=1
 build_style=meson
 configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://01.org/linuxmedia"
 changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
 distfiles="https://github.com/intel/libva-utils/archive/refs/tags/${version}.tar.gz"
-checksum=6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966
+checksum=79da4a683dc4b10639edd7ad4c9434789ef208f5361f87aca9bc986a4ebcb155
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] libva{,-glx,-utils}: update to 2.18
  2023-03-29 18:54 [PR PATCH] libva{,-glx,-utils}: update to 2.18 icp1994
@ 2023-03-30 20:23 ` paper42
  2023-03-31  7:57 ` [PR PATCH] [Updated] " icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-03-30 20:23 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43102#discussion_r1153751365

Comment:
```suggestion
# NOTE: keep this pkg synchronized with libva-glx and the minor version with libva-utils
```
and include the same notice in libva-utils and libva-glx

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

* Re: [PR PATCH] [Updated] libva{,-glx,-utils}: update to 2.18
  2023-03-29 18:54 [PR PATCH] libva{,-glx,-utils}: update to 2.18 icp1994
  2023-03-30 20:23 ` [PR REVIEW] " paper42
@ 2023-03-31  7:57 ` icp1994
  2023-04-11 23:54 ` mhmdanas
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-03-31  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages libva
https://github.com/void-linux/void-packages/pull/43102

libva{,-glx,-utils}: update to 2.18
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 587f9a8372421dc158557b24def5192501f2018c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 28 Mar 2023 01:20:49 +0530
Subject: [PATCH 1/3] libva: update to 2.18.0.

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

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 5bb1bbd13a22..a411f3ee45da 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
+# NOTE: keep this pkg synchronized with libva-glx and the minor version with libva-utils
 pkgname=libva
-version=2.17.0
+version=2.18.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no"
@@ -13,8 +13,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
+distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz"
+checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
 
 build_options="wayland"
 build_options_default="wayland"

From 211fb01cf50675c0ff8fc74391ff963560a5a8f0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 28 Mar 2023 01:23:20 +0530
Subject: [PATCH 2/3] libva-glx: update to 2.18.0.

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

diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template
index 2e4849927001..4c299577993d 100644
--- a/srcpkgs/libva-glx/template
+++ b/srcpkgs/libva-glx/template
@@ -4,10 +4,10 @@
 #
 # 	libva -> mesa -> libva
 #
-# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
+# NOTE: keep this pkg synchronized with libva and the minor version with libva-utils
 #
 pkgname=libva-glx
-version=2.17.0
+version=2.18.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=yes -Dwith_wayland=yes"
@@ -18,8 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
+distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz"
+checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
 
 post_install() {
 	# We are only interested in the glx component, remove everything else.

From 05b309d760bb63901ba5586b04149c8b444921b8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 31 Mar 2023 13:20:10 +0530
Subject: [PATCH 3/3] libva-utils: update to 2.18.1.

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

diff --git a/srcpkgs/libva-utils/template b/srcpkgs/libva-utils/template
index e5422e5921a3..ba8e66cde3b0 100644
--- a/srcpkgs/libva-utils/template
+++ b/srcpkgs/libva-utils/template
@@ -1,6 +1,7 @@
 # Template file for 'libva-utils'
+# NOTE: keep minor version synchronized with libva and libva-glx
 pkgname=libva-utils
-version=2.17.1
+version=2.18.1
 revision=1
 build_style=meson
 configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
@@ -13,7 +14,7 @@ license="MIT"
 homepage="https://01.org/linuxmedia"
 changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
 distfiles="https://github.com/intel/libva-utils/archive/refs/tags/${version}.tar.gz"
-checksum=6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966
+checksum=79da4a683dc4b10639edd7ad4c9434789ef208f5361f87aca9bc986a4ebcb155
 
 post_install() {
 	vlicense COPYING

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

* Re: libva{,-glx,-utils}: update to 2.18
  2023-03-29 18:54 [PR PATCH] libva{,-glx,-utils}: update to 2.18 icp1994
  2023-03-30 20:23 ` [PR REVIEW] " paper42
  2023-03-31  7:57 ` [PR PATCH] [Updated] " icp1994
@ 2023-04-11 23:54 ` mhmdanas
  2023-04-25 20:14 ` [PR PATCH] [Updated] " icp1994
  2023-06-23 20:05 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-04-11 23:54 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43102#issuecomment-1504287526

Comment:
Successfully tested libva locally.

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

* Re: [PR PATCH] [Updated] libva{,-glx,-utils}: update to 2.18
  2023-03-29 18:54 [PR PATCH] libva{,-glx,-utils}: update to 2.18 icp1994
                   ` (2 preceding siblings ...)
  2023-04-11 23:54 ` mhmdanas
@ 2023-04-25 20:14 ` icp1994
  2023-06-23 20:05 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-04-25 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages libva
https://github.com/void-linux/void-packages/pull/43102

libva{,-glx,-utils}: update to 2.18
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 17b661924f20113a5ce838fddefaf9b19b182273 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 28 Mar 2023 01:20:49 +0530
Subject: [PATCH 1/3] libva: update to 2.18.0.

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

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 5bb1bbd13a22..a411f3ee45da 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
+# NOTE: keep this pkg synchronized with libva-glx and the minor version with libva-utils
 pkgname=libva
-version=2.17.0
+version=2.18.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no"
@@ -13,8 +13,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
+distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz"
+checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
 
 build_options="wayland"
 build_options_default="wayland"

From 20971ec37901bd8269b91a1661641e41943d1464 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 28 Mar 2023 01:23:20 +0530
Subject: [PATCH 2/3] libva-glx: update to 2.18.0.

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

diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template
index 2e4849927001..4c299577993d 100644
--- a/srcpkgs/libva-glx/template
+++ b/srcpkgs/libva-glx/template
@@ -4,10 +4,10 @@
 #
 # 	libva -> mesa -> libva
 #
-# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
+# NOTE: keep this pkg synchronized with libva and the minor version with libva-utils
 #
 pkgname=libva-glx
-version=2.17.0
+version=2.18.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=yes -Dwith_wayland=yes"
@@ -18,8 +18,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
+distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz"
+checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
 
 post_install() {
 	# We are only interested in the glx component, remove everything else.

From d7af8150afdec0aabe8bd9bfa53ccaa439b4edc3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 31 Mar 2023 13:20:10 +0530
Subject: [PATCH 3/3] libva-utils: update to 2.18.2.

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

diff --git a/srcpkgs/libva-utils/template b/srcpkgs/libva-utils/template
index e5422e5921a3..be76e29c3487 100644
--- a/srcpkgs/libva-utils/template
+++ b/srcpkgs/libva-utils/template
@@ -1,6 +1,7 @@
 # Template file for 'libva-utils'
+# NOTE: keep minor version synchronized with libva and libva-glx
 pkgname=libva-utils
-version=2.17.1
+version=2.18.2
 revision=1
 build_style=meson
 configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
@@ -13,7 +14,7 @@ license="MIT"
 homepage="https://01.org/linuxmedia"
 changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
 distfiles="https://github.com/intel/libva-utils/archive/refs/tags/${version}.tar.gz"
-checksum=6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966
+checksum=c4c0555c96ca678f9ac47fbb56f0ae56ca39fd50fe3553bae5cb13117bfcb406
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: libva{,-glx,-utils}: update to 2.18
  2023-03-29 18:54 [PR PATCH] libva{,-glx,-utils}: update to 2.18 icp1994
                   ` (3 preceding siblings ...)
  2023-04-25 20:14 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-23 20:05 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-06-23 20:05 UTC (permalink / raw)
  To: ml

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

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

libva{,-glx,-utils}: update to 2.18
https://github.com/void-linux/void-packages/pull/43102

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-06-23 20:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 18:54 [PR PATCH] libva{,-glx,-utils}: update to 2.18 icp1994
2023-03-30 20:23 ` [PR REVIEW] " paper42
2023-03-31  7:57 ` [PR PATCH] [Updated] " icp1994
2023-04-11 23:54 ` mhmdanas
2023-04-25 20:14 ` [PR PATCH] [Updated] " icp1994
2023-06-23 20:05 ` [PR PATCH] [Merged]: " Duncaen

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).