the Fink project is an effort to port
popular Unix programs to Mac OS X
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: sdl-sound
Version: 1.0.3
Revision: 5
Maintainer: Max Horn
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
BuildDepends: <<
autoconf (>= 1:2.63-1) | autoconf2.6,
automaken,
fink (>= 0.24.12-1),
libflac8-dev,
libmikmod3,
libmodplug1,
libogg,
libtool2,
libvorbis0,
physfs,
sdl (>= 1.2.9-1001),
smpeg (>= 0.4.4-1025),
libspeex1
<<
PatchScript: <<
touch NEWS AUTHORS
mv CHANGELOG ChangeLog_
mv ChangeLog_ ChangeLog
mv acinclude.m4 acinclude.m4_unused
/usr/bin/perl -pi -e 's/AM_PATH_VORBIS/XIPH_PATH_VORBIS/' configure.in
<<
Source: http://www.icculus.org/SDL_sound/downloads/SDL_sound-%v.tar.gz
Source-MD5: aa09cd52df85d29bee87a664424c94b5
SetCPPFLAGS: -I%p/include/speex -I%p/include/smpeg -I%p/include/libmodplug
ConfigureParams: --disable-sdltest --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
CompileScript: <<
%p/bin/autoreconf -f -i
./configure %c
/usr/bin/make
<<
SplitOff: <<
Package: %N-shlibs
Depends: <<
libflac8,
libmikmod3-shlibs,
libmodplug1-shlibs (>= 0.8.7-3),
libogg-shlibs,
libvorbis0-shlibs,
sdl-shlibs (>= 1.2.9-1001),
smpeg-shlibs (>= 0.4.4-1025),
libspeex1-shlibs
<<
Files: lib/libSDL_sound-*.dylib
Shlibs: %p/lib/libSDL_sound-1.0.1.dylib 2.0.0 %n (>= 1.0.1-1)
Description: SDL sound library - shared libs
Docfiles: ChangeLog COPYING README
<<
SplitOff2: <<
Package: %N-bin
Depends: <<
%N-shlibs (= %v-%r),
libflac8,
libmikmod3-shlibs,
libmodplug1-shlibs (>= 0.8.7-3),
libogg-shlibs,
libvorbis0-shlibs,
physfs-shlibs,
sdl-shlibs,
smpeg-shlibs (>= 0.4.4-1025),
libspeex1-shlibs
<<
Files: bin/playsound bin/playsound_simple
Description: SDL sound library - audio player
Docfiles: ChangeLog COPYING README
<<
Docfiles: ChangeLog COPYING README
Description: SDL sound library
Homepage: http://www.icculus.org/SDL_sound/
License: LGPL
DescPackaging: <<
Scrap the old autotools, including all the old .m4 stuff
cut'n'pasted into acinclude.m4. Use the moderner vorbis.m4
macro.
<<