Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtractor: update to 0.9.91
@ 2024-05-14 15:37 mvf
  2024-06-13 23:28 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: mvf @ 2024-05-14 15:37 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/50336

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

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

From 545510558680184b563b2987b80f11cead1527ec Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Mon, 13 May 2024 07:29:38 +0200
Subject: [PATCH] qtractor: update to 0.9.91

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

diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template
index e19849d5c10600..9b22f894e5f5ae 100644
--- a/srcpkgs/qtractor/template
+++ b/srcpkgs/qtractor/template
@@ -1,9 +1,9 @@
 # Template file for 'qtractor'
 pkgname=qtractor
-version=0.9.90
+version=0.9.91
 revision=1
-_clap_tag=1.2.0
-_vst3sdk_tag=3.7.10_build_14
+_clap_tag=1.2.1
+_vst3sdk_tag=3.7.11_build_10
 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="ce4941baf3b39ba7dc807d23c4dd97c18d3de000ed5b9f4f8dfbee183866052e
- 7abd3468e73aa5941d73e7bd486881923b00f9940ce7a957d690def3733ac3ee
- 2ecf1dfad6a0b4ca23861ac2928e9fd919558236ae2d1ea1d9b51032a8d5b1fd
- 1f0fea72d33d03c5256772414ae400ab42e236240e5cadb3e8e909e071d5949d
- 71cf1f5f51d356b4f874f1804ff55255b391631d5fbec1c2c27579530da9e1a4
- af58e6ee7d102ec74829aacac367cdd2b8bd541511305632e02fac9cfa7cb6c8"
+checksum="66647b54314c851fd2e1859e3d5c77929c167c587ddb6f461a0f3279ff7ea757
+ 04fc5a94d0966e9ab9d9e78590250e692da49a716e2c9cc719ba75b45bff9c25
+ 80cb5869f8a7fa6195ed232eb5371e6201d9e1163357302f701af84741398800
+ d0a2b2f881271dc66bc5149dcc7235039481faebc6f1d4f31ff944fef0b14e0f
+ 5b1762301d3836b86eb15bbd7d4d556c0c03b5ef87341c78f2093abadd471184
+ fbfb0baa6ca9080600733d0ab752a11da9e8cbeb4eec4b34ce73d95d56469c3d"
 
 post_extract() {
 	cd $wrksrc

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

* Re: [PR PATCH] [Closed]: qtractor: update to 0.9.91
  2024-05-14 15:37 [PR PATCH] qtractor: update to 0.9.91 mvf
@ 2024-06-13 23:28 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2024-06-13 23:28 UTC (permalink / raw)
  To: ml

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

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

qtractor: update to 0.9.91
https://github.com/void-linux/void-packages/pull/50336

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-06-13 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-14 15:37 [PR PATCH] qtractor: update to 0.9.91 mvf
2024-06-13 23:28 ` [PR PATCH] [Closed]: " 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).