Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libva{,-glx,-utils}: update to 2.15.0.
@ 2022-09-14 17:37 icp1994
  2022-10-24  7:40 ` [PR PATCH] [Updated] " icp1994
  2022-11-17 11:40 ` [PR PATCH] [Merged]: libva{,-glx,-utils}: update to 2.16.0 paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2022-09-14 17:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 662 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/39285

libva{,-glx,-utils}: update to 2.15.0.
#### 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

I tested it in my wayland machine with mpv, firefox, and vivaldi(xwayland). Having used my locally built version for the last couple days didn't notice any difference than before.

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

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

From b576c005e6c7968db763d03971a3821ea9c5abfa Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 11 Sep 2022 19:15:33 +0530
Subject: [PATCH 1/3] libva: update to 2.15.0.

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

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 093f7b86355b..e980d71da1a3 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.14.0
+version=2.15.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no"
@@ -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=f21152a2170edda9d1c4dd463d52eaf62b553e83e553c0a946654523cca86d5e
+checksum=869aaa9b9eccb1cde63e1c5b0ac0881cefc00156010bb49f6dce152471770ba8
 
 build_options="wayland"
 build_options_default="wayland"

From 8aed17a94f87c30819820a419f22803b952d4afa Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 11 Sep 2022 19:15:35 +0530
Subject: [PATCH 2/3] libva-glx: update to 2.15.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 b8411bcb09fb..1d7aeef98f48 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.14.0
+version=2.15.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=f21152a2170edda9d1c4dd463d52eaf62b553e83e553c0a946654523cca86d5e
+checksum=869aaa9b9eccb1cde63e1c5b0ac0881cefc00156010bb49f6dce152471770ba8
 
 post_install() {
 	# We are only interested in the glx component, remove everything else.

From 2322099f50aa19dd6e57a47be1373ec2df503b08 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 11 Sep 2022 19:15:40 +0530
Subject: [PATCH 3/3] libva-utils: update to 2.15.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 b98e3e9f73a3..ed9d99b440d0 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.14.0
+version=2.15.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=0ad6410aaa27d7b15dadee0f4d775d54d6394b582bf315353a4657b49c78ac31
+checksum=73609a24fe1dbf99e1472e20af1398d910f64c88b8615272f9f3539ffc5d2efc
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] libva{,-glx,-utils}: update to 2.15.0.
  2022-09-14 17:37 [PR PATCH] libva{,-glx,-utils}: update to 2.15.0 icp1994
@ 2022-10-24  7:40 ` icp1994
  2022-11-17 11:40 ` [PR PATCH] [Merged]: libva{,-glx,-utils}: update to 2.16.0 paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2022-10-24  7:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 667 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/39285

libva{,-glx,-utils}: update to 2.15.0.
#### 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

I tested it in my wayland machine with mpv, firefox, and vivaldi(xwayland). Having used my locally built version for the last couple days didn't notice any difference than before.

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

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

From c281e8d6f6744604dda1cbf59bacc440b2159c95 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 11 Sep 2022 19:15:33 +0530
Subject: [PATCH 1/3] libva: update to 2.16.0.

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

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 093f7b86355b..4665fedd9b38 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.14.0
+version=2.16.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no"
@@ -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=f21152a2170edda9d1c4dd463d52eaf62b553e83e553c0a946654523cca86d5e
+checksum=766edf51fd86efe9e836a4467d4ec7c3af690a3c601b3c717237cee856302279
 
 build_options="wayland"
 build_options_default="wayland"

From fe85bbce83e8f7d2346a08ed6a748e7c14e5a1f9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 11 Sep 2022 19:15:35 +0530
Subject: [PATCH 2/3] libva-glx: update to 2.16.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 b8411bcb09fb..d3c2f4dc8982 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.14.0
+version=2.16.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=f21152a2170edda9d1c4dd463d52eaf62b553e83e553c0a946654523cca86d5e
+checksum=766edf51fd86efe9e836a4467d4ec7c3af690a3c601b3c717237cee856302279
 
 post_install() {
 	# We are only interested in the glx component, remove everything else.

From ef4e2cd74f65fb7deb7b39980fe819834fe91dc3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 11 Sep 2022 19:15:40 +0530
Subject: [PATCH 3/3] libva-utils: update to 2.16.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 b98e3e9f73a3..8f1cc65594f8 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.14.0
+version=2.16.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=0ad6410aaa27d7b15dadee0f4d775d54d6394b582bf315353a4657b49c78ac31
+checksum=646c9bfff6a83504c48de2c786c9514ca30c5e916127faf00f143ef8147ee950
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: libva{,-glx,-utils}: update to 2.16.0.
  2022-09-14 17:37 [PR PATCH] libva{,-glx,-utils}: update to 2.15.0 icp1994
  2022-10-24  7:40 ` [PR PATCH] [Updated] " icp1994
@ 2022-11-17 11:40 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-11-17 11:40 UTC (permalink / raw)
  To: ml

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

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

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

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

I tested it in my wayland machine with mpv, firefox, and vivaldi(xwayland). Having used my locally built version for the last couple days didn't notice any difference than before.

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

end of thread, other threads:[~2022-11-17 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 17:37 [PR PATCH] libva{,-glx,-utils}: update to 2.15.0 icp1994
2022-10-24  7:40 ` [PR PATCH] [Updated] " icp1994
2022-11-17 11:40 ` [PR PATCH] [Merged]: libva{,-glx,-utils}: update to 2.16.0 paper42

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