aboutsummaryrefslogtreecommitdiff
path: root/audio/exhale
Commit message (Collapse)AuthorAgeFilesLines
* audio/exhale: Update to 1.2.0.1Daniel Engberg2023-08-062-8/+7
| | | | Bugfix release, no changelog available
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* audio/exhale: Update to 1.2.0Daniel Engberg2022-12-212-5/+6
| | | | Changelog: https://gitlab.com/ecodis/exhale/-/releases/v1.2.0
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* audio/exhale: Update to 1.1.9Daniel Engberg2022-01-012-5/+5
| | | | | | Changelog: https://gitlab.com/ecodis/exhale/-/tags/v1.1.9 Approved by: mentors (implicit)
* audio/exhale: Update to 1.1.8Daniel Engberg2021-11-102-5/+5
| | | | | | | Changelog: https://gitlab.com/ecodis/exhale/-/releases/v1.1.8 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32919
* audio/exhale: Update to 1.1.7Daniel Engberg2021-09-012-6/+6
| | | | | | | | Update maintainer entry Changelog: https://gitlab.com/ecodis/exhale/-/releases/v1.1.7 Approved by: lbartoletti, arrowd (mentors) Differential Revision: https://reviews.freebsd.org/D31761
* audio/exhale: Update to 1.1.6Daniel Engberg2021-06-012-5/+5
| | | | PR: 256291
* audio/exhale: Update to 1.1.5Rainer Hurling2021-05-012-5/+5
| | | | | | | Changelog: https://gitlab.com/ecodis/exhale/-/releases/v1.1.5 PR: 255518 Submitted by: daniel.engberg.lists@pyret.net (maintainer)
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* audio/exhale: Update to 1.1.4Neel Chauhan2021-04-082-5/+5
| | | | | | | Changes: https://gitlab.com/ecodis/exhale/-/releases/v1.1.4 PR: 254679 Submitted by: daniel.engberg.lists AT pyret DOT net (maintainer)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/exhale: Update to 1.1.3Neel Chauhan2021-03-082-5/+5
| | | | | | | | | | Changes: https://gitlab.com/ecodis/exhale/-/releases/v1.1.3 PR: 254125 Submitted by: daniel.engberg.lists AT pyret DOT net (maintainer) Notes: svn path=/head/; revision=567863
* audio/exhale: Update to 1.1.2Jason E. Hale2021-02-013-22/+7
| | | | | | | | PR: 253143 Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> (maintainer) Notes: svn path=/head/; revision=563762
* audio/exhale: Update to 1.1.1Rainer Hurling2021-01-102-12/+5
| | | | | | | | | | | Changelog: https://gitlab.com/ecodis/exhale/-/releases PR: 252533 Submitted by: daniel.engberg.lists@pyret.net (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=561113
* audio/exhale: backport patch for MacOS compatibilityRene Ladan2020-12-292-1/+8
| | | | | | | | PR: 251710 Submitted by: Daniel Engberg (maintainer) Notes: svn path=/head/; revision=559619
* audio/exhale: Update to 1.1.0Rainer Hurling2020-11-302-5/+5
| | | | | | | | | | | | | | | | | | | | From the changelog[1]: - Add basic SBR functionality for lower-rate coding down to 18 kbps/channel - exhaleApp: Add support for CVBR modes a-g for encoding with SBR functionality - exhaleApp: show ARM in header and '-v' command - exhaleLib: basic 2:1 SBR encoding with ccfl = 2048, minor fixes and code cleanups [1] https://gitlab.com/ecodis/exhale/-/releases/v1.1.0 PR: 251467 Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=556629
* audio/exhale: Update to 1.0.8Rainer Hurling2020-11-022-6/+8
| | | | | | | | | | | | | | | | | | | | | | From the changelog[1]: - minor quality improvements at low and high rates, some license text clarifications - exhaleApp: slightly improved loudness calculation for low and high sampling rates - exhaleLib: improved audio quality a bit for the lower and higher-rate CVBR modes - License: removed references to BSD text, clarified disclaimer and contributor text [1] https://gitlab.com/ecodis/exhale/-/releases/v1.0.8 PR: 250748 Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27051 Notes: svn path=/head/; revision=553886
* audio/exhale: Update to 1.0.7Steve Wills2020-09-022-5/+5
| | | | | | | | PR: 249003 Submitted by: daniel.engberg.lists@pyret.net (maintainer) Notes: svn path=/head/; revision=547326
* audio/exhale: Update to 1.0.6Steve Wills2020-08-022-6/+6
| | | | | | | | PR: 248380 Submitted by: daniel.engberg.lists@pyret.net (maintainer) Notes: svn path=/head/; revision=543957
* New port: audio/exhale: xHE-AAC (Extended HE-AAC/USAC) encoderTobias C. Berner2020-07-054-0/+49
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 Notes: svn path=/head/; revision=541291