Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtractor: update to 0.9.34
@ 2023-06-08 12:22 mvf
  2023-06-08 22:37 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mvf @ 2023-06-08 12:22 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/44314

qtractor: update to 0.9.34
<!-- 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/44314.patch is attached

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

From 6b174cb9dbec5dcf2e5da967e1178d903db29d86 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Thu, 8 Jun 2023 13:45:31 +0200
Subject: [PATCH] qtractor: update to 0.9.34

---
 srcpkgs/qtractor/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template
index ce3471a68476..ea744367cef3 100644
--- a/srcpkgs/qtractor/template
+++ b/srcpkgs/qtractor/template
@@ -1,9 +1,9 @@
 # Template file for 'qtractor'
 pkgname=qtractor
-version=0.9.33
+version=0.9.34
 revision=1
 _clap_tag=1.1.8
-_vst3sdk_tag=3.7.7_build_19
+_vst3sdk_tag=3.7.8_build_34
 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="25c526941d4c90a00df1ce0f61fba478278b707b94c25640b0d392e2ef76028d
+checksum="6f10c6bfe2328068ecdd60f4e49463bd82aaa5c19d118dc43df6a0a051287deb
  6f281ef55c4cf6129cf5b1746f373a4ba3e4078c1f406202d2e34ddeae86e37a
- 3dd04a170659cfdfc4bdf5fc83e91577b66d1a72042b74b35bc225393511c938
- 3eee23a453b76ba5d6c609891f4557d6b4d8988d0c2a157171b4fc817ecb8d17
- b092b521a278fe385a7e0b206c5dd9e0198a3e49e9db0083c14c182a1c04556c
- 5bcae9462cc86100f41ae9a3ed62bd0be0b40b9bda246ed11d5caa168d39452f"
+ a27e6acc86f2761e554e2f2f8256b248345b145de02771e2f6c6fe6b24c187d8
+ bd4e24f143d739d5e9e69398ed07c9961eb561cefad69486eb3453fb31bca58b
+ 7509e85caf02d6567384adb84ee7b05bdea5283f52cb232e504ac44091aeb42d
+ 0392a24cc3665365d3a1f448e8f1c79d5375645acf88be73598cae673afcc1fc"
 
 post_extract() {
 	cd $wrksrc

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

* Re: [PR PATCH] [Merged]: qtractor: update to 0.9.34
  2023-06-08 12:22 [PR PATCH] qtractor: update to 0.9.34 mvf
@ 2023-06-08 22:37 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-06-08 22:37 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.34
https://github.com/void-linux/void-packages/pull/44314

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-06-08 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 12:22 [PR PATCH] qtractor: update to 0.9.34 mvf
2023-06-08 22:37 ` [PR PATCH] [Merged]: " classabbyamp

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