head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.10 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.8 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.6 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.4 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.2 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.2.0.8 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.6 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.4 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.2 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.1.0.20 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.18 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.16 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.14 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.12 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.10 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.8 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.6 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.4 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.2 pkgsrc-2021Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2025.01.31.17.15.11; author wiz; state Exp; branches; next 1.2; commitid 31b1dYBb13zV1FHF; 1.2 date 2024.03.18.15.36.15; author ryoon; state Exp; branches; next 1.1; commitid qIY6l2HmKcSJJE2F; 1.1 date 2021.09.11.16.33.11; author nia; state Exp; branches; next ; commitid ewPLKDO45LemAy8D; desc @@ 1.3 log @ardour: update to 8.10.0. Fixes build. Ardour 8.10 is now available for Linux, Windows and macOS. As with the last several releases, 8.9 turned out to have at least a couple of new major issues that required a hot-fix. We believe that we have corrected issues with performance caused by scheduling of disk input/output threads (these problems tended to be system dependent, but were very real on systems where they occured). Importing SMF (MIDI) via drag-n-drop now uses the file name once again. Content-slipping a region correctly causes an update of the playback buffers so you can hear the result as expected. In addition to those hot-fixes, 8.10 sees small updates to all our non-default color themes, a new MIDI binding map for the M-Audio Axiom 49 MkII and a new Lua script to duplicate regions on the grid. @ text @$NetBSD: patch-libs_qm-dsp_wscript,v 1.2 2024/03/18 15:36:15 ryoon Exp $ Use internal copy of qm-dsp. From Arch Linux. --- libs/qm-dsp/wscript.orig 2024-02-04 01:47:23.964028392 +0000 +++ libs/qm-dsp/wscript @@@@ -14,6 +14,7 @@@@ def options(opt): pass def configure(conf): + return if conf.is_defined('USE_EXTERNAL_LIBS'): conf.check_cxx(header_name="base/Pitch.h", mandatory=True, msg="Checking for qm-dsp headers") conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True) @@@@ -48,9 +49,6 @@@@ def configure(conf): ) def build(bld): - if bld.is_defined('USE_EXTERNAL_LIBS'): - return - # Host Library obj = bld(features = 'c cxx cxxstlib') obj.source = ''' @ 1.2 log @audio/ardour: Update to 8.2.0 Changelog: Too large changes including new feature and bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-libs_qm-dsp_wscript,v 1.1 2021/09/11 16:33:11 nia Exp $ d3 1 a3 2 - Use internal copy of qm-dsp. From Arch Linux. - Install config files to examples, per pkgsrc policy @ 1.1 log @ardour: update to 6.9.0. builds again with latest GTK libraries... @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- libs/qm-dsp/wscript.orig 2021-08-13 16:20:07.000000000 +0000 d8 2 a9 2 @@@@ -23,17 +23,10 @@@@ def options(opt): autowaf.set_options(opt) d12 6 a17 8 - if conf.is_defined('USE_EXTERNAL_LIBS'): - conf.check_cxx(header_name="base/Pitch.h", mandatory=True) - conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True) - else: - conf.load('compiler_cxx') - autowaf.configure(conf) + conf.load('compiler_cxx') + autowaf.configure(conf) @