Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtractor: update to 0.9.30
@ 2023-01-02 13:43 mvf
  2023-01-10 22:44 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: mvf @ 2023-01-02 13:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mvf/void-packages pr/qtractor
https://github.com/void-linux/void-packages/pull/41408

qtractor: update to 0.9.30
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41408.patch is attached

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

From 0576d0834213ac31a5a13f7d7c584f29e98d470c Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Mon, 2 Jan 2023 14:16:09 +0100
Subject: [PATCH] qtractor: update to 0.9.30

---
 srcpkgs/qtractor/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template
index ec5193e9f033..7489814b0500 100644
--- a/srcpkgs/qtractor/template
+++ b/srcpkgs/qtractor/template
@@ -1,9 +1,9 @@
 # Template file for 'qtractor'
 pkgname=qtractor
-version=0.9.29
+version=0.9.30
 revision=1
-_clap_tag=1.1.1
-_vst3sdk_tag=3.7.6_build_18
+_clap_tag=1.1.4
+_vst3sdk_tag=3.7.7_build_19
 create_wrksrc=yes
 build_wrksrc="qtractor"
 build_style=cmake
@@ -24,12 +24,12 @@ distfiles="https://github.com/rncbc/qtractor/archive/qtractor_${version//./_}.ta
  https://github.com/steinbergmedia/vst3_base/archive/v$_vst3sdk_tag.tar.gz>vst3_base-v${_vst3sdk_tag}.tar.gz
  https://github.com/steinbergmedia/vst3_pluginterfaces/archive/v$_vst3sdk_tag.tar.gz>vst3_pluginterfaces-v${_vst3sdk_tag}.tar.gz
  https://github.com/steinbergmedia/vst3_public_sdk/archive/v$_vst3sdk_tag.tar.gz>vst3_public_sdk-v${_vst3sdk_tag}.tar.gz"
-checksum="107aafa1d2353354038b74d0246e0b80f722779b56b753023958b27a843be055
- eef67a38df6c20fd4cb79698772d35d30aefc2e1a8d5275a5169f58cd530333e
- 3432b5ec94a5c87122ae30981e3df1863d1074daa83e493483af3fd33767ab6f
- 124b70a3ac33d5a8346fee171e7d21a8a8f84280afc47ed9c4738ed4a2c44cd4
- eba627bbbc5e862e73fb90ddc5503b6a98874074d12f68623924078506a7fdbe
- 3ac4756ad6993fc9e1a4967cdf132207d98e7132277e37e0de2a199b66b283aa"
+checksum="04dd9772217da1ace95ea2a7f29040029337f16e2f79dbcca4845d783c18ac64
+ ef135539af20e4b4ade8eadb1f122556a675bce8db660d55d58fd3a3c8b44d99
+ 3dd04a170659cfdfc4bdf5fc83e91577b66d1a72042b74b35bc225393511c938
+ 3eee23a453b76ba5d6c609891f4557d6b4d8988d0c2a157171b4fc817ecb8d17
+ b092b521a278fe385a7e0b206c5dd9e0198a3e49e9db0083c14c182a1c04556c
+ 5bcae9462cc86100f41ae9a3ed62bd0be0b40b9bda246ed11d5caa168d39452f"
 
 post_extract() {
 	cd $wrksrc

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

* Re: [PR PATCH] [Merged]: qtractor: update to 0.9.30
  2023-01-02 13:43 [PR PATCH] qtractor: update to 0.9.30 mvf
@ 2023-01-10 22:44 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2023-01-10 22:44 UTC (permalink / raw)
  To: ml

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

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

qtractor: update to 0.9.30
https://github.com/void-linux/void-packages/pull/41408

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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:[~2023-01-10 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02 13:43 [PR PATCH] qtractor: update to 0.9.30 mvf
2023-01-10 22:44 ` [PR PATCH] [Merged]: " Piraty

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