Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4498/10.3/unstable/main/finkinfo/sound

Modified Files:
        portaudio.info portaudio.patch 
Log Message:
update: portaudio 18.1. submission tracker #1313161. thanks, freckle

Index: portaudio.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/portaudio.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- portaudio.patch     28 Jan 2005 04:02:28 -0000      1.1
+++ portaudio.patch     20 Oct 2005 20:07:39 -0000      1.2
@@ -1,6 +1,6 @@
---- portaudio_v18_1/Makefile.in        Tue Feb 11 23:24:56 2003
-+++ portaudio_v18_fink/Makefile.in     Mon Nov 15 00:46:53 2004
-@@ -6,12 +6,12 @@
+--- portaudio_v18_1/Makefile.in        2003-02-11 23:24:56.000000000 +0100
++++ portaudio_v18_1_patched/Makefile.in        2005-10-03 23:40:30.000000000 
+0200
+@@ -6,24 +6,25 @@
  
  PREFIX = @prefix@
  CC = @CC@
@@ -12,11 +12,16 @@
  RANLIB = @RANLIB@
  INSTALL = @INSTALL@
 -SHARED_FLAGS = @SHARED_FLAGS@
-+SHARED_FLAGS = @SHARED_FLAGS@ -framework AudioToolbox -install_name 
@prefix@/lib/libportaudio.0.dylib -compatibility_version 0.18 -current_version 
0.18.1
++SHARED_FLAGS = @SHARED_FLAGS@ -framework AudioToolbox -install_name 
@prefix@/lib/libportaudio.0.dylib -compatibility_version 18.0 -current_version 
18.1
  DLL_LIBS = @DLL_LIBS@
  
  OTHER_OBJS = @OTHER_OBJS@
-@@ -23,7 +23,8 @@
+ 
+ PALIB = libportaudio.a
+ PADLL = @PADLL@
+-PADLLV = $(PADLL).0.0.18
++PADLLV = libportaudio.0.18.1.dylib
+ PAINC = pa_common/portaudio.h
  
  COMMON_OBJS = \
        pa_common/pa_convert.o \

Index: portaudio.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/portaudio.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- portaudio.info      28 Jan 2005 04:02:28 -0000      1.1
+++ portaudio.info      20 Oct 2005 20:07:39 -0000      1.2
@@ -1,5 +1,5 @@
 Package: portaudio
-Version: 0.18.1
+Version: 18.1
 Revision: 1
 
 BuildDepends: autoconf2.5
@@ -19,25 +19,50 @@
 InstallScript: <<
 mkdir %i/include
 cp pa_common/portaudio.h %i/include
-mkdir %i/lib
-cp lib/libportaudio.dylib.0.0.18 %i/lib/libportaudio.dylib.0.18.1
-cp lib/libportaudio.a %i/lib/
-ranlib %i/lib/libportaudio.a
-ln -s %p/lib/libportaudio.0.18.1 %i/lib/libportaudio.0.dylib
-ln -s %p/lib/libportaudio.0.18.1 %i/lib/libportaudio.dylib
+( cd lib; ln -s libportaudio.0.18.1.dylib libportaudio.0.dylib )
+( cd lib; ln -s libportaudio.0.18.1.dylib libportaudio.dylib )
+cp -r lib %i
 cp -r bin %i
-mkdir %i/share
-mkdir %i/share/doc
-mkdir %i/share/doc/%n
+ranlib %i/lib/libportaudio.a
+mkdir -p %i/share/doc/%n
 cp -r docs %i/share/doc/%n/
 <<
 
 
 SplitOff: <<
   Package: %N-shlibs
-  Files: lib/libportaudio.dylib.0.18.1 lib/libportaudio.0.dylib
-  Shlibs: %p/lib/libportaudio.0.dylib 0.18.0 %n (>= 0.18.1-1)
+  Files: << 
+    lib/libportaudio.0.18.1.dylib
+    lib/libportaudio.0.dylib
+  <<
+  Shlibs: %p/lib/libportaudio.0.dylib 18.0.0 %n (>= 18.1-1)
   DocFiles: LICENSE.txt
+  
+  DescDetail: <<
+  PortAudio is a cross platform, open-source audio I/O library proposed by Ross
+  Bencina to the music-dsp mailing list. It lets you write simple audio 
programs
+  in 'C' that will compile and run on Windows, Macintosh, Unix, BeOS. PortAudio
+  is intended to promote the exchange of audio synthesis software between
+  developers on different platforms.
+
+  The shlibs package contains the shared library only.
+  <<
+<<
+
+SplitOff2: <<
+  Package: %N-doc
+  Depends: %N-shlibs
+  Files: bin share/doc/%N/docs
+  DocFiles: LICENSE.txt
+  DescDetail: <<
+  PortAudio is a cross platform, open-source audio I/O library proposed by Ross
+  Bencina to the music-dsp mailing list. It lets you write simple audio 
programs
+  in 'C' that will compile and run on Windows, Macintosh, Unix, BeOS. PortAudio
+  is intended to promote the exchange of audio synthesis software between
+  developers on different platforms.
+
+  The bin package contains compiled test applications and the documentation.
+  <<
 <<
 
 
@@ -51,15 +76,17 @@
 in 'C' that will compile and run on Windows, Macintosh, Unix, BeOS. PortAudio
 is intended to promote the exchange of audio synthesis software between
 developers on different platforms.
+
+This package contains the headers only.
 <<
 
 DescPort: <<
-./configure, ./config.sub, ./config.guess were outdated.
-libtool is not used so links for shared library had to be created and ranlib 
had to be called on static library
-some frameworks were missing for linking were missing
+./configure, ./config.sub, ./config.guess were outdated
+libtool not used, so links for shared library had to be created manually
+some compile flags were missing
 copied doc files manually
 <<
 
 License: BSD
 Homepage: http://www.portaudio.com
-Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
+Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to