Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv11443

Added Files:
        libofa0-shlibs.info libofa0-shlibs.patch 
Log Message:
new package libofa0 0.9.3

--- NEW FILE: libofa0-shlibs.info ---
Package: libofa0-shlibs
Version: 0.9.3
Revision: 1
Description: Library Open Fingerprint Architecture
License: OSI-Approved
Maintainer: Hanspeter Niederstrasser <[email protected]>
Depends: <<
        expat1-shlibs,
        fftw3-shlibs,
        libcurl4-shlibs
<<
BuildDepends: <<
        autoconf2.6,
        automake1.11,
        expat1,
        fftw3,
        fink-package-precedence,
        libcurl4,
        libtool2
<<
Source: http://musicip-libofa.googlecode.com/files/libofa-%v.tar.gz
Source-MD5: 51507d2c4b432bd2755f48d58471696e
PatchFile: %n.patch
PatchFile-MD5: 55794a357ad9303ea3a5e198c41ced7f
SetLIBS: -lstdc++
ConfigureParams: <<
        --disable-static
<<
CompileScript: <<
        #!/bin/sh -ev
        LIBTOOLIZE=%p/bin/glibtoolize autoreconf -vif
        ./configure %c
        make -w
        fink-package-precedence --prohibit-bdep=libofa0-dev .
<<
InfoTest: TestScript: make check || exit 2
InstallScript: <<
        make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING README
Shlibs: %p/lib/libofa.0.dylib 1.0.0 %n (>= 0.9.3-1)
SplitOff: <<
        Package: libofa0-dev
        Description: libofa0 developer files
        Depends: %N (= %v-%r)
        BuildDependsOnly: true
        Files: <<
                include
                lib/libofa.dylib
                lib/pkgconfig
        <<
        DocFiles: AUTHORS COPYING README
<<
Homepage: http://code.google.com/p/musicip-libofa/
DescDetail: <<
Open-source audio fingerprint created and provided by MusicIP
<<

--- NEW FILE: libofa0-shlibs.patch ---
diff -ruN libofa-0.9.3-orig/configure.in libofa-0.9.3/configure.in
--- libofa-0.9.3-orig/configure.in      2006-05-10 14:00:19.000000000 -0400
+++ libofa-0.9.3/configure.in   2012-02-25 19:35:55.000000000 -0500
@@ -74,7 +74,7 @@
 dnl  FFTW for FFTW v2. FFTW3 for FFTW v3. VDSP for vDSP. MKL for MKL
 dnl TODO: PREANSI for win32
 
-if test x$os = xdarwin; then
+if test x$os = xBROKENdarwin; then
     AC_MSG_NOTICE([Using vDSP on OS X])
     LIBS="$LIBS -framework Accelerate"
     FFT_WRAPPER="fftlibvdsp_op.cpp"
diff -ruN libofa-0.9.3-orig/lib/JAMA/tnt_math_utils.h 
libofa-0.9.3/lib/JAMA/tnt_math_utils.h
--- libofa-0.9.3-orig/lib/JAMA/tnt_math_utils.h 2006-05-10 13:58:50.000000000 
-0400
+++ libofa-0.9.3/lib/JAMA/tnt_math_utils.h      2012-02-25 19:36:35.000000000 
-0500
@@ -19,6 +19,7 @@
 

 namespace TNT

 {

+template <class Real> Real abs(const Real &a);

 /**

        @returns hypotenuse of real (non-complex) scalars a and b by 

        avoiding underflow/overflow



------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to