Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7fc167c3f9 | |||
| 4400e5e670 | |||
| c5a0fb88f2 | |||
| 7ec6b83d3f | |||
| e10ff11576 | |||
| c9a2720698 | |||
| 45051a4ac9 | |||
| c251d71941 | |||
| 37638d38c8 | |||
| ce1295a278 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:853ee78729ed3501d0cdf9c1947967ad3bfe6526d66a029b4ddf9adaa6334d4f
|
||||
size 130036
|
||||
3
0.10.7.tar.gz
Normal file
3
0.10.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43f994f7e609fab843af868d8a7bc21471ac62c5a4724ef97693201eac42e70a
|
||||
size 3329795
|
||||
55
cava.changes
55
cava.changes
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 20:42:02 UTC 2026 - pallas wept <pallaswept@proton.me>
|
||||
|
||||
- Update to 0.10.7:
|
||||
* various pipewire fixes
|
||||
* various device fixes and improvements on windows
|
||||
* improve memory handling in config reloading
|
||||
* add live config auto-reload
|
||||
* slight adjustment to default eq and frequency bandwidth
|
||||
- Enable SDL output
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 06:37:32 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.10.6:
|
||||
* Improve Windows build #624
|
||||
* Add support for mingw toolchain in Windows #627
|
||||
* Handle default device change on windows #652
|
||||
* Fix various pipewire linking bugs #662
|
||||
* generate downmixed stereo buffer for Windows #668
|
||||
* Read eq values from config in Windows #679
|
||||
* theme files #632
|
||||
* horizontal gradient #620
|
||||
* dumb terminal support
|
||||
* general visualization improvements #672
|
||||
* various bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 05:40:14 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.10.5:
|
||||
* various windows build imporvements #624
|
||||
* Handle default device change on windows #652
|
||||
* various pipewire improvements #662
|
||||
* eq support in Windows #679
|
||||
* horzontal gradient and color theme files #620 #632
|
||||
* support for running in dumb terminals
|
||||
* general FFT improvements #672
|
||||
* various bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 07:39:54 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.10.4:
|
||||
* feat: Better Windows Support #616
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 07:08:42 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.10.3:
|
||||
* added horizontal split view #575
|
||||
* Fix crash when using pulseaudio #569
|
||||
* Synchronized Sync (Mode 2026) #576
|
||||
* add android source code #552
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 19:34:12 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
19
cava.spec
19
cava.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cava
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,21 +17,24 @@
|
||||
|
||||
|
||||
Name: cava
|
||||
Version: 0.10.2
|
||||
Version: 0.10.7
|
||||
Release: 0
|
||||
Summary: Console-based Audio Visualizer for Alsa
|
||||
License: MIT
|
||||
Group: Productivity/Multimedia/Sound/Visualization
|
||||
URL: https://github.com/karlstav/cava
|
||||
Source: https://github.com/karlstav/%{name}/archive/%{version}.tar.gz
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: pkgconfig(SDL2_gfx)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(fftw3)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
# Use system ini parser instead of building own lib
|
||||
BuildRequires: libiniparser-devel >= 4.0
|
||||
BuildRequires: libpulse-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pipewire-devel
|
||||
BuildRequires: pkgconfig(iniparser) >= 4.0
|
||||
BuildRequires: pkgconfig(libpipewire-0.3)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
# Installing the psf in a directory that comes from kbd
|
||||
Requires: kbd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user