summaryrefslogtreecommitdiff
path: root/audio/cava/files/patch-output_terminal__ncurses.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio/cava: Update to 0.10.1bsdcode2024-02-101-16/+0
| | | | | | | | | | | | | | | | | Changelogs: - 0.10.1: https://github.com/karlstav/cava/releases/tag/0.10.1 - 0.10.0: https://github.com/karlstav/cava/releases/tag/0.10.0 - 0.9.1: https://github.com/karlstav/cava/releases/tag/0.9.1 - 0.9.0: https://github.com/karlstav/cava/releases/tag/0.9.0 - 0.8.3: https://github.com/karlstav/cava/releases/tag/0.8.3 - 0.8.2: https://github.com/karlstav/cava/releases/tag/0.8.2 - 0.8.1: https://github.com/karlstav/cava/releases/tag/0.8.1 - 0.8.0: https://github.com/karlstav/cava/releases/tag/0.8.0 - 0.7.5: https://github.com/karlstav/cava/releases/tag/0.7.5 PR: 276228 Approved by: tcberner (mentor), Adam Jimerson <vendion@gmail.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D43750
* audio/cava: Update to 0.7.3Rainer Hurling2020-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | Update from 0.7.1 to 0.7.3 brings several improvements and bug fixes[1][2]. More important ones are: - Fix install on macos - ncurses mode is now default again - Improved portaudio audio input - Added Hann windowing and proper ring buffer [1] https://github.com/karlstav/cava/releases/tag/0.7.3 [2] https://github.com/karlstav/cava/releases/tag/0.7.2 PR: 250862 Submitted by: Adam Jimerson <vendion@gmail.com> (takes maintainership) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27091 Notes: svn path=/head/; revision=555017
* audio/cava: Update to 0.7.0Tobias Kortkamp2020-05-301-10/+10
| | | | | | | Changes: https://github.com/karlstav/cava/releases/tag/0.7.0 Notes: svn path=/head/; revision=537023
* audio/cava: Add vt(4) fontTobias Kortkamp2018-10-041-0/+16
On Linux Cava loads a custom font to display blocks with varying heights and widths on the Linux console. Provide support for it on FreeBSD with vt(4) too. Notes: svn path=/head/; revision=481208