Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5570

Modified Files:
        fluidsynth.info fluidsynth.patch 
Log Message:
Fixes powerpc-darwin8 build error. Update by fangism, with maintainer's
consent, from the submissions tracker:
https://sourceforge.net/tracker/?func=detail&aid=2857895&group_id=17203&atid=414256


Index: fluidsynth.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/fluidsynth.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fluidsynth.patch    1 Mar 2009 02:00:38 -0000       1.3
+++ fluidsynth.patch    24 Sep 2009 20:27:36 -0000      1.4
@@ -27,3 +27,24 @@
  
  else
    midishare_found=no
+--- fluidsynth-1.0.9/src/fluid_coremidi.c.orig 2009-09-12 21:21:18.000000000 
-0700
++++ fluidsynth-1.0.9/src/fluid_coremidi.c      2009-09-12 21:22:22.000000000 
-0700
+@@ -32,6 +32,18 @@
+ #include "fluid_mdriver.h"
+ #include "fluid_settings.h"
+ 
++/* enum definition in OpenTransportProviders.h defines these tokens 
++   which are #defined from <netinet/tcp.h> */
++#ifdef        TCP_NODELAY
++#undef        TCP_NODELAY
++#endif
++#ifdef        TCP_MAXSEG
++#undef        TCP_MAXSEG
++#endif
++#ifdef        TCP_KEEPALIVE
++#undef        TCP_KEEPALIVE
++#endif
++
+ #include <unistd.h>
+ #include <CoreServices/CoreServices.h>
+ #include <CoreMIDI/MIDIServices.h>

Index: fluidsynth.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/fluidsynth.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fluidsynth.info     2 May 2009 03:38:20 -0000       1.4
+++ fluidsynth.info     24 Sep 2009 20:27:36 -0000      1.5
@@ -1,15 +1,18 @@
 Package: fluidsynth
 Version: 1.0.9
-Revision: 169
+Revision: 170
 ###
 Depends: %N-shlibs (= %v-%r)
 ###
 BuildDepends: <<
+fink (>= 0.24.12), 
 pkgconfig, libflac8-dev, libsndfile1-dev (>= 1.0.17-4), libgnugetopt (>= 
1.2-3), readline5 (>=5.0-1005), jack (>=0.116.0-2), jack-dev (>=0.116.0-2)
 <<
 ###
 Source: http://download.savannah.gnu.org/releases/fluid/%n-%v.tar.gz
 Source-md5: 5847552e09528fc91dca88f10cb9391c
+PatchFile: %n.patch
+PatchFile-MD5: 7405029d3153abef4de0f7aaa8067329
 ###
 SetLDFLAGS:
 ConfigureParams: 


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to