Package Details: calf-git 0.90.0.r2499.bc104350-2

Git Clone URL: https://aur.archlinux.org/calf-git.git (read-only, click to copy)
Package Base: calf-git
Description: LV2/JACK audio plug-ins for musicians (git version)
Upstream URL: http://calf-studio-gear.org/
Licenses: GPL, LGPL
Conflicts: calf
Provides: calf
Submitter: hollunder
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 34
Popularity: 0.000000
First Submitted: 2009-04-06 12:51 (UTC)
Last Updated: 2018-06-15 09:27 (UTC)

Required by (5)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

speps commented on 2012-06-06 11:04 (UTC)

@greygjhart Not obvious. That's a rule: https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Prerequisites

greygjhart commented on 2012-06-04 03:33 (UTC)

Maybe those dependencies are too obvious, but I didn't have the autoconf and automake packages installed, which caused my build to fail. Maybe it could be a good idea to add these to the makedepends in the PKGBUILD. => http://pastebin.com/PZ5brhsc

speps commented on 2012-05-22 14:08 (UTC)

@loke Welcome to Arch Linux, calf-git builds fine here. If you need to build this on *buntu, you may better ask on *buntu dedicated platforms (irc, forums, ppa, etc).

<deleted-account> commented on 2012-05-20 22:26 (UTC)

Hi I am trying to compile it after fetching source from git://repo.or.cz/calf.git, but get this error on Ubuntu 12.04. Can you suggest a fix?

speps commented on 2012-04-27 22:28 (UTC)

@jass0 Thanks, glib2-2.32.1-1 was causing that. Now it is in [core], I've added a DSO link fix. Cheers

<deleted-account> commented on 2012-04-14 15:02 (UTC)

Unfortunately yes. *** Warning: Linking the executable calfjackhost against the loadable module *** calf.so is not portable! libtool: link: g++ -ffast-math -finline-limit=80 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/lash-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/alsa -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -O0 -g -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -o .libs/calfjackhost gtk_session_env.o host_session.o jack_client.o jackhost.o gtk_main_win.o session_mgr.o ./.libs/libcalfgui.a ./.libs/calf.so -lexpat -ljack -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lcairo -lfluidsynth -ldrfftw -ldfftw -llash -ldbus-1 -lpthread -lrt -luuid -lxml2 -lasound -pthread -Wl,-rpath -Wl,/usr/lib/lv2//calf.lv2 /usr/bin/ld: jackhost.o: undefined reference to symbol 'g_thread_init' /usr/bin/ld: note: 'g_thread_init' is defined in DSO /usr/lib/libgthread-2.0.so.0 so try adding it to the linker command line /usr/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status I am using glib2-2.32.1-1 from testing. Any advice?

speps commented on 2012-04-13 13:19 (UTC)

@jass0 Hi, I cannot reproduce. Do you still get the DSO link failure?

<deleted-account> commented on 2012-04-08 03:39 (UTC)

it can be fixed with this :) # g_thread_init fix sed -i -e '/glib-2.0/a\ AC_CHECK_LIB(gthread-2.0, g_thread_init)' configure.ac

<deleted-account> commented on 2012-04-08 03:26 (UTC)

/usr/bin/ld: jackhost.o: undefined reference to symbol 'g_thread_init' /usr/bin/ld: note: 'g_thread_init' is defined in DSO /usr/lib/libgthread-2.0.so.0 so try adding it to the linker command line /usr/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation

speps commented on 2012-02-29 12:56 (UTC)

@nefeli Thanks for reporting, updated with the new fftw2 dependency in release 20120229-1. Upstream does not provide DSSI and LADSPA plugins anymore.