New package: calf-0.0.18.6.
This commit is contained in:
parent
1dfba342c9
commit
daf9590f85
3 changed files with 77 additions and 0 deletions
23
srcpkgs/calf/calf.rshlibs
Normal file
23
srcpkgs/calf/calf.rshlibs
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
libexpat.so.1
|
||||||
|
libjack.so.0
|
||||||
|
libglade-2.0.so.0
|
||||||
|
libgtk-x11-2.0.so.0
|
||||||
|
libgdk-x11-2.0.so.0
|
||||||
|
libgdk_pixbuf-2.0.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libcairo.so.2
|
||||||
|
liblash.so.1
|
||||||
|
libstdc++.so.6
|
||||||
|
libm.so.6
|
||||||
|
libgcc_s.so.1
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
||||||
|
libxml2.so.2
|
||||||
|
libatk-1.0.so.0
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libpangoft2-1.0.so.0
|
||||||
|
libpangocairo-1.0.so.0
|
||||||
|
libpango-1.0.so.0
|
||||||
|
libfreetype.so.6
|
||||||
|
libfontconfig.so.1
|
30
srcpkgs/calf/patches/include_fix_arch.patch
Normal file
30
srcpkgs/calf/patches/include_fix_arch.patch
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
--- 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>
|
24
srcpkgs/calf/template
Normal file
24
srcpkgs/calf/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'calf'
|
||||||
|
pkgname=calf
|
||||||
|
version=0.0.18.6
|
||||||
|
homepage="http://calf.sourceforge.net"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-experimental"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
revision=1
|
||||||
|
makedepends="expat-devel dssi-devel jack-devel glib-devel gtk+-devel
|
||||||
|
libglade-devel cairo-devel ladish-devel>=1_3"
|
||||||
|
fulldepends="ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
||||||
|
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
||||||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
license="LGPL-2"
|
||||||
|
checksum=304733efbafc00c94807a0f8d5a56125893769231db48f8d6a889b9ca794860f
|
||||||
|
long_desc="
|
||||||
|
The Calf project aims at providing a set of high quality open source audio
|
||||||
|
plugins for musicians. All the included plugins are designed to be used with
|
||||||
|
multitrack software, as software replacement for instruments and guitar stomp
|
||||||
|
boxes (and not as single modules in a modular synthesizer, which was a primary
|
||||||
|
design goal in some other open source plugin packages)."
|
||||||
|
|
||||||
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
Loading…
Reference in a new issue