aboutsummaryrefslogtreecommitdiff
path: root/audio/faudio
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update to upstream release 21.01.Thomas Zander2021-01-023-4/+5
| | | | | | | | | Details: - Bugfix release, see https://github.com/FNA-XNA/FAudio/releases/tag/21.01 Notes: svn path=/head/; revision=559952
* audio/faudio: update to 20.10Tobias C. Berner2020-10-042-4/+4
| | | | | | | | | | | | | | | | | New Features: * XACT: * Add support for WAVESTOP notifications * Add support for engines without settings files (or empty settings files) Fixes: * Add power-of-two quantum fallback paths for *BSD and Emscripten * Return a unique error code for audio engines with a bad platform ID * Fix a deadlock in Wolfenstein: The Old Blood related to callbacks * Fix a crash for streaming WaveBanks when calling Destroy * stb_vorbis: Handle malloc(0) calls Notes: svn path=/head/; revision=551372
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* audio/faudio: Update to 20.09Tobias Kortkamp2020-09-022-8/+14
| | | | | | | | | | FFMPEG has been replaced with GStreamer for a while. Let the port catch up. Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.09 Notes: svn path=/head/; revision=547381
* audio/faudio: Update to 20.08Tobias Kortkamp2020-08-012-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.08 Notes: svn path=/head/; revision=543917
* audio/faudio: Update to 20.07Tobias Kortkamp2020-07-012-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.07 Notes: svn path=/head/; revision=540983
* audio/faudio: Update to 20.06Tobias Kortkamp2020-06-042-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.06 Notes: svn path=/head/; revision=537920
* audio/faudio: Update to 20.05Tobias Kortkamp2020-05-022-5/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.05 Notes: svn path=/head/; revision=533656
* audio/faudio: work around OSS audio crashJan Beich2020-04-112-0/+24
| | | | | | | | | | INFO: OpenAudioDevice failed: Fragment size must be a power of two PR: 245533 Approved by: tobik (maintainer) Notes: svn path=/head/; revision=531426
* audio/faudio: Update to 20.04Tobias Kortkamp2020-04-022-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.04 Notes: svn path=/head/; revision=530259
* audio/faudio: Update to 20.03Tobias Kortkamp2020-03-042-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.03 Notes: svn path=/head/; revision=527756
* audio/faudio: Update to 20.02Tobias Kortkamp2020-02-022-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.02 Notes: svn path=/head/; revision=524994
* audio/faudio: Update to 20.01Tobias Kortkamp2020-01-022-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.01 Notes: svn path=/head/; revision=521832
* audio/faudio: Update to 19.12Tobias Kortkamp2019-12-012-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.12 Notes: svn path=/head/; revision=518788
* audio/faudio: Update to 19.11Tobias Kortkamp2019-11-012-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.11 Notes: svn path=/head/; revision=516256
* audio/faudio: Update to 19.10Tobias Kortkamp2019-10-012-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.10 Notes: svn path=/head/; revision=513473
* audio/faudio: Update to 19.09Tobias Kortkamp2019-09-012-5/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.09 Notes: svn path=/head/; revision=510692
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-0/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* audio/faudio: Update to 19.08Tobias Kortkamp2019-08-012-5/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.08 Notes: svn path=/head/; revision=507776
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* audio/faudio: Update to 19.07Tobias Kortkamp2019-07-012-4/+4
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.07 Notes: svn path=/head/; revision=505617
* audio/faudio: Update to 19.06.07Tobias Kortkamp2019-06-082-5/+5
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.06.07 Notes: svn path=/head/; revision=503740
* audio/faudio: Update to 19.06Tobias Kortkamp2019-06-023-5/+7
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.06 Notes: svn path=/head/; revision=503311
* audio/faudio: Update to 19.05Tobias Kortkamp2019-05-013-5/+5
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.05 Notes: svn path=/head/; revision=500597
* audio/faudio: Update to 19.04Tobias Kortkamp2019-04-013-5/+5
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.04 Notes: svn path=/head/; revision=497489
* audio/faudio: Update to 19.03Tobias Kortkamp2019-03-013-5/+6
| | | | | | | Changes: https://github.com/FNA-XNA/FAudio/compare/19.02-23-ge5c9c20...19.03 Notes: svn path=/head/; revision=494307
* audio/faudio: Add missing USE_LDCONFIGTobias Kortkamp2019-02-261-0/+1
| | | | Notes: svn path=/head/; revision=493986
* New port: audio/faudioTobias Kortkamp2019-02-264-0/+50
FAudio is an XAudio reimplementation that focuses solely on developing fully accurate DirectX Audio runtime libraries for the FNA project, including XAudio2, X3DAudio, XAPO, and XACT3. WWW: https://fna-xna.github.io/ Requested by: gerald (for future versions of emulators/wine) Notes: svn path=/head/; revision=493984