mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
calf: update to 0.0.19.
This commit is contained in:
parent
f66565f674
commit
72dd9ff642
2 changed files with 5 additions and 35 deletions
|
@ -1,30 +0,0 @@
|
||||||
--- src/benchmark.cpp 2012-07-08 21:57:55.246042862 +0800
|
|
||||||
+++ src/benchmark.cpp 2012-07-08 21:58:20.015908672 +0800
|
|
||||||
@@ -26,6 +26,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <config.h>
|
|
||||||
+#include <unistd.h>
|
|
||||||
#include <calf/audio_fx.h>
|
|
||||||
|
|
||||||
#ifdef BENCHMARK_PLUGINS
|
|
||||||
--- src/osctlnet.cpp 2012-07-08 21:57:55.246042862 +0800
|
|
||||||
+++ src/osctlnet.cpp 2012-07-08 21:58:19.002580827 +0800
|
|
||||||
@@ -26,6 +26,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <sstream>
|
|
||||||
#include <stdio.h>
|
|
||||||
+#include <unistd.h>
|
|
||||||
using namespace osctl;
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
--- src/preset.cpp 2012-07-08 21:57:55.246042862 +0800
|
|
||||||
+++ src/preset.cpp 2012-07-08 21:58:18.989247567 +0800
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
+#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <errno.h>
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'calf'
|
# Template file for 'calf'
|
||||||
pkgname=calf
|
pkgname=calf
|
||||||
version=0.0.18.6
|
version=0.0.19
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental"
|
configure_args="--enable-experimental --enable-sse"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="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>=1_3
|
libglade-devel cairo-devel ladish-devel>=1_3 fftw-devel fluidsynth-devel
|
||||||
ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
||||||
depends="ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
depends="ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
||||||
homepage="http://calf.sourceforge.net"
|
homepage="http://calf.sourceforge.net"
|
||||||
|
@ -14,4 +14,4 @@ short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=304733efbafc00c94807a0f8d5a56125893769231db48f8d6a889b9ca794860f
|
checksum=1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec
|
||||||
|
|
Loading…
Add table
Reference in a new issue