Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ardour: update to 6.7.
@ 2021-06-13 13:52 tibequadorian
  2021-06-14  3:15 ` [PR REVIEW] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tibequadorian @ 2021-06-13 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages ardour
https://github.com/void-linux/void-packages/pull/31450

ardour: update to 6.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

@Chocimier @sgn maybe you should look at that `6.0-fix-runtime.patch` because they changed the values...

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31450.patch is attached

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

From 75b0e24cf51c01a60b1e04fd4db111fe1dffb5c1 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 6 Jun 2021 14:15:09 +0200
Subject: [PATCH] ardour: update to 6.7.

---
 srcpkgs/ardour/patches/6.0-fix-build.patch   | 2 +-
 srcpkgs/ardour/patches/6.0-fix-runtime.patch | 6 +++---
 srcpkgs/ardour/template                      | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/ardour/patches/6.0-fix-build.patch b/srcpkgs/ardour/patches/6.0-fix-build.patch
index c3294bc07e9f..8228287d253d 100644
--- a/srcpkgs/ardour/patches/6.0-fix-build.patch
+++ b/srcpkgs/ardour/patches/6.0-fix-build.patch
@@ -2,7 +2,7 @@ diff --git libs/ardour/wscript libs/ardour/wscript
 index 49cea6a..a7f8e84 100644
 --- libs/ardour/wscript
 +++ libs/ardour/wscript
-@@ -379,7 +379,7 @@ def build(bld):
+@@ -384,7 +384,7 @@ def build(bld):
  
      # remove '${DEFINES_ST:DEFINES}' from run_str.
      # x86_64-w64-mingw32-as (mingw) -D flag is for debug messages
diff --git a/srcpkgs/ardour/patches/6.0-fix-runtime.patch b/srcpkgs/ardour/patches/6.0-fix-runtime.patch
index debae965a95c..97b636a7663d 100644
--- a/srcpkgs/ardour/patches/6.0-fix-runtime.patch
+++ b/srcpkgs/ardour/patches/6.0-fix-runtime.patch
@@ -1,9 +1,9 @@
 --- libs/pbd/pbd/pthread_utils.h.orig	2020-09-18 22:30:18.353441907 +0700
 +++ libs/pbd/pbd/pthread_utils.h	2020-09-18 22:37:07.059363532 +0700
-@@ -54,7 +54,7 @@
- # define PBD_RT_STACKSIZE_PROC 0x20000 // 128kB
- #endif
+@@ -49,7 +49,7 @@
+ #include "pbd/signals.h"
  
+ #define PBD_RT_STACKSIZE_PROC 0x80000 // 512kB
 -#define PBD_RT_STACKSIZE_HELP 0x08000 // 32kB
 +#define PBD_RT_STACKSIZE_HELP PBD_RT_STACKSIZE_PROC // 32kB
  
diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index b4870e26190c..ae133e67b141 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -1,8 +1,8 @@
 # Template file for 'ardour'
 pkgname=ardour
-version=6.6
-revision=2
-_commit="e4e21f4d073ab00b1a0bb6ff6ca49f28b02fd68a"
+version=6.7
+revision=1
+_commit="6733a847eeb55b4640a65a8bfebac8c7166521c8"
 build_style=waf3
 configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
  --libjack=weak --optimize --docs --use-external-libs --freedesktop"

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

* Re: [PR REVIEW] ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
@ 2021-06-14  3:15 ` ericonr
  2021-06-14  9:55 ` tibequadorian
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-06-14  3:15 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31450#discussion_r650628216

Comment:
Maybe you should fix the comment to be 512kB, I think?

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

* Re: [PR REVIEW] ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
  2021-06-14  3:15 ` [PR REVIEW] " ericonr
@ 2021-06-14  9:55 ` tibequadorian
  2021-06-14  9:58 ` tibequadorian
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-06-14  9:55 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/31450#discussion_r650807523

Comment:
thats the thing... `PBD_RT_STACKSIZE_PROC` was 128kB before thus `PBD_RT_STACKSIZE_HELP` was too but now they've increased the former to 512kB and I'm not sure what the latter should be

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

* Re: [PR REVIEW] ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
  2021-06-14  3:15 ` [PR REVIEW] " ericonr
  2021-06-14  9:55 ` tibequadorian
@ 2021-06-14  9:58 ` tibequadorian
  2021-06-14 10:02 ` tibequadorian
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-06-14  9:58 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/31450#discussion_r650807523

Comment:
thats the thing... `PBD_RT_STACKSIZE_PROC` was 128kB before thus `PBD_RT_STACKSIZE_HELP` was too but now they've increased the former to 512kB and I'm not sure what the latter should be. 128kB or 512kB?

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

* Re: [PR REVIEW] ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
                   ` (2 preceding siblings ...)
  2021-06-14  9:58 ` tibequadorian
@ 2021-06-14 10:02 ` tibequadorian
  2021-06-14 10:02 ` tibequadorian
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-06-14 10:02 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/31450#discussion_r650807523

Comment:
thats the thing... `PBD_RT_STACKSIZE_PROC` was 128kB before thus `PBD_RT_STACKSIZE_HELP` was too but now they've increased the former to 512kB and I'm not sure what the latter should be. 128kB or 512kB?

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

* Re: [PR REVIEW] ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
                   ` (3 preceding siblings ...)
  2021-06-14 10:02 ` tibequadorian
@ 2021-06-14 10:02 ` tibequadorian
  2021-06-14 10:02 ` tibequadorian
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-06-14 10:02 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/31450#discussion_r650812534

Comment:
oh you mean the comment yeah right

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

* Re: [PR REVIEW] ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
                   ` (4 preceding siblings ...)
  2021-06-14 10:02 ` tibequadorian
@ 2021-06-14 10:02 ` tibequadorian
  2021-06-14 10:03 ` [PR PATCH] [Updated] " tibequadorian
  2021-06-17  2:32 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-06-14 10:02 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/31450#discussion_r650812534

Comment:
oh you mean the comment yeah right

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

* Re: [PR PATCH] [Updated] ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
                   ` (5 preceding siblings ...)
  2021-06-14 10:02 ` tibequadorian
@ 2021-06-14 10:03 ` tibequadorian
  2021-06-17  2:32 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-06-14 10:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages ardour
https://github.com/void-linux/void-packages/pull/31450

ardour: update to 6.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

@Chocimier @sgn maybe you should look at that `6.0-fix-runtime.patch` because they changed the values...

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31450.patch is attached

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

From c2a8f49f4d87e0ed42e63e7dc8979545d414e0f8 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 6 Jun 2021 14:15:09 +0200
Subject: [PATCH] ardour: update to 6.7.

---
 srcpkgs/ardour/patches/6.0-fix-build.patch   | 2 +-
 srcpkgs/ardour/patches/6.0-fix-runtime.patch | 8 ++++----
 srcpkgs/ardour/template                      | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/ardour/patches/6.0-fix-build.patch b/srcpkgs/ardour/patches/6.0-fix-build.patch
index c3294bc07e9f..8228287d253d 100644
--- a/srcpkgs/ardour/patches/6.0-fix-build.patch
+++ b/srcpkgs/ardour/patches/6.0-fix-build.patch
@@ -2,7 +2,7 @@ diff --git libs/ardour/wscript libs/ardour/wscript
 index 49cea6a..a7f8e84 100644
 --- libs/ardour/wscript
 +++ libs/ardour/wscript
-@@ -379,7 +379,7 @@ def build(bld):
+@@ -384,7 +384,7 @@ def build(bld):
  
      # remove '${DEFINES_ST:DEFINES}' from run_str.
      # x86_64-w64-mingw32-as (mingw) -D flag is for debug messages
diff --git a/srcpkgs/ardour/patches/6.0-fix-runtime.patch b/srcpkgs/ardour/patches/6.0-fix-runtime.patch
index debae965a95c..1f438ca84e7e 100644
--- a/srcpkgs/ardour/patches/6.0-fix-runtime.patch
+++ b/srcpkgs/ardour/patches/6.0-fix-runtime.patch
@@ -1,11 +1,11 @@
 --- libs/pbd/pbd/pthread_utils.h.orig	2020-09-18 22:30:18.353441907 +0700
 +++ libs/pbd/pbd/pthread_utils.h	2020-09-18 22:37:07.059363532 +0700
-@@ -54,7 +54,7 @@
- # define PBD_RT_STACKSIZE_PROC 0x20000 // 128kB
- #endif
+@@ -49,7 +49,7 @@
+ #include "pbd/signals.h"
  
+ #define PBD_RT_STACKSIZE_PROC 0x80000 // 512kB
 -#define PBD_RT_STACKSIZE_HELP 0x08000 // 32kB
-+#define PBD_RT_STACKSIZE_HELP PBD_RT_STACKSIZE_PROC // 32kB
++#define PBD_RT_STACKSIZE_HELP PBD_RT_STACKSIZE_PROC // 512kB
  
  /* these are relative to sched_get_priority_max()
   * see pbd_absolute_rt_priority()
diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index b4870e26190c..ae133e67b141 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -1,8 +1,8 @@
 # Template file for 'ardour'
 pkgname=ardour
-version=6.6
-revision=2
-_commit="e4e21f4d073ab00b1a0bb6ff6ca49f28b02fd68a"
+version=6.7
+revision=1
+_commit="6733a847eeb55b4640a65a8bfebac8c7166521c8"
 build_style=waf3
 configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
  --libjack=weak --optimize --docs --use-external-libs --freedesktop"

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

* Re: [PR PATCH] [Merged]: ardour: update to 6.7.
  2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
                   ` (6 preceding siblings ...)
  2021-06-14 10:03 ` [PR PATCH] [Updated] " tibequadorian
@ 2021-06-17  2:32 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-06-17  2:32 UTC (permalink / raw)
  To: ml

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

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

ardour: update to 6.7.
https://github.com/void-linux/void-packages/pull/31450

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

@Chocimier @sgn maybe you should look at that `6.0-fix-runtime.patch` because they changed the values...

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 9+ messages in thread

end of thread, other threads:[~2021-06-17  2:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 13:52 [PR PATCH] ardour: update to 6.7 tibequadorian
2021-06-14  3:15 ` [PR REVIEW] " ericonr
2021-06-14  9:55 ` tibequadorian
2021-06-14  9:58 ` tibequadorian
2021-06-14 10:02 ` tibequadorian
2021-06-14 10:02 ` tibequadorian
2021-06-14 10:02 ` tibequadorian
2021-06-14 10:03 ` [PR PATCH] [Updated] " tibequadorian
2021-06-17  2:32 ` [PR PATCH] [Merged]: " ericonr

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