Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtractor: update to 1.0.0
@ 2024-06-22  9:53 mvf
  2024-06-25  1:51 ` sgn
  2024-06-25 12:40 ` [PR PATCH] [Updated] " mvf
  0 siblings, 2 replies; 3+ messages in thread
From: mvf @ 2024-06-22  9:53 UTC (permalink / raw)
  To: ml

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

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

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

From 2f620909458f0cd81f7c47da5340f6184645c110 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sat, 22 Jun 2024 10:40:33 +0200
Subject: [PATCH] qtractor: update to 1.0.0

---
 srcpkgs/qtractor/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template
index 9b22f894e5f5ae..9a8466518066ad 100644
--- a/srcpkgs/qtractor/template
+++ b/srcpkgs/qtractor/template
@@ -1,6 +1,6 @@
 # Template file for 'qtractor'
 pkgname=qtractor
-version=0.9.91
+version=1.0.0
 revision=1
 _clap_tag=1.2.1
 _vst3sdk_tag=3.7.11_build_10
@@ -18,13 +18,13 @@ maintainer="Matthias von Faber <mvf@gmx.eu>"
 license="GPL-3.0-only, BSD-3-Clause"
 homepage="https://qtractor.org"
 changelog="https://raw.githubusercontent.com/rncbc/qtractor/master/ChangeLog"
-distfiles="https://github.com/rncbc/qtractor/archive/qtractor_${version//./_}.tar.gz
- https://github.com/free-audio/clap/archive/refs/tags/$_clap_tag.tar.gz
- https://github.com/steinbergmedia/vst3sdk/archive/v$_vst3sdk_tag.tar.gz>vst3sdk-v${_vst3sdk_tag}.tar.gz
- 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="66647b54314c851fd2e1859e3d5c77929c167c587ddb6f461a0f3279ff7ea757
+distfiles="https://github.com/rncbc/qtractor/archive/refs/tags/v${version}.tar.gz
+ https://github.com/free-audio/clap/archive/refs/tags/${_clap_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3sdk/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3sdk-v${_vst3sdk_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3_base/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3_base-v${_vst3sdk_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3_pluginterfaces/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3_pluginterfaces-v${_vst3sdk_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3_public_sdk/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3_public_sdk-v${_vst3sdk_tag}.tar.gz"
+checksum="ad2ac1dd3bfe7dfe155ed7d8eb66a5f4e400f4b7cce41034adbe1b4ec175515d
  04fc5a94d0966e9ab9d9e78590250e692da49a716e2c9cc719ba75b45bff9c25
  80cb5869f8a7fa6195ed232eb5371e6201d9e1163357302f701af84741398800
  d0a2b2f881271dc66bc5149dcc7235039481faebc6f1d4f31ff944fef0b14e0f

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

* Re: qtractor: update to 1.0.0
  2024-06-22  9:53 [PR PATCH] qtractor: update to 1.0.0 mvf
@ 2024-06-25  1:51 ` sgn
  2024-06-25 12:40 ` [PR PATCH] [Updated] " mvf
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2024-06-25  1:51 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/50930#issuecomment-2187775695

Comment:
plz rebase

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

* Re: [PR PATCH] [Updated] qtractor: update to 1.0.0
  2024-06-22  9:53 [PR PATCH] qtractor: update to 1.0.0 mvf
  2024-06-25  1:51 ` sgn
@ 2024-06-25 12:40 ` mvf
  1 sibling, 0 replies; 3+ messages in thread
From: mvf @ 2024-06-25 12:40 UTC (permalink / raw)
  To: ml

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

There is an updated 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/50930

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

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

From 9531d7ff6baa8d4455061e743c2b55ae0c908932 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sat, 22 Jun 2024 10:40:33 +0200
Subject: [PATCH] qtractor: update to 1.0.0

---
 srcpkgs/qtractor/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template
index 9b22f894e5f5ae..9a8466518066ad 100644
--- a/srcpkgs/qtractor/template
+++ b/srcpkgs/qtractor/template
@@ -1,6 +1,6 @@
 # Template file for 'qtractor'
 pkgname=qtractor
-version=0.9.91
+version=1.0.0
 revision=1
 _clap_tag=1.2.1
 _vst3sdk_tag=3.7.11_build_10
@@ -18,13 +18,13 @@ maintainer="Matthias von Faber <mvf@gmx.eu>"
 license="GPL-3.0-only, BSD-3-Clause"
 homepage="https://qtractor.org"
 changelog="https://raw.githubusercontent.com/rncbc/qtractor/master/ChangeLog"
-distfiles="https://github.com/rncbc/qtractor/archive/qtractor_${version//./_}.tar.gz
- https://github.com/free-audio/clap/archive/refs/tags/$_clap_tag.tar.gz
- https://github.com/steinbergmedia/vst3sdk/archive/v$_vst3sdk_tag.tar.gz>vst3sdk-v${_vst3sdk_tag}.tar.gz
- 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="66647b54314c851fd2e1859e3d5c77929c167c587ddb6f461a0f3279ff7ea757
+distfiles="https://github.com/rncbc/qtractor/archive/refs/tags/v${version}.tar.gz
+ https://github.com/free-audio/clap/archive/refs/tags/${_clap_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3sdk/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3sdk-v${_vst3sdk_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3_base/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3_base-v${_vst3sdk_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3_pluginterfaces/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3_pluginterfaces-v${_vst3sdk_tag}.tar.gz
+ https://github.com/steinbergmedia/vst3_public_sdk/archive/refs/tags/v${_vst3sdk_tag}.tar.gz>vst3_public_sdk-v${_vst3sdk_tag}.tar.gz"
+checksum="ad2ac1dd3bfe7dfe155ed7d8eb66a5f4e400f4b7cce41034adbe1b4ec175515d
  04fc5a94d0966e9ab9d9e78590250e692da49a716e2c9cc719ba75b45bff9c25
  80cb5869f8a7fa6195ed232eb5371e6201d9e1163357302f701af84741398800
  d0a2b2f881271dc66bc5149dcc7235039481faebc6f1d4f31ff944fef0b14e0f

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

end of thread, other threads:[~2024-06-25 12:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-22  9:53 [PR PATCH] qtractor: update to 1.0.0 mvf
2024-06-25  1:51 ` sgn
2024-06-25 12:40 ` [PR PATCH] [Updated] " mvf

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