non port: audio/cava/Makefile |
Number of commits found: 29 |
Saturday, 23 Nov 2024
|
08:31 Gleb Popov (arrowd)
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC
5505c50 |
Tuesday, 23 Jul 2024
|
19:25 Nuno Teixeira (eduardo)
audio/cava: Update to 0.10.2
- Pet portfmt
ChangeLog: https://github.com/karlstav/cava/releases/tag/0.10.2
PR: 279023
MFH: 2024Q3
90ff955 |
Tuesday, 16 Jul 2024
|
01:05 Piotr Kubaj (pkubaj)
audio/cava: fix build
config.c:7:10: fatal error: 'iniparser.h' file not found
7 | #include <iniparser.h>
713c9bd |
Wednesday, 1 May 2024
|
18:48 Nuno Teixeira (eduardo)
audio/cava: include stdlib.h in config.c
See also: https://github.com/karlstav/cava/issues/560
Approved by: portmgr (blanket)
Fixes: fb5161ef96 "devel/iniparser: Update to 4.2"
afa0003 |
Thursday, 18 Apr 2024
|
19:45 Joel Bodenmann (jbo) Author: bsdcode
audio/cava: Add pkg-message
Add a pkg-message to inform new users about required setup steps.
PR: 277152
Approved by: tcberner (mentor), Adam Jimerson <vendion@gmail.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D44676
1f326a0 |
Saturday, 10 Feb 2024
|
21:42 Joel Bodenmann (jbo) Author: bsdcode
audio/cava: Update to 0.10.1
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
9807a6d |
Monday, 7 Aug 2023
|
16:34 Gleb Popov (arrowd)
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
b1ecad5 |
Wednesday, 17 May 2023
|
16:30 Muhammad Moinur Rahman (bofh)
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket)
9b178ff |
Tuesday, 16 May 2023
|
15:46 Muhammad Moinur Rahman (bofh)
audio/cava: Unbreak on HEAD
Approved by: portmgr (blanket)
8a33036 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Sunday, 8 Aug 2021
|
12:26 Neel Chauhan (nc) Author: Adam Jimerson
audio/cava: Update to 0.7.4
PR: 257645
2e7aa6f |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 3 Jan 2021
|
19:41 pkubaj
audio/cava: fix build on GCC architectures
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
|
Friday, 13 Nov 2020
|
12:19 rhurlin
audio/cava: Update to 0.7.3
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
|
Monday, 28 Sep 2020
|
05:05 tobik
Reset MAINTAINER
|
Sunday, 12 Jul 2020
|
09:30 tobik
audio/sndio: Update to 1.7.0
|
Thursday, 25 Jun 2020
|
03:56 tobik
audio/cava: Update to 0.7.1
Changes: https://github.com/karlstav/cava/releases/tag/0.7.1
|
Saturday, 30 May 2020
|
00:39 tobik
audio/cava: Update to 0.7.0
Changes: https://github.com/karlstav/cava/releases/tag/0.7.0
|
Wednesday, 1 May 2019
|
19:35 rene
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|
Monday, 3 Dec 2018
|
11:13 tobik
audio/cava: Add a dummy fontname to cava.bdf
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
|
Sunday, 2 Dec 2018
|
16:10 tobik
audio/cava: Unbreak build when vtfontcvt is missing
|
Thursday, 4 Oct 2018
|
07:30 tobik
audio/cava: Add vt(4) font
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.
|
Monday, 10 Sep 2018
|
10:41 tobik
audio/cava: Unbreak build on powerpc (or with gcc 4.2)
- 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
|
02:06 linimon
Mark various ports broken on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Tuesday, 8 May 2018
|
05:59 tobik
audio/cava: Update to 0.6.1
- 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
|
Monday, 12 Mar 2018
|
10:44 tobik
audio/cava: Take maintainership
PR: 226551
Approved by: omar.polo@protonmail.com (maintainer)
|
Monday, 30 Oct 2017
|
09:44 tobik
New port: audio/cava
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)
|
Number of commits found: 29 |