[SCM] calf/master: + AutoHell: update version number, add missing lv2_contexts.h to Makefile.am

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:49 UTC 2013


The following commit has been merged in the master branch:
commit 32b49c6a9cfab3e34b0bb26663f6fb90a88766cd
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Oct 29 00:10:02 2008 +0000

    + AutoHell: update version number, add missing lv2_contexts.h to Makefile.am

diff --git a/configure.ac b/configure.ac
index 47e5707..5c7cf24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([calf],[0.0.15],[wdev at foltman.com])
+AC_INIT([calf],[0.0.16],[wdev at foltman.com])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
 
diff --git a/src/calf/Makefile.am b/src/calf/Makefile.am
index 9050b5d..2994a0a 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 \
-    delay.h envelope.h fft.h fixed_point.h giface.h gui.h inertia.h \
-    jackhost.h lv2_event.h lv2_ui.h lv2_uri_map.h lv2-midiport.h lv2helpers.h lv2wrap.h \
+    delay.h envelope.h fft.h fixed_point.h giface.h gui.h inertia.h jackhost.h \
+    lv2_contexts.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 \
     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