Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libva{,-glx,-utils}: update to 2.19
@ 2023-07-13 18:36 icp1994
  2023-07-16 14:52 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-07-13 18:36 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/45022

libva{,-glx,-utils}: update to 2.19
#### 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/45022.patch is attached

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

From 3ed24b60685732988abd4d90e3b5fbdd65245ca1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 9 Jul 2023 15:47:14 +0530
Subject: [PATCH 1/3] libva: update to 2.19.0.

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

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index a411f3ee45da..4527e7ce999c 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 and the minor version with libva-utils
 pkgname=libva
-version=2.18.0
+version=2.19.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/refs/tags/${version}.tar.gz"
-checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
+checksum=8cb5e2a9287a76b12c0b6cb96f4f27a0321bbe693df43cd950e5d4542db7f227
 
 build_options="wayland"
 build_options_default="wayland"

From 16bb793282cf635e72f34cf789411ade2cb9420d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 9 Jul 2023 15:48:59 +0530
Subject: [PATCH 2/3] libva-glx: update to 2.19.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 4c299577993d..8dfa2ef62189 100644
--- a/srcpkgs/libva-glx/template
+++ b/srcpkgs/libva-glx/template
@@ -7,7 +7,7 @@
 # NOTE: keep this pkg synchronized with libva and the minor version with libva-utils
 #
 pkgname=libva-glx
-version=2.18.0
+version=2.19.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=yes -Dwith_wayland=yes"
@@ -19,7 +19,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/refs/tags/${version}.tar.gz"
-checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438
+checksum=8cb5e2a9287a76b12c0b6cb96f4f27a0321bbe693df43cd950e5d4542db7f227
 
 post_install() {
 	# We are only interested in the glx component, remove everything else.

From f53c7750808b8c8165bcf7e6242bd27005582971 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 9 Jul 2023 15:51:40 +0530
Subject: [PATCH 3/3] libva-utils: update to 2.19.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 be76e29c3487..a21e6c6c8251 100644
--- a/srcpkgs/libva-utils/template
+++ b/srcpkgs/libva-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'libva-utils'
 # NOTE: keep minor version synchronized with libva and libva-glx
 pkgname=libva-utils
-version=2.18.2
+version=2.19.0
 revision=1
 build_style=meson
 configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
@@ -14,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=c4c0555c96ca678f9ac47fbb56f0ae56ca39fd50fe3553bae5cb13117bfcb406
+checksum=4135992ab534d0cfd71a93c28e1a22f79c0003cf8d157ffd4621e5e482191b4f
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: libva{,-glx,-utils}: update to 2.19
  2023-07-13 18:36 [PR PATCH] libva{,-glx,-utils}: update to 2.19 icp1994
@ 2023-07-16 14:52 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-07-16 14:52 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.19
https://github.com/void-linux/void-packages/pull/45022

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] 2+ messages in thread

end of thread, other threads:[~2023-07-16 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 18:36 [PR PATCH] libva{,-glx,-utils}: update to 2.19 icp1994
2023-07-16 14:52 ` [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).