Bug 277342 - audio/ardour: Update to 8.4.0 release.
Summary: audio/ardour: Update to 8.4.0 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: Muhammad Moinur Rahman
URL: https://ardour.org/whatsnew.html
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-27 01:47 UTC by Florian Walpen
Modified: 2024-03-02 14:11 UTC (History)
2 users (show)

See Also:


Attachments
Update Ardour to 8.4.0 release. (8.04 KB, patch)
2024-02-27 01:47 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 Florian Walpen 2024-02-27 01:47:47 UTC
Created attachment 248772 [details]
Update Ardour to 8.4.0 release.

Update Ardour to 8.4.0 release. This patch goes from 8.1.0 directly to 8.4.0, update to 8.2.0 didn't get any further attention by committers (bug #275875), and 8.3.0 was skipped by the Ardour developers.

Briefly tested on 14.0-RELEASE amd64.
Comment 1 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2024-03-02 11:36:44 UTC
When providing git formatted patch do not create the patch first. Create the PR with the synopsis.

Add the following in the commit message:
PR: <THE PR NUMBER>
Approved By: Submitter is maintainer

Then attach the patch. A common misconception is you have to attach a patch while creating the PR which is not true at all. Not required for this one.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-02 13:54:49 UTC
A commit in branch main references this bug:

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

commit be5cb37f21e9d9bbee75411e8e773d8724f2bb18
Author:     Florian Walpen <dev@submerge.ch>
AuthorDate: 2023-12-14 16:37:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-02 13:53:14 +0000

    audio/ardour: Update version 8.1.0=>8.4.0

    Changelog: https://ardour.org/whatsnew.html

    PR:             277342
    Approved by:    submitter is maintainer

 audio/ardour/Makefile                                    | 12 +++++++-----
 audio/ardour/distinfo                                    |  6 +++---
 audio/ardour/files/patch-libs_aaf_AAFIAudioFiles.c (new) | 12 ++++++++++++
 audio/ardour/files/patch-libs_aaf_aaf_LibCFB.h (new)     | 11 +++++++++++
 audio/ardour/pkg-plist                                   | 15 +++++++++++++++
 5 files changed, 48 insertions(+), 8 deletions(-)
Comment 3 Florian Walpen 2024-03-02 14:11:28 UTC
(In reply to Muhammad Moinur Rahman from comment #1)

> When providing git formatted patch do not create the patch first.
> Create the PR with the synopsis.
> 
> Add the following in the commit message:
> PR: <THE PR NUMBER>
> Approved By: Submitter is maintainer

Good point. Thanks for the commit!