From daf9590f85dafd5b03debfbf988be18bb573a1c2 Mon Sep 17 00:00:00 2001 From: davehome Date: Sat, 22 Sep 2012 01:39:12 -0600 Subject: [PATCH] New package: calf-0.0.18.6. --- srcpkgs/calf/calf.rshlibs | 23 ++++++++++++++++ srcpkgs/calf/patches/include_fix_arch.patch | 30 +++++++++++++++++++++ srcpkgs/calf/template | 24 +++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 srcpkgs/calf/calf.rshlibs create mode 100644 srcpkgs/calf/patches/include_fix_arch.patch create mode 100644 srcpkgs/calf/template diff --git a/srcpkgs/calf/calf.rshlibs b/srcpkgs/calf/calf.rshlibs new file mode 100644 index 0000000000..8566f58a64 --- /dev/null +++ b/srcpkgs/calf/calf.rshlibs @@ -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 diff --git a/srcpkgs/calf/patches/include_fix_arch.patch b/srcpkgs/calf/patches/include_fix_arch.patch new file mode 100644 index 0000000000..ebbb063155 --- /dev/null +++ b/srcpkgs/calf/patches/include_fix_arch.patch @@ -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 + #include + #include ++#include + #include + + #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 + #include + #include ++#include + 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 ++#include + #include + #include + #include diff --git a/srcpkgs/calf/template b/srcpkgs/calf/template new file mode 100644 index 0000000000..4b201d1a12 --- /dev/null +++ b/srcpkgs/calf/template @@ -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 " +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" +