[SCM] calf/master: Build system fix.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:05 UTC 2013


The following commit has been merged in the master branch:
commit 8dda81a99f6b026fc132b543cefe0707eeae7ed4
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Apr 11 00:26:48 2010 +0100

    Build system fix.
    
    Use symlink method for the LADSPA plugin as well.

diff --git a/src/Makefile.am b/src/Makefile.am
index 1cc5f2b..2f41a35 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -86,7 +86,7 @@ endif
 if USE_LADSPA
 	install -d -m 755 $(DESTDIR)$(with_ladspa_dir)
 	install -d -m 755 $(DESTDIR)$(with_ladspa_rdf_dir)
-	install -c -m 755 $(top_builddir)/src/.libs/calf.so $(DESTDIR)$(with_ladspa_dir)/calf.so
+	ln -sf $(DESTDIR)$(pkglibdir)/calf.so $(DESTDIR)$(with_ladspa_dir)/calf.so
 	$(top_builddir)/src/calfmakerdf > $(DESTDIR)$(with_ladspa_rdf_dir)/calf.rdf
 endif
 if USE_DSSI

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list