[SCM] calf/master: + AutoHell: include GUI XML files in the distribution

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:32 UTC 2013


The following commit has been merged in the master branch:
commit 5d5a08af971249744d53eb022b0f4ab3baaf7594
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Nov 17 20:25:01 2008 +0000

    + AutoHell: include GUI XML files in the distribution

diff --git a/Makefile.am b/Makefile.am
index 5480dc0..024cdb8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SRCDIRS = src
+SRCDIRS = src gui
 
 SUBDIRS = $(SRCDIRS)
 
diff --git a/configure.ac b/configure.ac
index 75d814d..d7a0c56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,6 +197,7 @@ AC_CHECK_FUNCS([floor memset pow])
 
 AC_CONFIG_FILES([Makefile
                  calf.desktop
+                 gui/Makefile
                  src/Makefile
                  src/calf/Makefile])
 AC_MSG_RESULT([
diff --git a/gui/Makefile.am b/gui/Makefile.am
new file mode 100644
index 0000000..639fc9f
--- /dev/null
+++ b/gui/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = $(wildcard gui-*.xml)
diff --git a/src/Makefile.am b/src/Makefile.am
index 2cb6aa1..0d33ab1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -123,6 +123,7 @@ endif
 if USE_JACK
 	rm -f $(DESTDIR)$(pkglibdir)/calf.glade 
 endif
+	rm -f $(DESTDIR)$(pkglibdir)/gui-*.xml
 	rm -f $(DESTDIR)$(pkglibdir)/presets.xml
 	rm -f $(DESTDIR)$(pkglibdir)/knob.png
 	rmdir $(DESTDIR)$(pkglibdir) || true
diff --git a/src/calf/Makefile.am b/src/calf/Makefile.am
index 2953741..d62ce53 100644
--- a/src/calf/Makefile.am
+++ b/src/calf/Makefile.am
@@ -2,8 +2,8 @@ calfdir = $(includedir)/calf
 
 calf_HEADERS = audio_fx.h benchmark.h biquad.h buffer.h custom_ctl.h \
     ctl_curve.h ctl_keyboard.h ctl_led.h \
-    delay.h envelope.h fft.h fixed_point.h giface.h gui.h inertia.h jackhost.h \
+    delay.h envelope.h fft.h fixed_point.h giface.h gui.h inertia.h jackhost.h ladspa_wrap.h loudness.h \
     lv2_contexts.h lv2_data_access.h lv2_event.h lv2_ui.h lv2_uri_map.h lv2-midiport.h lv2helpers.h lv2wrap.h \
-    main_win.h modules.h modules_dev.h modules_small.h modules_synths.h modulelist.h \
+    main_win.h metadata.h modules.h modules_dev.h modules_small.h modules_synths.h modulelist.h \
     multichorus.h onepole.h organ.h osc.h osctl.h osctlnet.h plugininfo.h preset.h \
     preset_gui.h primitives.h synth.h utils.h wave.h

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list