Commit Graph

26 Commits

Author SHA256 Message Date
15b2cacf0c - Update to 0.10.2:
* fix source being ignored when using pipewire #557
  * fix stdlib.h not being included after iniparser upgrade #560
  * add waveform visualization #484
  * exit with error if pipewire loop creation fails #561

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=46
2024-05-14 19:35:00 +00:00
db8c69253d - Update to 0.10.1:
* JACK support
  * default to pulseaudio before sndio

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=44
2024-02-02 18:03:37 +00:00
b354e9b391 - Update to 0.10.0:
* OSS input backend and general improved FreeBSD support
  * pipewire default if supported
  * noncurses is now default

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=42
2024-01-09 19:05:44 +00:00
35016cbe74 pipewire-devel to enable build with pipewire support
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=40
2023-08-25 09:08:26 +00:00
e2773df86e - bsc#1214255: Additionally to libpulse-devel also buildrequire
pipewire-devel

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=39
2023-08-25 09:08:08 +00:00
8e291dbddd - Update to 0.9.1:
* hardcoded pipewire include flags #519
  * default input wrongly set to alsa instead of pulseaudio/pipewire #518

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=37
2023-08-13 17:59:48 +00:00
2423bcfbe4 - Update to 0.9.0:
new:
  * glsl shader output
  * windows operating system support
  * gradient support in sdl output
  breaking:
  * some config options are now 0-100 instead of 0-1 due to windows
    ini not supporting floats

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=35
2023-08-06 19:09:50 +00:00
9a457f9f76 - Update to 0.8.3:
bugfixes:
  * fix some calculations on x-axis label
  * cavacore: channels where sorted wrong according to doc
  * fix autosensing sometimes not working
  improvements:
  * improved response time by decreasing audio buffer size
  * add support for alacritty synchronized updates
  * brought EQ back by popular demand
  * added support for hex colors and gradient in noncurses mode
  * add configurable orientation of bars

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=32
2022-11-04 09:08:06 +00:00
29537e6b8a - Update to 0.8.2:
bugfixes:
  * fix buffer overflow in audio buffer when calling reset_buffer
    (used in fifo input)
  * cavacore: fix segfault when setting 0Hz lower cut off
  * framerate <= 1 msec wait was multiplied by 1000 instead of divided
    improvements:
  * cavacore: don't print to stdout or call exit, use error status
    flag in cava_plan instead
  * cavacore: add extern C construct for c++ compilers
  * add license in cavacore header file
  * remove build dependency on xxd, use incbin instead

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=30
2022-04-25 08:25:24 +00:00
8a8c605bc2 - Update to 0.8.1:
* fix critical bug where default config value caused always maxed
    out bars #447

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=29
2022-04-20 18:59:56 +00:00
ebf7aad181 - Update to 0.8.0:
breaking changes:
  * split out core functionality in separate library cavacore
    see CAVACORE.md for details
  * removed ignore config option
  * merge gravity and integral config option to "noise reduction"
  improvements:
  * use double precision all the way, improves details in visualization.
  * increase buffer sizes for large sample rates 96k++
  * noise filters should now scale better with resolution and framerate
  * embed default config file and populate on first launch instead of installing it
  * Add new output format, noritake VFD bitmap
  bugfixes:
  * fixed some potential buffer overflows
  * fix some bugs in sdl output

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=28
2022-04-12 07:27:08 +00:00
1d80604718 - Update to 0.7.5:
improvements:
  * added sdl output support
  * better smoothing on higher resolutions, better scaling
  bugfixes:
  * fixed buffer overflow in shmem input
  * fixed bug where freebsd was not detected as supported os during autoconf
  other:
  * removed bundled iniparser

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=27
2022-02-01 13:22:03 +00:00
54312e72fa - Update to 0.7.4:
improvements:
  * added faster autosens at startup
  bugfixes:
  * better installation of custom console font
  * suppress error about vla parameter introduced in gcc11 or 10?

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=25
2021-05-19 06:54:00 +00:00
1990ce591e - Update to 0.7.3:
Improvements:
  * Added Hann windowing and proper ring buffer (this improves visualisation
  significantly!)
  * Added mutex lock on write to fftw input buffers and fftw execute (this
    removes som glitches)
  * Improved portaudio audio input
  * #370 made timeout configurable
  * ncurses mode is now default again
  * #379 removed key controls from noncurses to fix strange beaviour
  * Added config option: x-axis scale (frequency) #289
  Bugfixes:
  * #375 shmem audio input
  * #377 small memory leak
  * #385 fix eq

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=23
2020-10-08 10:34:54 +00:00
7d7e18a0a5 - Update to 0.7.2:
improvements:
  * added key controls for noncurses mode #364
  bugfixes:
  * fix drawing of background color for noncurses mode
  * fix install on macos #365

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=21
2020-07-02 12:43:05 +00:00
76bb80d619 - Update to 0.7.1:
improvements:
  * set default gradient colors instead of exiting when not defined.
  bugfixes:
  * minor memory leak in ncurses
  * fix warnings when building on macos
  * updated macos building instructions

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=19
2020-06-25 07:05:22 +00:00
34729275e6 - Update 0.7.0:
Breaking changes:
  * Reworked noncurses output mode and made it default.
    The reworked noncurses mode uses a custom framebuffer technique that
    only draws changes per frame and only writes to the terminal once per
    frame. This results in far less cpu usage then ncurses. It is also
    free of the flickering that we see in ncurses mode #196
  * Colors are no longer set by default so hopefully cava will change
    color automatically in noncurses mode when using tools such as
    pywall #340 #181
  * Unfortunately html colors, gradient and key controls are not supported
    in noncurses.
  Other improvements:
  * separated bass, midtones and treble in to separate fftw operations

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=17
2020-05-27 20:38:11 +00:00
df53311bf3 - Update to 0.6.1:
new features:
  * sndio backend
  bug fixes:
  * Fix fftw_complex usage, drastically improving visualization
  * better cleanup and exiting
  * added a check to see if pulseaudio is running
  * fixed bug preventing color in noncurses mode from working
  * Fix build errors and warnings if not using ncurses
  * Generally improved fifo input and raw output

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=15
2018-05-06 08:29:39 +00:00
e825ccf244 - Update to 0.6.0:
* Autosens of low values (dynamic range)
  * Removed config parameter 'overshoot'
  * Removed config parameter 'mode'
  * New config parameter 'waves'
  * Changed config parameter 'style' to 'channels' (was either 'mono' or 'stereo' anyway)
  * Parameters 'integral' and 'gravity' are now in percentage

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=13
2017-08-28 13:03:23 +00:00
e24e9dc99d - Update to 0.5.0:
new features:
  * gradient
  bugfixes:
  * memory leak
  * increased config reload speed
  * raw output not goint to /dev/stdout

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=11
2017-08-19 09:07:53 +00:00
0c19f2e8c9 - Update to 0.4.3:
new features:
  * support for more colors in ncurses output.
  bugfixes:
  * fixed bug where sensing of low values was done even when no sound
  * fixed bug in raw output bit format check
  * add a check for too many bars >200
- Remove because contained in new version:
  * cava-remove-nested-functions.patch
  * cava-font.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=8
2017-04-28 19:13:13 +00:00
92930a5b6e - Add cava-font.patch:
Install cava.psf to have nice output on TTYs.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=5
2017-03-28 23:00:07 +00:00
5f4439aaaf - Add cava-remove-nested-functions.patch:
Remove nested functions to prevent OBS executable stack warning.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=4
2017-03-28 21:51:13 +00:00
96482ac190 - Get rid of unnecessary passing of prefix
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=3
2017-03-22 15:16:02 +00:00
52700f7afa Accepting request 480721 from home:jubalh
OBS-URL: https://build.opensuse.org/request/show/480721
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=2
2017-03-16 19:53:28 +00:00
49a72aefbb Accepting request 480720 from home:jubalh
Guess this is the best fitting devel repo. Please add me as maintainer.

OBS-URL: https://build.opensuse.org/request/show/480720
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=1
2017-03-16 19:50:47 +00:00