aboutsummaryrefslogtreecommitdiff
path: root/audio/cava
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
|
* audio/cava: fix build on GCC architecturesPiotr Kubaj2021-01-031-1/+1
| | | | | | | | | | | cc1: error: unrecognized command line option "-Wno-unused-result" cc1: error: unrecognized command line option "-Wno-unknown-warning-option" cc1: error: unrecognized command line option "-Wno-maybe-uninitialized" MFH: 2021Q1 Notes: svn path=/head/; revision=560035
* audio/cava: Update to 0.7.3Rainer Hurling2020-11-138-60/+80
| | | | | | | | | | | | | | | | | | | | | 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
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* audio/sndio: Update to 1.7.0Tobias Kortkamp2020-07-121-0/+1
| | | | Notes: svn path=/head/; revision=542069
* audio/cava: Update to 0.7.1Tobias Kortkamp2020-06-254-21/+16
| | | | | | | Changes: https://github.com/karlstav/cava/releases/tag/0.7.1 Notes: svn path=/head/; revision=540363
* audio/cava: Update to 0.7.0Tobias Kortkamp2020-05-309-47/+189
| | | | | | | Changes: https://github.com/karlstav/cava/releases/tag/0.7.0 Notes: svn path=/head/; revision=537023
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-1/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* audio/cava: Add a dummy fontname to cava.bdfTobias Kortkamp2018-12-031-1/+2
| | | | | | | | | | | Without it, the BDF is malformed with FONT set to just "psf" which is not a proper XLFD. This confuses newer vtfontcvt versions which check for character cell spacing. PR: 205707 Notes: svn path=/head/; revision=486512
* audio/cava: Unbreak build when vtfontcvt is missingTobias Kortkamp2018-12-021-5/+13
| | | | Notes: svn path=/head/; revision=486468
* audio/cava: Add vt(4) fontTobias Kortkamp2018-10-044-6/+48
| | | | | | | | | 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
* audio/cava: Unbreak build on powerpc (or with gcc 4.2)Tobias Kortkamp2018-09-102-5/+18
| | | | | | | | | - Remove command line options that gcc 4.2 does not recognize - Allow build on powerpc64 again as it most likely will work now too - Move post-patch to a patch file while here Notes: svn path=/head/; revision=479389
* Mark various ports broken on powerpc64.Mark Linimon2018-09-101-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479351
* audio/cava: Update to 0.6.1Tobias Kortkamp2018-05-085-188/+17
| | | | | | | | | | | | | | - Drop upstreamed sndio patch - Enable SNDIO by default - Add explicit EXAMPLES option - Also install the README.md so that we install some form of documentation - ALSA is not applicable to cava on FreeBSD so don't mention it in the comment and description Changes: https://github.com/karlstav/cava/releases/tag/0.6.1 Notes: svn path=/head/; revision=469360
* audio/cava: Take maintainershipTobias Kortkamp2018-03-121-1/+1
| | | | | | | | PR: 226551 Approved by: omar.polo@protonmail.com (maintainer) Notes: svn path=/head/; revision=464245
* New port: audio/cavaTobias Kortkamp2017-10-306-0/+245
C.A.V.A. is a bar spectrum audio visualizer for the terminal using ALSA, PulseAudio, sndio or fifo buffer for input. This program is not intended for scientific use. It's written to look responsive and aesthetic when used to visualize music. WWW: https://karlstav.github.io/cava - Include a backport of an sndio input contributed by me PR: 223301 Submitted by: omar.polo@protonmail.com (based on) Notes: svn path=/head/; revision=453161