Bug 266874 - audio/audacity: Upgrade audacity to 3.2.1
Summary: audio/audacity: Upgrade audacity to 3.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://github.com/audacity/audacity/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-07 00:28 UTC by Jack
Modified: 2022-10-09 12:00 UTC (History)
3 users (show)

See Also:


Attachments
Patch to upgrade audacity to 3.2.1 (106.68 KB, patch)
2022-10-07 00:28 UTC, Jack
xxjack12xx: maintainer-approval+
Details | Diff
Upgrade to audacity 3.2.1 (105.18 KB, patch)
2022-10-07 06:36 UTC, Jack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2022-10-07 00:28:36 UTC
Created attachment 237130 [details]
Patch to upgrade audacity to 3.2.1

Updated cmake flags to current.
Fixes crash on startup on some systems.
vst3 support still broken and is disabled.
Added new manual option to install manual.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-07 05:50:00 UTC
^Triage: Bugfix release, merge to quarterly branch.

^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.

Q/A: patch did not apply cleanly. Would you mind checking it? The patch contains CRLF terminators. No need to update a new patch though.


Thanks!
Comment 2 Jack 2022-10-07 06:01:17 UTC
(In reply to Fernando Apesteguía from comment #1)
not sure how those line endings magically appear once in a while
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-07 06:08:02 UTC
(In reply to Jack from comment #2)
Did you copy-paste the patch in bugzilla instead of attaching? That might be it.
Comment 4 Jack 2022-10-07 06:35:07 UTC
(In reply to Fernando Apesteguía from comment #3)
I scp from bsd test vm to bsd host server, then scp to bsd home server, then used a windows laptop to download file from bsd home server, then uploaded that file to bugzilla and checked "patch". Maybe the download over ftp on windows added interesting chars? I'm about to use my bsd desktop to upload the patch now as I don't see any interesting chars on that desktop. If there's still bad line endings, must be from the browser?
Comment 5 Jack 2022-10-07 06:36:56 UTC
Created attachment 237134 [details]
Upgrade to audacity 3.2.1

hopefully without bad line endings
Comment 6 Tatsuki Makino 2022-10-07 07:53:38 UTC
(In reply to Jack from comment #4)

If FTP is that FTP, it is always better to use binary mode (TYPE I).
If your windows is 10, you can use openssh client. I forget where that setting is :)
Comment 7 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-07 10:02:27 UTC
Yep, this is OK

file audacity.txt: unified diff output, ASCII text
Comment 8 Jack 2022-10-07 10:04:52 UTC
it must be that darned ftp on the windows pc, guess need to not ftp on windows :)
Comment 9 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-09 11:59:22 UTC
Committed,

Thanks!
Comment 10 commit-hook freebsd_committer freebsd_triage 2022-10-09 12:00:01 UTC
A commit in branch main references this bug:

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

commit 6d2fef1844e1236a1e1c5c53664243bc46eb230e
Author:     Jack <xxjack12xx@gmail.com>
AuthorDate: 2022-10-07 05:47:28 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-10-09 11:55:28 +0000

    audio/audacity: Upgrade audacity to 3.2.1

    ChangeLog: https://github.com/audacity/audacity/releases/tag/Audacity-3.2.1

     * Fixed Audacity crashing on startup on some systems.
     * Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track
     * Fixed a freeze when very quickly starting and stopping playback.
     * macOS: Homebrew FFmpeg installs are now found automatically
     * macOS: Fixed Melda VST Plugin UI
     * Building with VST3 support is now possible without Conan.

    PR:             266874
    Reported by:    xxjack12xx@gmail.com (maintainer)

 audio/audacity/Makefile                            |   42 +-
 audio/audacity/distinfo                            |    6 +-
 .../files/patch-cmake-proxies_CMakeLists.txt       |    4 +-
 audio/audacity/pkg-plist                           | 1393 +++++++++++++++++++-
 4 files changed, 1424 insertions(+), 21 deletions(-)