Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4612

Modified Files:
        ladspa-cmt.info ladspa-cmt.patch ladspa.info ladspa.patch 
Log Message:
latest version to stable


Index: ladspa-cmt.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/ladspa-cmt.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ladspa-cmt.patch    20 Jan 2006 20:12:58 -0000      1.1
+++ ladspa-cmt.patch    20 Jan 2010 06:10:14 -0000      1.2
@@ -1,6 +1,6 @@
-diff -uNr cmt/src/analogue.cpp cmt-new/src/analogue.cpp
---- cmt/src/analogue.cpp       Sat Feb 17 06:50:07 2001
-+++ cmt-new/src/analogue.cpp   Sun Oct 26 21:25:27 2003
+diff -Nurd cmt/src/analogue.cpp cmt-patched/src/analogue.cpp
+--- cmt/src/analogue.cpp       2001-02-17 06:50:07.000000000 -0500
++++ cmt-patched/src/analogue.cpp       2009-08-22 23:15:49.000000000 -0400
 @@ -24,7 +24,7 @@
  
  
/*****************************************************************************/
@@ -10,9 +10,9 @@
  #include <math.h>
  #include <stdlib.h>
  #include "cmt.h"
-diff -uNr cmt/src/canyondelay.cpp cmt-new/src/canyondelay.cpp
---- cmt/src/canyondelay.cpp    Sat Nov  4 06:39:53 2000
-+++ cmt-new/src/canyondelay.cpp        Sun Oct 26 21:25:27 2003
+diff -Nurd cmt/src/canyondelay.cpp cmt-patched/src/canyondelay.cpp
+--- cmt/src/canyondelay.cpp    2000-11-04 06:39:53.000000000 -0500
++++ cmt-patched/src/canyondelay.cpp    2009-08-22 23:15:49.000000000 -0400
 @@ -25,7 +25,7 @@
  
/*****************************************************************************/
  
@@ -22,9 +22,9 @@
  #include <math.h>
  #include "cmt.h"
  
-diff -uNr cmt/src/lofi.cpp cmt-new/src/lofi.cpp
---- cmt/src/lofi.cpp   Mon Sep 17 18:15:46 2001
-+++ cmt-new/src/lofi.cpp       Sun Oct 26 21:25:27 2003
+diff -Nurd cmt/src/lofi.cpp cmt-patched/src/lofi.cpp
+--- cmt/src/lofi.cpp   2001-09-17 18:15:46.000000000 -0400
++++ cmt-patched/src/lofi.cpp   2009-08-22 23:15:49.000000000 -0400
 @@ -24,7 +24,7 @@
  
  
/*****************************************************************************/
@@ -34,41 +34,31 @@
  #include <math.h>
  #include <stdlib.h>
  #include "cmt.h"
-diff -uNr cmt/src/makefile cmt-new/src/makefile
---- cmt/src/makefile   Thu Dec 19 15:52:51 2002
-+++ cmt-new/src/makefile       Sun Oct 26 21:26:14 2003
-@@ -5,15 +5,15 @@
- # Change this if you want to install somewhere else. In particularly
- # you may wish to remove the middle "local/" part.
- 
--INSTALL_PLUGINS_DIR   =       /usr/local/lib/ladspa/
-+INSTALL_PLUGINS_DIR   =       @PREFIX@/lib/ladspa/
- 
- 
###############################################################################
- #
+diff -Nurd cmt/src/makefile cmt-patched/src/makefile
+--- cmt/src/makefile   2007-11-06 05:25:34.000000000 -0500
++++ cmt-patched/src/makefile   2009-08-22 23:16:39.000000000 -0400
+@@ -11,7 +11,7 @@
  # GENERAL
  #
  
--INCLUDES      =       -I/usr/local/include/
--CFLAGS                =       $(INCLUDES) -Wall -Werror -O3 -fPIC
-+INCLUDES      =       -I. -...@prefix@/include/
-+CFLAGS                =       $(INCLUDES) -Wall -Werror -O3 -fno-common
+-CFLAGS                =       $(INCLUDES) -Wall -O3 -fPIC
++CFLAGS                =       $(INCLUDES) -Wall -O3 -fPIC -fno-common
  CXXFLAGS      =       $(CFLAGS)
  PLUGIN_LIB    =       ../plugins/cmt.so
  
-@@ -68,24 +68,12 @@
+@@ -66,25 +66,13 @@
  targets:      $(PLUGIN_LIB)
  
  $(PLUGIN_LIB):        $(PLUGIN_OBJECTS)
 -      $(CXX)  -shared                                                 \
-+      $(CXX)  -dynamiclib -...@prefix@/lib -ldl                               
\
++      $(CXX)  -bundle -...@prefix@/lib -ldl                           \
                -o $(PLUGIN_LIB)                                        \
                $(PLUGIN_OBJECTS)                                       
  
  install:      $(PLUGIN_LIB)
 -      -strip $(PLUGIN_LIB)
        cp $(PLUGIN_LIB) $(INSTALL_PLUGINS_DIR)
--
+ 
 -test: /tmp/test.wav ../../ladspa_sdk/snd/noise.wav always
 -      @echo ---------------------------------------------
 -      @echo First listen to the white noise input signal:
@@ -79,12 +69,13 @@
 -      @echo -------------------------
 -      @echo Should be a noise band around 6000Hz, repeated quietly after 1s.
 -      play /tmp/test.wav
- 
+-
  /tmp/test.wav:        $(PLUGIN_LIB) ../../ladspa_sdk/snd/noise.wav
        analyseplugin $(PLUGIN_LIB)
-diff -uNr cmt/src/phasemod.cpp cmt-new/src/phasemod.cpp
---- cmt/src/phasemod.cpp       Mon Sep 17 18:15:46 2001
-+++ cmt-new/src/phasemod.cpp   Sun Oct 26 21:25:27 2003
+       echo;analyseplugin -l $(PLUGIN_LIB);echo
+diff -Nurd cmt/src/phasemod.cpp cmt-patched/src/phasemod.cpp
+--- cmt/src/phasemod.cpp       2001-09-17 18:15:46.000000000 -0400
++++ cmt-patched/src/phasemod.cpp       2009-08-22 23:15:49.000000000 -0400
 @@ -24,7 +24,7 @@
  
  
/*****************************************************************************/
@@ -94,9 +85,9 @@
  #include <math.h>
  #include <stdlib.h>
  #include "cmt.h"
-diff -uNr cmt/src/syndrum.cpp cmt-new/src/syndrum.cpp
---- cmt/src/syndrum.cpp        Thu Dec 19 15:54:36 2002
-+++ cmt-new/src/syndrum.cpp    Sun Oct 26 21:25:27 2003
+diff -Nurd cmt/src/syndrum.cpp cmt-patched/src/syndrum.cpp
+--- cmt/src/syndrum.cpp        2002-12-19 15:54:36.000000000 -0500
++++ cmt-patched/src/syndrum.cpp        2009-08-22 23:15:49.000000000 -0400
 @@ -24,7 +24,7 @@
  
  
/*****************************************************************************/
@@ -106,9 +97,9 @@
  #include <math.h>
  #include "cmt.h"
  
-diff -uNr cmt/src/vcf303.cpp cmt-new/src/vcf303.cpp
---- cmt/src/vcf303.cpp Sat Nov  4 06:39:53 2000
-+++ cmt-new/src/vcf303.cpp     Sun Oct 26 21:25:27 2003
+diff -Nurd cmt/src/vcf303.cpp cmt-patched/src/vcf303.cpp
+--- cmt/src/vcf303.cpp 2000-11-04 06:39:53.000000000 -0500
++++ cmt-patched/src/vcf303.cpp 2009-08-22 23:15:49.000000000 -0400
 @@ -26,7 +26,7 @@
  
/*****************************************************************************/
  

Index: ladspa.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/ladspa.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ladspa.info 26 Aug 2009 07:14:22 -0000      1.3
+++ ladspa.info 20 Jan 2010 06:10:14 -0000      1.4
@@ -1,14 +1,13 @@
 Package: ladspa
-Version: 1.12
-Revision: 1013
-Distribution: 10.4, 10.5
+Version: 1.13
+Revision: 1
 Maintainer: Benjamin Reed <lad...@fink.racoonfink.com>
 
-Source: http://www.ladspa.org/download/ladspa_sdk_1.12.tgz
-Source-MD5: dbd63dd701d80b152943073c84565c14
-BuildDepends: fink (>= 0.24.12)
+BuildDepends: fink (>= 0.28-1)
+Source: http://www.ladspa.org/download/ladspa_sdk_%v.tgz
+Source-MD5: 671be3e1021d0722cadc7fb27054628e
 PatchFile: %n.patch
-PatchFile-MD5: c031a9e98202c82d53f862760b2737ed
+PatchFile-MD5: 718eb20ebabad6f8d88e8bb3037266bd
 PatchScript: sed -e 's,@PREFIX@,%p,g' %{PatchFile} | patch -p1
 SourceDirectory: %N_sdk
 GCC: 4.0

Index: ladspa-cmt.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/ladspa-cmt.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ladspa-cmt.info     29 Mar 2009 22:04:26 -0000      1.5
+++ ladspa-cmt.info     20 Jan 2010 06:10:14 -0000      1.6
@@ -1,25 +1,23 @@
 Package: ladspa-cmt
-Version: 1.15
-Revision: 1012
-Architecture: powerpc
-Distribution: 10.4
+Version: 1.16
+Revision: 1
 Maintainer: Benjamin Reed <ladspa-...@fink.racoonfink.com>
-Depends: ladspa (>= 1.12-1012)
-BuildDepends: ladspa-dev (>= 1.12-1012), gcc3.3, fink (>= 0.24.12)
+Depends: ladspa (>= 1.13-1)
+BuildDepends: ladspa-dev (>= 1.13), fink (>= 0.28-1)
 
-Source: http://www.ladspa.org/download/cmt_src_1.15.tgz
-Source-MD5: aa2f0609aca8b698625d86170c426e2c
+Source: http://www.ladspa.org/download/cmt_src_%v.tgz
+Source-MD5: 15a875e5aaf79c209c223babfb41cb1c
 PatchFile: %n.patch
-PatchFile-MD5: 703a15a1295ddb1daaf3523aae7b3dc7
+PatchFile-MD5: 696d8a7bbdfdcb9730f148f1713d3d3e
 PatchScript: sed -e 's,@PREFIX@,%p,g' %{PatchFile} | patch -p1 
 SourceDirectory: cmt
-GCC: 3.3
+GCC: 4.0
 
 DocFiles: README doc/*
 CompileScript: <<
 #!/bin/sh -ev
   pushd src
-  make CC=gcc-3.3 CXX=g++-3.3
+  make
   popd
 <<
 
@@ -30,11 +28,6 @@
 <<
 
 Description: LADSPA Computer Music Toolkit (plugins)
-DescPackaging: <<
- This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
- ever updated to a more recent compiler, any packages which depend on
- this one must be updated at the same time.
-<<
 DescDetail: <<
 The Computer Music Toolkit (CMT) is a collection of LADSPA plugins
 for use with software synthesis and recording packages on Linux.

Index: ladspa.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/ladspa.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ladspa.patch        9 Feb 2006 00:41:25 -0000       1.1
+++ ladspa.patch        20 Jan 2010 06:10:14 -0000      1.2
@@ -1,6 +1,7 @@
-diff -uNr ladspa_sdk/src/applyplugin.c ladspa_sdk-new/src/applyplugin.c
---- ladspa_sdk/src/applyplugin.c       Sat May 18 13:01:36 2002
-+++ ladspa_sdk-new/src/applyplugin.c   Sun Oct 26 21:23:57 2003
+Binary files ladspa_sdk/src/.makefile.swp and 
ladspa_sdk-patched/src/.makefile.swp differ
+diff -Nurd ladspa_sdk/src/applyplugin.c ladspa_sdk-patched/src/applyplugin.c
+--- ladspa_sdk/src/applyplugin.c       2007-11-06 05:52:56.000000000 -0500
++++ ladspa_sdk-patched/src/applyplugin.c       2009-08-22 23:07:11.000000000 
-0400
 @@ -6,7 +6,7 @@
  
/*****************************************************************************/
  
@@ -10,16 +11,16 @@
  #include <errno.h>
  #include <math.h>
  #include <stdlib.h>
-diff -uNr ladspa_sdk/src/makefile ladspa_sdk-new/src/makefile
---- ladspa_sdk/src/makefile    Sat Jul  6 13:34:20 2002
-+++ ladspa_sdk-new/src/makefile        Sun Oct 26 21:24:54 2003
-@@ -5,18 +5,18 @@
- # Change these if you want to install somewhere else. In particularly
- # you may wish to remove the middle "local/" part of each entry.
+diff -Nurd ladspa_sdk/src/makefile ladspa_sdk-patched/src/makefile
+--- ladspa_sdk/src/makefile    2007-11-06 05:42:45.000000000 -0500
++++ ladspa_sdk-patched/src/makefile    2009-08-22 23:12:41.000000000 -0400
+@@ -4,18 +4,18 @@
+ #
+ # Change these if you want to install somewhere else.
  
--INSTALL_PLUGINS_DIR   =       /usr/local/lib/ladspa/
+-INSTALL_PLUGINS_DIR   =       /usr/lib/ladspa/
 -INSTALL_INCLUDE_DIR   =       /usr/include/
--INSTALL_BINARY_DIR    =       /usr/local/bin/
+-INSTALL_BINARY_DIR    =       /usr/bin/
 +INSTALL_PLUGINS_DIR   =       @PREFIX@/lib/ladspa/
 +INSTALL_INCLUDE_DIR   =       @PREFIX@/include/
 +INSTALL_BINARY_DIR    =       @PREFIX@/bin/
@@ -38,47 +39,70 @@
  CXXFLAGS      =       $(CFLAGS)
  PLUGINS               =       ../plugins/amp.so                               
\
                        ../plugins/delay.so                             \
-@@ -28,6 +28,7 @@
+@@ -27,6 +27,7 @@
                        ../bin/listplugins
  CC            =       cc
  CPP           =       c++
-+LD            = $(CC)
++LD            = $(CPP)
  
  
###############################################################################
  #
-@@ -36,27 +37,16 @@
+@@ -35,29 +36,17 @@
  
  ../plugins/%.so:      plugins/%.c ladspa.h
        $(CC) $(CFLAGS) -o plugins/$*.o -c plugins/$*.c
 -      $(LD) -o ../plugins/$*.so plugins/$*.o -shared
-+      $(LD) -bundle -o ../plugins/$*.so plugins/$*.o
++      $(LD) -o ../plugins/$*.so plugins/$*.o -bundle
  
  ../plugins/%.so:      plugins/%.cpp ladspa.h
        $(CPP) $(CXXFLAGS) -o plugins/$*.o -c plugins/$*.cpp
 -      $(CPP) -o ../plugins/$*.so plugins/$*.o -shared
-+      $(CPP) -bundle -o ../plugins/$*.so plugins/$*.o 
++      $(CPP) -o ../plugins/$*.so plugins/$*.o -bundle
  
  
###############################################################################
  #
  # TARGETS
  #
--
+ 
 -test: /tmp/test.wav ../snd/noise.wav always
 -      @echo ---------------------------------------------
 -      @echo First listen to the white noise input signal:
 -      @echo ---------------------------------------------
--      play ../snd/noise.wav
+-      -sndfile-play ../snd/noise.wav
 -      @echo -------------------------
 -      @echo Compare to plugin output.
 -      @echo -------------------------
 -      @echo Should be a noise band around 6000Hz, repeated quietly after 1s.
--      play /tmp/test.wav
- 
+-      -sndfile-play /tmp/test.wav
+-      @echo Test complete.
+-
  install:      targets
-       -mkdirhier      $(INSTALL_PLUGINS_DIR)                          \
-diff -uNr ladspa_sdk/src/search.c ladspa_sdk-new/src/search.c
---- ladspa_sdk/src/search.c    Sat Jul 21 12:04:23 2001
-+++ ladspa_sdk-new/src/search.c        Sun Oct 26 21:29:22 2003
+       -mkdirhier $(INSTALL_PLUGINS_DIR)
+       -mkdirhier $(INSTALL_INCLUDE_DIR)
+@@ -90,17 +79,17 @@
+ #
+ 
+ ../bin/applyplugin:   applyplugin.o load.o default.o
+-      $(CC) $(CFLAGS) $(LIBRARIES)                                    \
++      $(LD) $(CFLAGS) $(LIBRARIES)                                    \
+               -o ../bin/applyplugin                                   \
+               applyplugin.o load.o default.o
+ 
+ ../bin/analyseplugin: analyseplugin.o load.o default.o
+-      $(CC) $(CFLAGS) $(LIBRARIES)                                    \
++      $(LD) $(CFLAGS) $(LIBRARIES)                                    \
+               -o ../bin/analyseplugin                                 \
+               analyseplugin.o load.o default.o
+ 
+ ../bin/listplugins:   listplugins.o search.o
+-      $(CC) $(CFLAGS) $(LIBRARIES)                                    \
++      $(LD) $(CFLAGS) $(LIBRARIES)                                    \
+               -o ../bin/listplugins                                   \
+               listplugins.o search.o
+ 
+diff -Nurd ladspa_sdk/src/search.c ladspa_sdk-patched/src/search.c
+--- ladspa_sdk/src/search.c    2007-11-06 05:48:06.000000000 -0500
++++ ladspa_sdk-patched/src/search.c    2009-08-22 23:07:11.000000000 -0400
 @@ -5,12 +5,12 @@
  
  
/*****************************************************************************/


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to