Bug 260748 - audio/audacity: Upgrade audacity to 3.1.3
Summary: audio/audacity: Upgrade audacity to 3.1.3
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: Hiroki Tagato
URL: https://github.com/audacity/audacity/...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-28 08:08 UTC by Jack
Modified: 2021-12-30 01:48 UTC (History)
2 users (show)

See Also:
xxjack12xx: maintainer-feedback+


Attachments
Patch to upgrade audacity from 3.1.2 to 3.1.3 (956 bytes, patch)
2021-12-28 08:08 UTC, Jack
xxjack12xx: maintainer-approval+
Details | Diff
Add missing opus lib dependency (1.19 KB, patch)
2021-12-29 21:27 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 2021-12-28 08:08:30 UTC
Created attachment 230484 [details]
Patch to upgrade audacity from 3.1.2 to 3.1.3

Upgrade audacity to 3.1.3
Comment 1 Hiroki Tagato freebsd_committer freebsd_triage 2021-12-29 11:53:15 UTC
The following is the message from stage-qa phase:

====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/audacity is linked to /usr/local/lib/libopus.so.0 from audio/opus but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libopus.so:audio/opus

Could you update LIB_DEPENDS accordingly?
Comment 2 Jack 2021-12-29 21:27:24 UTC
Created attachment 230549 [details]
Add missing opus lib dependency
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-30 01:48:04 UTC
A commit in branch main references this bug:

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

commit c8a86a0fdc428d2d9b031d5f288504c6364d9ac0
Author:     Jack <xxjack12xx@gmail.com>
AuthorDate: 2021-12-30 01:45:18 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-12-30 01:47:07 +0000

    audio/audacity: update to 3.1.3

    While here, add missing dependency.

    Changelog: https://github.com/audacity/audacity/releases/tag/Audacity-3.1.3

    PR:             260748
    Reported by:    Jack <xxjack12xx@gmail.com> (maintainer)

 audio/audacity/Makefile | 3 ++-
 audio/audacity/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)
Comment 4 Hiroki Tagato freebsd_committer freebsd_triage 2021-12-30 01:48:59 UTC
Committed, thanks!