Bug 278327 - audio/ardour: Update to 8.5 release
Summary: audio/ardour: Update to 8.5 release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://ardour.org/whatsnew.html
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2024-04-12 10:20 UTC by kunda
Modified: 2024-04-23 19:21 UTC (History)
2 users (show)

See Also:
dev: maintainer-feedback+


Attachments
Update Ardour to 8.5.0 release. (4.05 KB, patch)
2024-04-12 18:53 UTC, Florian Walpen
no flags Details | Diff
Update Ardour to 8.6.0 release. (4.05 KB, patch)
2024-04-17 12:46 UTC, Florian Walpen
dev: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kunda 2024-04-12 10:20:33 UTC
Changelog: https://ardour.org/whatsnew.html
Comment 1 Florian Walpen 2024-04-12 18:53:15 UTC
Created attachment 249937 [details]
Update Ardour to 8.5.0 release.

Hi Kunda, could you try this patch for an update to Ardour 8.5.0? Apply with `git am` to the ports tree. Test builds went fine for me, but I didn't have time to run the application yet. Probably this weekend.
Comment 2 Florian Walpen 2024-04-13 15:51:31 UTC
Hold on, there's a hotfix release 8.6 out:
https://ardour.org/whatsnew.html

I'll have a look at it tomorrow.
Comment 3 Florian Walpen 2024-04-17 12:46:09 UTC
Created attachment 250023 [details]
Update Ardour to 8.6.0 release.

Sorry for the delay, was busy organizing an event. This is the update to the 8.6.0 hotfix release, could you test this?

I ran it on 14.0-RELEASE amd64 yesterday on the train and found no regressions. I'll test the VST3 option today. If all goes well this should be ready for a commit.
Comment 4 Florian Walpen 2024-04-20 23:52:12 UTC
Comment on attachment 250023 [details]
Update Ardour to 8.6.0 release.

Did a test drive with the VST3 option too, no regressions found.
This patch should be ready to hit the ports tree - apply with "git am".
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-04-23 19:18:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=edfde42f517aa7e9f9f8f5d325455937748f5c28

commit edfde42f517aa7e9f9f8f5d325455937748f5c28
Author:     Florian Walpen <dev@submerge.ch>
AuthorDate: 2024-04-12 13:25:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-23 19:17:20 +0000

    audio/ardour: Update to 8.6.0 release.

    ChangeLog:      https://ardour.org/whatsnew.html
    PR:             278327

 audio/ardour/Makefile                              |  5 ++---
 audio/ardour/distinfo                              |  6 ++---
 .../files/patch-libs_aaf_aaf_LibCFB.h (gone)       | 11 ---------
 ...aaf_AAFIAudioFiles.c => patch-libs_aaf_utils.c} |  6 ++---
 .../files/patch-libs_ardour_session.cc (gone)      | 26 ----------------------
 5 files changed, 8 insertions(+), 46 deletions(-)
Comment 6 Nuno Teixeira freebsd_committer freebsd_triage 2024-04-23 19:21:11 UTC
Committed, thanks!