diff --git a/MAINTAINERS.md b/MAINTAINERS.md deleted file mode 100644 --- a/MAINTAINERS.md +++ /dev/null @@ -1,4 +0,0 @@ -This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely. - -- Beatrice T. Meyers - - Email: beatrice@getsol.us diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,6 +1,7 @@ libasound.so.2 libc.so.6 libfftw3.so.3 +libiniparser.so.1 libm.so.6 libncursesw.so.6 libpulse-simple.so.0 diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -18,7 +18,6 @@ libc.so.6:__ctype_b_loc libc.so.6:__ctype_tolower_loc libc.so.6:__errno_location -libc.so.6:__fgets_chk libc.so.6:__fprintf_chk libc.so.6:__isoc99_sscanf libc.so.6:__libc_start_main @@ -38,18 +37,17 @@ libc.so.6:exit libc.so.6:fclose libc.so.6:fcntl -libc.so.6:feof libc.so.6:fflush +libc.so.6:fileno libc.so.6:fopen -libc.so.6:fputc libc.so.6:free +libc.so.6:fseek +libc.so.6:ftell libc.so.6:fwrite libc.so.6:getenv libc.so.6:getopt libc.so.6:ioctl libc.so.6:malloc -libc.so.6:memcpy -libc.so.6:memmove libc.so.6:memset libc.so.6:mkdir libc.so.6:mkfifo @@ -73,15 +71,12 @@ libc.so.6:snprintf libc.so.6:stderr libc.so.6:stdout -libc.so.6:strchr libc.so.6:strcmp libc.so.6:strcpy libc.so.6:strdup libc.so.6:strerror libc.so.6:strlen libc.so.6:strncmp -libc.so.6:strtod -libc.so.6:strtol libc.so.6:system libc.so.6:tcgetattr libc.so.6:tcsetattr @@ -94,12 +89,18 @@ libfftw3.so.3:fftw_execute libfftw3.so.3:fftw_free libfftw3.so.3:fftw_plan_dft_r2c_1d +libiniparser.so.1:iniparser_freedict +libiniparser.so.1:iniparser_getdouble +libiniparser.so.1:iniparser_getint +libiniparser.so.1:iniparser_getseckeys +libiniparser.so.1:iniparser_getsecnkeys +libiniparser.so.1:iniparser_getstring +libiniparser.so.1:iniparser_load libm.so.6:cos libm.so.6:hypot libm.so.6:log10 libm.so.6:log2 libm.so.6:pow -libm.so.6:sqrt libncursesw.so.6:COLORS libncursesw.so.6:COLOR_PAIRS libncursesw.so.6:COLS diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,16 +1,18 @@ name : cava -version : 0.7.3 -release : 10 +version : 0.8.3 +release : 11 source : - - https://github.com/karlstav/cava/archive/0.7.3.tar.gz : 6363347ef4c74770767d9aa2fb5d65ad4c2aedf1d23bdaac50fc8e8e4e3c707e + - https://github.com/karlstav/cava/archive/refs/tags/0.8.3.tar.gz : ce7378ababada5a20fa8250c6b3fe6412bc1a7dd31301a52b8b4a71d362875b9 +homepage : https://github.com/karlstav/cava license : MIT component : multimedia.audio summary : Console-based Audio Visualizer for Alsa description: | - Console-based Audio Visualizer for Alsa + Cava is a bar spectrum audio visualizer for terminal (ncurses) or desktop (SDL). builddeps : - pkgconfig(alsa) - pkgconfig(fftw3) + - pkgconfig(iniparser) - pkgconfig(libpulse) setup : | sed -i "s|local/lib|lib64|g" Makefile.am diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,21 +1,22 @@ cava + https://github.com/karlstav/cava - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com MIT multimedia.audio Console-based Audio Visualizer for Alsa - Console-based Audio Visualizer for Alsa + Cava is a bar spectrum audio visualizer for terminal (ncurses) or desktop (SDL). https://getsol.us/sources/README.Solus cava Console-based Audio Visualizer for Alsa - Console-based Audio Visualizer for Alsa + Cava is a bar spectrum audio visualizer for terminal (ncurses) or desktop (SDL). multimedia.audio @@ -24,12 +25,12 @@ - - 2022-03-24 - 0.7.3 + + 2023-07-25 + 0.8.3 Packaging update - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file