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

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

qsv: update to 0.119.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**

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

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

From ffced64c7bb0c0cd89f03a3dc93aed3e73b75ed8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 21 Nov 2023 12:31:41 +0530
Subject: [PATCH] qsv: update to 0.119.0.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index 656daf0f34ef8..f6e7fd8b1c5e3 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,10 +1,10 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.118.0
+version=0.119.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
-configure_args="--no-default-features --features=feature_capable"
+configure_args="--features=feature_capable"
 make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686
 short_desc="CLI toolkit for CSV data-wrangling"
 maintainer="icp <pangolin@vivaldi.net>"
@@ -12,4 +12,4 @@ license="Unlicense"
 homepage="https://qsv.dathere.com"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=b312fef7fc9798e9077a56618c56fa25aec3714e197217bef49a1dc7a52bbb7f
+checksum=b50333767856cb04cc88154d715861740f912c10156a7a801bd61964e1ee562c

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

* Re: [PR PATCH] [Updated] qsv: update to 0.119.0.
  2023-12-01 19:25 [PR PATCH] qsv: update to 0.119.0 icp1994
@ 2023-12-01 19:38 ` icp1994
  2023-12-01 21:35 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-12-01 19:38 UTC (permalink / raw)
  To: ml

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

qsv: update to 0.119.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**

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

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

From 9497702b6e5c85f28a66d92e85af32f08680f3c9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 21 Nov 2023 12:31:41 +0530
Subject: [PATCH] qsv: update to 0.119.0.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index 656daf0f34ef8..bf13cd24d6ec2 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,10 +1,10 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.118.0
+version=0.119.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
-configure_args="--no-default-features --features=feature_capable"
+configure_args="--features=feature_capable"
 make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686
 short_desc="CLI toolkit for CSV data-wrangling"
 maintainer="icp <pangolin@vivaldi.net>"
@@ -12,4 +12,8 @@ license="Unlicense"
 homepage="https://qsv.dathere.com"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=b312fef7fc9798e9077a56618c56fa25aec3714e197217bef49a1dc7a52bbb7f
+checksum=b50333767856cb04cc88154d715861740f912c10156a7a801bd61964e1ee562c
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi

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

* Re: [PR PATCH] [Merged]: qsv: update to 0.119.0.
  2023-12-01 19:25 [PR PATCH] qsv: update to 0.119.0 icp1994
  2023-12-01 19:38 ` [PR PATCH] [Updated] " icp1994
@ 2023-12-01 21:35 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-12-01 21:35 UTC (permalink / raw)
  To: ml

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

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

qsv: update to 0.119.0.
https://github.com/void-linux/void-packages/pull/47522

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

end of thread, other threads:[~2023-12-01 21:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01 19:25 [PR PATCH] qsv: update to 0.119.0 icp1994
2023-12-01 19:38 ` [PR PATCH] [Updated] " icp1994
2023-12-01 21:35 ` [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).