cava: update to 0.10.4.

This commit is contained in:
Shashank Thakur 2025-06-03 13:12:42 +02:00 committed by Duncan Overbruck
parent a01122d4a9
commit 96b0ead713
2 changed files with 11 additions and 6 deletions

View file

@ -1,15 +1,20 @@
diff --git a/configure.ac b/configure.ac
index 5aeda60..6913062 100644
index 9b486f6..ef26b63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -423,16 +423,10 @@ dnl checking for iniparser
@@ -423,21 +423,10 @@ dnl checking for iniparser
dnl ######################
AC_CHECK_LIB(iniparser,iniparser_load, have_iniparser=yes, have_iniparser=no)
+ PKG_CHECK_MODULES(INIPARSER, iniparser, have_iniparser=yes, have_iniparser=no)
if [[ $have_iniparser = "yes" ]] ; then
- LIBS="$LIBS -liniparser"
- CPPFLAGS="$CPPFLAGS -I/usr/include/iniparser"
- if [[ $build_mac = "yes" ]] ; then
- CPPFLAGS="$CPPFLAGS -I/usr/local/include/iniparser/"
- CPPFLAGS="$CPPFLAGS -I/opt/homebrew/include/iniparser/"
- else
- CPPFLAGS="$CPPFLAGS -I/usr/include/iniparser"
- fi
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <iniparser.h>]],
- [[dictionary* ini;
- const char *keys[3];

View file

@ -1,7 +1,7 @@
# Template file for 'cava'
pkgname=cava
version=0.10.2
revision=3
version=0.10.4
revision=1
build_style=gnu-configure
hostmakedepends="autoconf-archive automake libtool pkg-config"
makedepends="fftw-devel iniparser-devel ncurses-devel SDL2-devel
@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/karlstav/cava"
changelog="https://github.com/karlstav/cava/releases"
distfiles="https://github.com/karlstav/cava/archive/refs/tags/${version}.tar.gz"
checksum=853ee78729ed3501d0cdf9c1947967ad3bfe6526d66a029b4ddf9adaa6334d4f
checksum=5a2efedf2d809d70770f49349f28a5c056f1ba9b3f5476e78744291a468e206a
build_options="alsa jack pipewire pulseaudio sndio"
build_options_default="alsa jack pipewire pulseaudio sndio"