Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qsv: update to 0.100.0.
@ 2023-04-20 19:04 icp1994
  2023-04-20 20:35 ` [PR PATCH] [Updated] " icp1994
  2023-04-21 14:24 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-04-20 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages qsv
https://github.com/void-linux/void-packages/pull/43553

qsv: update to 0.100.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/43553.patch is attached

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

From d478b8564a08c645e346169e4b10c474ab1e5551 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Apr 2023 22:25:29 +0530
Subject: [PATCH] qsv: update to 0.100.0.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index f6768176d818..ec7041cc2474 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,6 +1,6 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.99.0
+version=0.100.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
@@ -12,4 +12,4 @@ license="Unlicense"
 homepage="https://github.com/jqnatividad/qsv"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=93dd13d7679657701104740468a353cb85ae49935aedda4b566df30cd8d9bcaf
+checksum=08e0825bbe3fb78f6696ce79f7e4ad7c79a7140b12819a28bb4ead4909525efd

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

* Re: [PR PATCH] [Updated] qsv: update to 0.100.0.
  2023-04-20 19:04 [PR PATCH] qsv: update to 0.100.0 icp1994
@ 2023-04-20 20:35 ` icp1994
  2023-04-21 14:24 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-04-20 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages qsv
https://github.com/void-linux/void-packages/pull/43553

qsv: update to 0.100.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/43553.patch is attached

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

From 825f22f7be6d52c8a041d8319f841d645d517023 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 20 Apr 2023 22:25:29 +0530
Subject: [PATCH] qsv: update to 0.100.0.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index f6768176d818..a0cfea753f43 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,6 +1,6 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.99.0
+version=0.100.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
@@ -12,4 +12,5 @@ license="Unlicense"
 homepage="https://github.com/jqnatividad/qsv"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=93dd13d7679657701104740468a353cb85ae49935aedda4b566df30cd8d9bcaf
+checksum=08e0825bbe3fb78f6696ce79f7e4ad7c79a7140b12819a28bb4ead4909525efd
+make_check=ci-skip # should be fixed next release

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

* Re: [PR PATCH] [Merged]: qsv: update to 0.100.0.
  2023-04-20 19:04 [PR PATCH] qsv: update to 0.100.0 icp1994
  2023-04-20 20:35 ` [PR PATCH] [Updated] " icp1994
@ 2023-04-21 14:24 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-21 14:24 UTC (permalink / raw)
  To: ml

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

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

qsv: update to 0.100.0.
https://github.com/void-linux/void-packages/pull/43553

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

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

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

end of thread, other threads:[~2023-04-21 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 19:04 [PR PATCH] qsv: update to 0.100.0 icp1994
2023-04-20 20:35 ` [PR PATCH] [Updated] " icp1994
2023-04-21 14:24 ` [PR PATCH] [Merged]: " abenson

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