mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
calf: update to 0.90.1.
This commit is contained in:
parent
7eb6886f91
commit
24e2b3f444
2 changed files with 8 additions and 18 deletions
|
@ -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);
|
|
|
@ -1,12 +1,9 @@
|
||||||
# Template file for 'calf'
|
# Template file for 'calf'
|
||||||
pkgname=calf
|
pkgname=calf
|
||||||
version=0.90.0
|
version=0.90.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental"
|
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"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="expat-devel dssi-devel jack-devel glib-devel gtk+-devel
|
makedepends="expat-devel dssi-devel jack-devel glib-devel gtk+-devel
|
||||||
libglade-devel cairo-devel ladish-devel fftw-devel fluidsynth-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"
|
homepage="http://calf-studio-gear.org"
|
||||||
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2"
|
license="LGPL-2.1-or-later"
|
||||||
distfiles="https://github.com/calf-studio-gear/calf/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/calf-studio-gear/calf/archive/${version}.tar.gz"
|
||||||
checksum=1e470c313cb90ab4289a41971d3e77047782f4fea767fc7b28a2ce2adc771848
|
checksum=0bd44bdcfc7d32d6f929b2b2a546407d81b355f2632ae33f6406186609cf3a41
|
||||||
nocross="https://build.voidlinux.eu/builders/armv6l_builder/builds/6795/steps/shell_3/logs/stdio"
|
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() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue