diff --git a/srcpkgs/geonkick/patches/musl.patch b/srcpkgs/geonkick/patches/musl.patch deleted file mode 100644 index 281752a92ec..00000000000 --- a/srcpkgs/geonkick/patches/musl.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --git dsp/src/compressor.h dsp/src/compressor.h -index 2b246be..e6cac5d 100644 ---- dsp/src/compressor.h -+++ dsp/src/compressor.h -@@ -26,6 +26,8 @@ - - #include "geonkick_internal.h" - -+#include -+ - struct gkick_compressor { - int enabled; - -diff --git dsp/src/distortion.h dsp/src/distortion.h -index 4e42f11..b06e6e5 100644 ---- dsp/src/distortion.h -+++ dsp/src/distortion.h -@@ -26,6 +26,8 @@ - - #include "geonkick_internal.h" - -+#include -+ - struct gkick_distortion { - int enabled; - /* Input limiter for distortion. */ -diff --git dsp/src/synthesizer.h dsp/src/synthesizer.h -index 303f810..d4d4f9b 100644 ---- dsp/src/synthesizer.h -+++ dsp/src/synthesizer.h -@@ -31,6 +31,8 @@ - - #include - -+#include -+ - struct gkick_synth { - atomic_size_t id; - char name[30]; diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template index 3af40e196c6..e3acec2aa4a 100644 --- a/srcpkgs/geonkick/template +++ b/srcpkgs/geonkick/template @@ -1,17 +1,17 @@ # Template file for 'geonkick' pkgname=geonkick -version=2.7.2 +version=2.8.0 revision=1 build_style=cmake -hostmakedepends="pkg-config tar xz redkite" -makedepends="redkite-devel jack-devel libsndfile-devel rapidjson +hostmakedepends="pkg-config tar xz" +makedepends="jack-devel libsndfile-devel rapidjson lv2 libX11-devel cairo-devel" short_desc="Free software percussion synthesizer" maintainer="teldra " license="GPL-3.0-or-later" homepage="https://github.com/iurie-sw/geonkick" distfiles="https://github.com/iurie-sw/geonkick/archive/v${version}.tar.gz" -checksum=ee4afd97657620ffdcae34192c1d51953059b79d382bc4f165252085b6e24010 +checksum=ec656e76df13ae1226bba6eeb8146c4f0ddbae2c34d28a89db473c16497eaff4 make_check=extended # No target to "ninja test". if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then