head 1.2; access; symbols pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2025.01.31.17.15.11; author wiz; state dead; branches; next 1.1; commitid 31b1dYBb13zV1FHF; 1.1 date 2024.03.18.15.36.15; author ryoon; state Exp; branches; next ; commitid qIY6l2HmKcSJJE2F; desc @@ 1.2 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-session__utils_wscript,v 1.1 2024/03/18 15:36:15 ryoon Exp $ From archlinux. --- session_utils/wscript.orig 2024-02-04 01:43:23.013560548 +0000 +++ session_utils/wscript @@@@ -45,10 +45,7 @@@@ def build_ardour_util(bld, util): obj.uselib += ' FFTW3F LO TAGLIB LILV RUBBERBAND AUBIO LRDF ARCHIVE VAMPSDK VAMPHOSTSDK' if util == "new_aaf_session": - if bld.is_defined('USE_EXTERNAL_LIBS'): - obj.uselib += ' LIBAAF' - else: - obj.use.extend (['libaaf']) + obj.use.extend (['libaaf']) if bld.is_defined('HAVE_SUIL'): obj.uselib += ' SUIL' @ 1.1 log @audio/ardour: Update to 8.2.0 Changelog: Too large changes including new feature and bugfixes. @ text @d1 1 a1 1 $NetBSD$ @