| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 257645
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=550400
|
|
|
|
| |
Notes:
svn path=/head/; revision=542069
|
|
|
|
|
|
|
| |
Changes: https://github.com/karlstav/cava/releases/tag/0.7.1
Notes:
svn path=/head/; revision=540363
|
|
|
|
|
|
|
| |
Changes: https://github.com/karlstav/cava/releases/tag/0.7.0
Notes:
svn path=/head/; revision=537023
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
Notes:
svn path=/head/; revision=500606
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=486468
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=479351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 226551
Approved by: omar.polo@protonmail.com (maintainer)
Notes:
svn path=/head/; revision=464245
|
|
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
|