Bug 286577 - audio/gstreamer1-plugins-fdkaac: New port, Fraunhofer FDK AAC plugin
Summary: audio/gstreamer1-plugins-fdkaac: New port, Fraunhofer FDK AAC plugin
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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-04 14:38 UTC by Daniel Engberg
Modified: 2025-05-05 06:29 UTC (History)
2 users (show)

See Also:


Attachments
Patch for Fraunhofer FDK AAC (2.16 KB, patch)
2025-05-04 14:38 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2025-05-04 14:38:22 UTC
Created attachment 260148 [details]
Patch for Fraunhofer FDK AAC

Plugin for Fraunhofer FDK AAC codec which supports both decoding and encoding
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2025-05-04 14:40:10 UTC
I think I got all bits correct but would appriciate a second pair of eyes

Poudriere checks out fine on both i386,amd64 for supported versions
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2025-05-04 20:50:06 UTC
(In reply to Daniel Engberg from comment #1)
Looks fine to me.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-05-04 21:15:48 UTC
A commit in branch main references this bug:

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

commit 68f86896b58ecf1fd4157fb5e97a58d80d62eb3d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-04 21:09:59 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-04 21:14:17 +0000

    audio/gstreamer1-plugins-fdkaac: New port: Fraunhofer FDK AAC plugin

    Plugin for Fraunhofer FDK AAC codec which supports both decoding and
    encoding

    PR:             286577
    Reviewed by:    makc

 Mk/Uses/gstreamer.mk                            |  5 ++++-
 audio/Makefile                                  |  1 +
 audio/gstreamer1-plugins-fdkaac/Makefile (new)  | 15 +++++++++++++++
 audio/gstreamer1-plugins-fdkaac/pkg-plist (new) |  1 +
 4 files changed, 21 insertions(+), 1 deletion(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2025-05-04 21:20:16 UTC
(In reply to Max Brazhnikov from comment #2)
Thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2025-05-05 06:29:11 UTC
A commit in branch main references this bug:

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

commit 11a24b63c1f5f6fbdc64c605f503de0386e3b501
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-05-05 06:24:59 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-05-05 06:24:59 +0000

    Mk/Uses/gstreamer.mk: Fix copypasta

    PR:             286577
    Fixes:          68f86896b58e audio/gstreamer1-plugins-fdkaac: New port: Fraunhofer FDK AAC plugin

 Mk/Uses/gstreamer.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)