diff --git a/srcpkgs/calf/patches/musl-no-uint.patch b/srcpkgs/calf/patches/musl-no-uint.patch deleted file mode 100644 index 9e032e0f3e5..00000000000 --- a/srcpkgs/calf/patches/musl-no-uint.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/calf/audio_fx.h.orig 2016-06-06 17:44:07.843406970 +0200 -+++ src/calf/audio_fx.h 2016-06-06 17:44:11.809407175 +0200 -@@ -682,7 +682,7 @@ - private: - public: - float target, real, amount; -- uint samples, round, cnt; -+ unsigned int samples, round, cnt; - double last; - samplereduction(); - void set_params(float am); diff --git a/srcpkgs/calf/template b/srcpkgs/calf/template index 26711c7607c..1e367f52db6 100644 --- a/srcpkgs/calf/template +++ b/srcpkgs/calf/template @@ -1,12 +1,9 @@ # Template file for 'calf' pkgname=calf -version=0.90.0 +version=0.90.1 revision=1 build_style=gnu-configure configure_args="--enable-experimental" -if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then - configure_args+=" --enable-sse" -fi hostmakedepends="automake libtool pkg-config" makedepends="expat-devel dssi-devel jack-devel glib-devel gtk+-devel libglade-devel cairo-devel ladish-devel fftw-devel fluidsynth-devel @@ -15,11 +12,15 @@ depends="ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme" homepage="http://calf-studio-gear.org" short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host" maintainer="Juan RP " -license="LGPL-2" -distfiles="https://github.com/calf-studio-gear/calf/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=1e470c313cb90ab4289a41971d3e77047782f4fea767fc7b28a2ce2adc771848 +license="LGPL-2.1-or-later" +distfiles="https://github.com/calf-studio-gear/calf/archive/${version}.tar.gz" +checksum=0bd44bdcfc7d32d6f929b2b2a546407d81b355f2632ae33f6406186609cf3a41 nocross="https://build.voidlinux.eu/builders/armv6l_builder/builds/6795/steps/shell_3/logs/stdio" +case "$XBPS_TARGET_MACHINE" in + i686*|x86_64*) configure_args+=" --enable-sse";; +esac + pre_configure() { ./autogen.sh }