geonkick: update to 2.8.0.
This commit is contained in:
parent
2883206db2
commit
9741c1184b
@ -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 <pthread.h>
|
|
||||||
+
|
|
||||||
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 <pthread.h>
|
|
||||||
+
|
|
||||||
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 <stdatomic.h>
|
|
||||||
|
|
||||||
+#include <pthread.h>
|
|
||||||
+
|
|
||||||
struct gkick_synth {
|
|
||||||
atomic_size_t id;
|
|
||||||
char name[30];
|
|
@ -1,17 +1,17 @@
|
|||||||
# Template file for 'geonkick'
|
# Template file for 'geonkick'
|
||||||
pkgname=geonkick
|
pkgname=geonkick
|
||||||
version=2.7.2
|
version=2.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config tar xz redkite"
|
hostmakedepends="pkg-config tar xz"
|
||||||
makedepends="redkite-devel jack-devel libsndfile-devel rapidjson
|
makedepends="jack-devel libsndfile-devel rapidjson
|
||||||
lv2 libX11-devel cairo-devel"
|
lv2 libX11-devel cairo-devel"
|
||||||
short_desc="Free software percussion synthesizer"
|
short_desc="Free software percussion synthesizer"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/iurie-sw/geonkick"
|
homepage="https://github.com/iurie-sw/geonkick"
|
||||||
distfiles="https://github.com/iurie-sw/geonkick/archive/v${version}.tar.gz"
|
distfiles="https://github.com/iurie-sw/geonkick/archive/v${version}.tar.gz"
|
||||||
checksum=ee4afd97657620ffdcae34192c1d51953059b79d382bc4f165252085b6e24010
|
checksum=ec656e76df13ae1226bba6eeb8146c4f0ddbae2c34d28a89db473c16497eaff4
|
||||||
make_check=extended # No target to "ninja test".
|
make_check=extended # No target to "ninja test".
|
||||||
|
|
||||||
if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then
|
if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user