the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: liboss1
Version: 0.0.1
Revision: 106
###
Depends: %n-shlibs (>= %v-%r)
BuildDepends: fink (>= 0.24.12), esound, audiofile
DescPackaging: <<
Uses pkgconfig.
Any package which BuildDepends on this one must also BuildDepend on:
audiofile (>= 0.2.3-3), esound
<<
BuildDependsOnly: true
Replaces: liboss
Conflicts: liboss
###
Source: mirror:sourceforge:liboss/liboss-%v.tar.bz2
Source-MD5: 4269e010ee969ba88c177e8c2593e529
###
PatchFile: %n.patch
PatchFile-MD5: 4ccee2b6d38095ec6d6196e79bb1f377
PatchScript: <<
#!/bin/sh -ev
%{default_script}
perl -pi -e 's,int write,ssize_t write,' lib/ossins.c
perl -pi -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
<<
###
ConfigureParams: --with-pic --enable-shared --enable-static --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-dependency-tracking
###
SplitOff: <<
Package: %N-shlibs
Depends: esound-shlibs
Conflicts: liboss-shlibs
Replaces: liboss-shlibs
Files: <<
lib/liboss.*.dylib
lib/libossins.*.dylib
<<
Shlibs: <<
%p/lib/liboss.0.dylib 1.0.0 %n (>= 0.0.1-1)
%p/lib/libossins.0.dylib 1.0.0 %n (>= 0.0.1-1)
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
###
Description: OSS Audio API Emulation Library
DescDetail: <<
LibOSS emulates the Open Sound System API.
<<
###
License: LGPL
Maintainer: Justin F. Hallett
Homepage: http://liboss.sourceforge.net/
diff -ruN liboss-0.0.1.orig/ltmain.sh liboss-0.0.1/ltmain.sh
--- liboss-0.0.1.orig/ltmain.sh Fri Feb 21 22:31:16 2003
+++ liboss-0.0.1/ltmain.sh Sat Feb 22 11:59:21 2003
@@ -1758,7 +1758,7 @@
if test "$installed" = no; then
notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
+ need_relink=no
fi
if test -n "$old_archive_from_expsyms_cmds"; then