Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ardour: update to 6.7.
Date: Sun, 13 Jun 2021 15:52:48 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31450@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2021-06-13 13:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-13 13:52 tibequadorian [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31450@inbox.vuxu.org \
    --to=tibequadorian@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).