Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtractor: update to 0.9.39
@ 2024-02-27  7:02 mvf
  2024-03-02 16:11 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mvf @ 2024-02-27  7:02 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/48966

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

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

From c05bd934f30a3260bf3eeb3befd08656da2f48a6 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Mon, 26 Feb 2024 08:07:01 +0100
Subject: [PATCH] qtractor: update to 0.9.39

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

diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template
index 642c6708802b22..2de6dcd027a608 100644
--- a/srcpkgs/qtractor/template
+++ b/srcpkgs/qtractor/template
@@ -1,9 +1,9 @@
 # Template file for 'qtractor'
 pkgname=qtractor
-version=0.9.35
+version=0.9.39
 revision=1
-_clap_tag=1.1.8
-_vst3sdk_tag=3.7.8_build_34
+_clap_tag=1.2.0
+_vst3sdk_tag=3.7.10_build_14
 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="71ab5225eda54c02707be735e7cf3f0537a1ddc361b244ef90f222381a85028f
- 6f281ef55c4cf6129cf5b1746f373a4ba3e4078c1f406202d2e34ddeae86e37a
- a27e6acc86f2761e554e2f2f8256b248345b145de02771e2f6c6fe6b24c187d8
- bd4e24f143d739d5e9e69398ed07c9961eb561cefad69486eb3453fb31bca58b
- 7509e85caf02d6567384adb84ee7b05bdea5283f52cb232e504ac44091aeb42d
- 0392a24cc3665365d3a1f448e8f1c79d5375645acf88be73598cae673afcc1fc"
+checksum="7dbfb70988eccd9d28d3edcde752b68d2402a8513e7b8118b9353f3d2b7593f6
+ 7abd3468e73aa5941d73e7bd486881923b00f9940ce7a957d690def3733ac3ee
+ 2ecf1dfad6a0b4ca23861ac2928e9fd919558236ae2d1ea1d9b51032a8d5b1fd
+ 1f0fea72d33d03c5256772414ae400ab42e236240e5cadb3e8e909e071d5949d
+ 71cf1f5f51d356b4f874f1804ff55255b391631d5fbec1c2c27579530da9e1a4
+ af58e6ee7d102ec74829aacac367cdd2b8bd541511305632e02fac9cfa7cb6c8"
 
 post_extract() {
 	cd $wrksrc

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

* Re: [PR PATCH] [Merged]: qtractor: update to 0.9.39
  2024-02-27  7:02 [PR PATCH] qtractor: update to 0.9.39 mvf
@ 2024-03-02 16:11 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-03-02 16:11 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.39
https://github.com/void-linux/void-packages/pull/48966

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:[~2024-03-02 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27  7:02 [PR PATCH] qtractor: update to 0.9.39 mvf
2024-03-02 16:11 ` [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).