Bug 247659 - [NEW PORT] audio/exhale: xHE-AAC (Extended HE-AAC/USAC) encoder
Summary: [NEW PORT] audio/exhale: xHE-AAC (Extended HE-AAC/USAC) encoder
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: Tobias C. Berner
URL: https://gitlab.com/ecodis/exhale
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-30 10:36 UTC by Daniel Engberg
Modified: 2020-07-05 16:45 UTC (History)
1 user (show)

See Also:


Attachments
Patch for exhale (2.94 KB, patch)
2020-06-30 10:36 UTC, Daniel Engberg
diizzy: maintainer-approval+
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 2020-06-30 10:36:38 UTC
Created attachment 216068 [details]
Patch for exhale

Open source and BSD licensed xHE-AAC (Extended HE-AAC/USAC) encoder

Compile and runtime tested on:
FreeBSD 13.0-CURRENT r361421 (amd64)
FreeBSD 13.0-CURRENT r361660 (aarch64)

Poudriere testport OK 12.1-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2020-06-30 10:40:04 UTC
This uses a sligtly modified version of the BSD license so I'm not sure if specifying it as BSD is correct.
http://www.ecodis.de/exhale/license.htm

I'm also building a shared library instead of a static binary as support for other projects is planned and I'd like to catch bugs sooner than later.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-07-05 16:44:53 UTC
A commit references this bug:

Author: tcberner
Date: Sun Jul  5 16:44:43 UTC 2020
New revision: 541291
URL: https://svnweb.freebsd.org/changeset/ports/541291

Log:
  New port: audio/exhale: xHE-AAC (Extended HE-AAC/USAC) encoder

  exhale is a lightweight library and application to encode uncompressed
  WAVE-format audio files into ISO/IEC 23003-3 (MPEG-D) Unified Speech and Audio
  Coding (xHE-AAC/Extended HE-AAC/USAC) format.

  WWW: https://gitlab.com/ecodis/exhale

  PR:		247659
  Submitted by:	daniel.engberg.lists@pyret.net

Changes:
  head/audio/Makefile
  head/audio/exhale/
  head/audio/exhale/Makefile
  head/audio/exhale/distinfo
  head/audio/exhale/files/
  head/audio/exhale/files/patch-src_lib_CMakeLists.txt
  head/audio/exhale/pkg-descr
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2020-07-05 16:45:14 UTC
Committed, thanks.

No clue about the license though :)