Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libvdpau: update to 1.5, vdpauinfo: update to 1.4.
@ 2022-03-07 15:17 tibequadorian
  2022-04-07 17:09 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: tibequadorian @ 2022-03-07 15:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages vdpau
https://github.com/void-linux/void-packages/pull/36022

libvdpau: update to 1.5, vdpauinfo: update to 1.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36022.patch is attached

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

From cd3b18cf921c01c8a557c8412cd64a26883ff0f9 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 7 Mar 2022 16:12:00 +0100
Subject: [PATCH 1/2] libvdpau: update to 1.5.

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

diff --git a/srcpkgs/libvdpau/template b/srcpkgs/libvdpau/template
index 8b1c817cfd07..fcc2b6fcfd58 100644
--- a/srcpkgs/libvdpau/template
+++ b/srcpkgs/libvdpau/template
@@ -1,6 +1,6 @@
 # Template file for 'libvdpau'
 pkgname=libvdpau
-version=1.4
+version=1.5
 revision=1
 build_style=meson
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://freedesktop.org/wiki/Software/VDPAU/"
 distfiles="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${version}/libvdpau-${version}.tar.gz"
-checksum=240dd8f9ec08de707529917677827ba12e13b9fc299eeb3af13ea05e7fc74aba
+checksum=66490802f30426d30ff9e8af35263bbbbaa23b52d0a2d797d06959c3d19638fd
 
 post_install() {
 	vlicense COPYING

From 67da9bf00ebe5250701599a6bc95afa5b6cbb61e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 7 Mar 2022 16:12:04 +0100
Subject: [PATCH 2/2] vdpauinfo: update to 1.4.

---
 srcpkgs/vdpauinfo/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vdpauinfo/template b/srcpkgs/vdpauinfo/template
index 611b5d864010..9b71a655a935 100644
--- a/srcpkgs/vdpauinfo/template
+++ b/srcpkgs/vdpauinfo/template
@@ -1,16 +1,17 @@
 # Template file for 'vdpauinfo'
 pkgname=vdpauinfo
-version=1.0
-revision=3
+_glhash=8f047eac351672cc4316724edb6ad2b2
+version=1.4
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libvdpau-devel"
 short_desc="Command line utility for querying the capabilities of a VDPAU device"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
-distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
-checksum=4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4
+homepage="https://freedesktop.org/wiki/Software/VDPAU/"
+distfiles="https://gitlab.freedesktop.org/vdpau/vdpauinfo/uploads/${_glhash}/vdpauinfo-${version}.tar.gz"
+checksum=40188bc5671c139e58330dbcac2a6ced0064485cb4cdf368558feca17d7922a0
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: libvdpau: update to 1.5, vdpauinfo: update to 1.4.
  2022-03-07 15:17 [PR PATCH] libvdpau: update to 1.5, vdpauinfo: update to 1.4 tibequadorian
@ 2022-04-07 17:09 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2022-04-07 17:09 UTC (permalink / raw)
  To: ml

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

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

libvdpau: update to 1.5, vdpauinfo: update to 1.4.
https://github.com/void-linux/void-packages/pull/36022

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 2+ messages in thread

end of thread, other threads:[~2022-04-07 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 15:17 [PR PATCH] libvdpau: update to 1.5, vdpauinfo: update to 1.4 tibequadorian
2022-04-07 17:09 ` [PR PATCH] [Merged]: " leahneukirchen

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