[SCM] calf/master: Fix export of the lv2ui_descriptor symbol

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


The following commit has been merged in the master branch:
commit 540f137540522a4b69855ac2cd0f7dbbf3db607e
Author: Nedko Arnaudov <nedko at arnaudov.name>
Date:   Tue Feb 8 15:49:12 2011 +0200

    Fix export of the lv2ui_descriptor symbol

diff --git a/src/Makefile.am b/src/Makefile.am
index 8cae7f3..1aebbc7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,7 +69,7 @@ calflv2gui_la_SOURCES = gui.cpp gui_config.cpp gui_controls.cpp ctl_curve.cpp ct
 if USE_DEBUG
 calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat $(GUI_DEPS_LIBS) -disable-static
 else
-calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -export-symbols-regex "lv2_gui_descriptor" $(GUI_DEPS_LIBS) -disable-static
+calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -export-symbols-regex "lv2ui_descriptor" $(GUI_DEPS_LIBS) -disable-static
 endif
 
 else
@@ -82,7 +82,7 @@ calflv2gui_la_SOURCES = metadata.cpp giface.cpp preset.cpp lv2gui.cpp osctl.cpp
 if USE_DEBUG
 calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat $(GLIB_DEPS_LIBS) -disable-static
 else
-calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -export-symbols-regex "lv2_gui_descriptor" $(GLIB_DEPS_LIBS) -disable-static
+calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -export-symbols-regex "lv2ui_descriptor" $(GLIB_DEPS_LIBS) -disable-static
 endif
 
 endif

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list