[SCM] calf/master: Install calf.so in pkglibdir, not in lv2dir, as LV2 may be disabled.
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue May 7 15:41:07 UTC 2013
The following commit has been merged in the master branch:
commit f581f01380e37e55e8737a65c7a79d38169a1780
Author: Krzysztof Foltman <wdev at foltman.com>
Date: Wed Aug 29 20:43:47 2012 +0100
Install calf.so in pkglibdir, not in lv2dir, as LV2 may be disabled.
diff --git a/src/Makefile.am b/src/Makefile.am
index 1039d1b..eebdefa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,9 +40,9 @@ calfbenchmark_LDADD = $(GLIB_DEPS_LIBS) -lsrfftw -lsfftw calf.la
calf_la_SOURCES = audio_fx.cpp metadata.cpp modules.cpp modules_comp.cpp modules_limit.cpp modules_dist.cpp modules_eq.cpp modules_mod.cpp fluidsynth.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp plugin.cpp preset.cpp synth.cpp utils.cpp wavetable.cpp modmatrix.cpp
calf_la_LIBADD ?= $(FLUIDSYNTH_DEPS_LIBS)
if USE_DEBUG
-calf_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -disable-static $(FLUIDSYNTH_DEPS_LIBS) -lsrfftw -lsfftw
+calf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -module -lexpat -disable-static $(FLUIDSYNTH_DEPS_LIBS) -lsrfftw -lsfftw
else
-calf_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -disable-static -export-symbols-regex "lv2_descriptor" $(FLUIDSYNTH_DEPS_LIBS) -lsrfftw -lsfftw
+calf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -module -lexpat -disable-static -export-symbols-regex "lv2_descriptor" $(FLUIDSYNTH_DEPS_LIBS) -lsrfftw -lsfftw
endif
if USE_LV2_GUI
--
calf audio plugins packaging
More information about the pkg-multimedia-commits
mailing list