From 75b0e24cf51c01a60b1e04fd4db111fe1dffb5c1 Mon Sep 17 00:00:00 2001 From: tibequadorian 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"