* 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 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cava?expand=0&rev=52
61 lines
1.8 KiB
RPMSpec
61 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package cava
|
|
#
|
|
# Copyright (c) 2025 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: cava
|
|
Version: 0.10.5
|
|
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
|
|
# 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
|
|
# Installing the psf in a directory that comes from kbd
|
|
Requires: kbd
|
|
|
|
%description
|
|
C.A.V.A. is a bar spectrum audio visualizer for the Linux terminal using ALSA, pulseaudio or fifo buffer for input.
|
|
|
|
%prep
|
|
%setup -q
|
|
./autogen.sh
|
|
%configure FONT_DIR="%{_datadir}/kbd/consolefonts"
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/cava
|
|
%dir %{_datadir}/kbd/
|
|
%dir %{_datadir}/kbd/consolefonts/
|
|
%{_datadir}/kbd/consolefonts/cava.psf
|
|
|
|
%changelog
|