[SCM] calf/master: + Additions to 0.0.9 changelog + configure.in update (up version numbers, add dependency on Cairo, reword requirements message)

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


The following commit has been merged in the master branch:
commit 0ea5d96a2d854e8fe68a0eef7447683f87100e29
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Wed Dec 26 23:48:41 2007 +0000

    + Additions to 0.0.9 changelog
    + configure.in update (up version numbers, add dependency on Cairo, reword requirements message)
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@46 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/ChangeLog b/ChangeLog
index 07bf2bd..04e80ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,3 +2,11 @@ Version 0.0.9
 
 + started creating an XML-based GUI (for monosynth only in this version)
 + created a GTK+ control for displaying waveforms and filter response graphs
+in Monosynth (and maybe others in future)
++ Monosynth: notch filter changes (made notch bandwidth proportional to Q,
+just for fun, might be a bad idea)
++ Monosynth: more waves
++ Monosynth: capped Sustain level to 0.999 so that decay time actually means
+something with Sustain = 100% (not a great way to do it, but acceptable in
+this case)
++ autotools configuration update (detect Cairo and require newer GTK+)
diff --git a/configure.in b/configure.in
index 87c8967..eca617d 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([calf],[0.0.8],[wdev at foltman.com])
+AC_INIT([calf],[0.0.9],[wdev at foltman.com])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
 
@@ -56,9 +56,9 @@ AC_SUBST(JACK_DEPS_LIBS)
 
 PHAT_ENABLED="no"
 if test "$JACK_FOUND" = "yes"; then
-  PKG_CHECK_MODULES(GUI_DEPS, gtk+-2.0 >= 2.4.0 libglade-2.0 >= 2.4.0, 
+  PKG_CHECK_MODULES(GUI_DEPS, gtk+-2.0 >= 2.8.0 libglade-2.0 >= 2.4.0 cairo >= 1.2.0,
     JACK_ENABLED="yes",
-    JACK_ENABLED="no (GTK+ or libglade is missing or too old)"
+    JACK_ENABLED="no (GTK+ 2.8, cairo 1.2 and libglade 2.4.0 or newer required)"
   )
 else
   JACK_ENABLED="no"

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list