aboutsummaryrefslogtreecommitdiff
path: root/audio/libmysofa/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* audio/libmysofa: Limit extraction of test dataDaniel Engberg2024-05-061-4/+11
| | | | | | | | | The test data is very large (~250 Mib). Only extract it if the TEST option is enabled to save on I/O. While here, pet portclippy(1). PR: 278785
* audio/libmysofa: Update to 1.3.2Jason E. Hale2023-10-171-2/+2
| | | | https://github.com/hoene/libmysofa/releases/tag/v1.3.2
* audio/libmysofa: Update to 1.3.1Jason E. Hale2022-10-091-3/+5
| | | | | | | | | | | | | No functional changes. Previously included build fixes were just released under a new tag. Add STATIC option to toggle the static library build. Enabled by default as before. Addresses wanting to disable static library in [1]. https://github.com/hoene/libmysofa/releases/tag/v1.3.1 PR: 266856 [1] Reported by: diizzy [1]
* audio/libmysofa: Update to 1.3 + build fix patchJason E. Hale2022-10-071-2/+2
| | | | | | | https://github.com/hoene/libmysofa/releases/tag/v1.3 PR: 266856 Reported by: diizzy, portscout, GitHub
* 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/libmysofa: Update to latest commit to address CVE-2021-3756Jason E. Hale2022-02-201-1/+2
| | | | | | | PR: 261945 Reported by: diizzy MFH: 2022Q1 Security: 4d763c65-9246-11ec-9aa3-4ccc6adda413
* audio/libmysofa: Add CPE informationBernhard Froehlich2021-10-071-1/+3
| | | | Approved by: portmgr (blanket)
* 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/libmysofa: Update to 1.2Jason E. Hale2021-01-251-1/+1
| | | | Notes: svn path=/head/; revision=562580
* Update audio/libmysofa to 1.1Jason E. Hale2020-06-291-1/+1
| | | | | | | Bump PORTREVISION on dependent ports due to shared library version bump Notes: svn path=/head/; revision=540817
* audio/libmysofa: Update to 0.9Jason E. Hale2019-11-301-2/+9
| | | | | | | | PR: 242304 Submitted by: tobik Notes: svn path=/head/; revision=518687
* Update audio/libmysofa to 0.8Jason E. Hale2019-09-211-5/+2
| | | | | | | Switch to in-source build; tests fail otherwise Notes: svn path=/head/; revision=512460
* audio/libmysofa: update to 0.7Jan Beich2019-08-141-1/+1
| | | | | | | | | | Changes: https://github.com/hoene/libmysofa/releases/tag/v0.7 PR: 239690 Submitted by: Oleg Sidorkin MFH: 2019Q3 Notes: svn path=/head/; revision=508906
* New port: audio/libmysofaJason E. Hale2018-02-091-0/+32
libmysofa is a simple set of C functions to read AES SOFA (Spatially Oriented Format for Acoustics) files, if they contain HRTFs (Head-Related Transfer Functions) stored according to the AES69-2015 standard [http://www.aes.org/publications/standards/search.cfm?docID=99]. WWW: https://github.com/hoene/libmysofa Notes: svn path=/head/; revision=461283