the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: sdl-sound
Version: 1.0.1
Revision: 1005
# there is a 1.0.1-1006 in unstable, leapfrog it if upgrading
Maintainer: None
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
BuildDepends: sdl (>= 1.2.9-1001), smpeg (>= 0.4.4-1025), libogg, libmikmod, libvorbis0
BuildConflicts: sdl-sound
Patch: %n.patch
Source: http://www.icculus.org/SDL_sound/downloads/SDL_sound-%v.tar.gz
Source-MD5: 49e197ef7c8ab623d0640dc74be43160
UpdateLibtool: true
ConfigureParams: --disable-sdltest --disable-smpegtest
InstallScript: make install DESTDIR=%d
CompileScript: <<
./configure %c
./ltconfig ltmain.sh
make
<<
SplitOff: <<
Package: %N-shlibs
Depends: sdl-shlibs (>= 1.2.9-1001), smpeg-shlibs (>= 0.4.4-1025), libogg-shlibs, libmikmod-shlibs, libvorbis0-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
<<
SplitOff2: <<
Package: %N-bin
Depends: %N-shlibs
Files: bin/playsound
Description: SDL sound library - audio player
<<
Docfiles: CHANGELOG COPYING README
Description: SDL sound library
Homepage: http://www.icculus.org/SDL_sound/
License: LGPL
# KNOWN BUGS: Package links against already installed versions of itself. This causes
# linker problems if a dependency changed, such as libFLAC being update to a newer version.
Common subdirectories: SDL_sound-1.0.1.orig/VisualC and SDL_sound-1.0.1.new/VisualC
diff -u SDL_sound-1.0.1.orig/configure SDL_sound-1.0.1.new/configure
--- SDL_sound-1.0.1.orig/configure Sun Oct 12 20:54:57 2003
+++ SDL_sound-1.0.1.new/configure Tue Jan 25 11:36:13 2005
@@ -7363,15 +7363,15 @@
}
else
{
- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
+ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the \
minimum version\n", $smpeg_major_version, $smpeg_minor_version,
$smpeg_micro_version);
- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
+ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is \
correct, then it is\n", major, minor, micro);
printf("*** best to upgrade to the required version.\n");
- printf("*** If smpeg-config was wrong, set the environment variable
+ printf("*** If smpeg-config was wrong, set the environment variable \
SMPEG_CONFIG\n");
- printf("*** to point to the correct copy of smpeg-config, and remove
+ printf("*** to point to the correct copy of smpeg-config, and remove \
the file\n");
printf("*** config.cache before re-running configure\n");
return 1;
Common subdirectories: SDL_sound-1.0.1.orig/decoders and SDL_sound-1.0.1.new/decoders
Common subdirectories: SDL_sound-1.0.1.orig/docs and SDL_sound-1.0.1.new/docs
Common subdirectories: SDL_sound-1.0.1.orig/playsound and SDL_sound-1.0.1.new/playsound
Package: sdl-sound
Version: 1.0.1
Revision: 1008
Maintainer: None
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
BuildDepends: sdl (>= 1.2.9-1001), smpeg (>= 0.4.4-1025), libogg, libmikmod3, libvorbis0, libflac8-dev, physfs, speex3, autoconf (>= 2.60), automake1.9, fink (>= 0.24.12-1), libtool14
BuildConflicts: sdl-sound
PatchFile: %n.patch
PatchFile-MD5: e0a661267b1b5c2a5dc49b6f923037f9
PatchScript: <<
%{default_script}
touch NEWS AUTHORS
mv CHANGELOG ChangeLog_
mv ChangeLog_ ChangeLog
mv acinclude.m4 acinclude.m4_unused
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: 49e197ef7c8ab623d0640dc74be43160
SetCPPFLAGS: -I%p/include/speex
ConfigureParams: --disable-sdltest --disable-smpegtest --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
CompileScript: <<
autoreconf -f -i
./configure %c
make
<<
SplitOff: <<
Package: %N-shlibs
Depends: sdl-shlibs (>= 1.2.9-1001), smpeg-shlibs (>= 0.4.4-1025), libogg-shlibs, libmikmod3-shlibs, libvorbis0-shlibs, libflac8, speex3-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), physfs-shlibs
Files: bin/playsound
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.
<<
Common subdirectories: SDL_sound-1.0.1.orig/VisualC and SDL_sound-1.0.1.new/VisualC
diff -u SDL_sound-1.0.1.orig/configure SDL_sound-1.0.1.new/configure
--- SDL_sound-1.0.1.orig/configure Sun Oct 12 20:54:57 2003
+++ SDL_sound-1.0.1.new/configure Tue Jan 25 11:36:13 2005
@@ -7363,15 +7363,15 @@
}
else
{
- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
+ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the \
minimum version\n", $smpeg_major_version, $smpeg_minor_version,
$smpeg_micro_version);
- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
+ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is \
correct, then it is\n", major, minor, micro);
printf("*** best to upgrade to the required version.\n");
- printf("*** If smpeg-config was wrong, set the environment variable
+ printf("*** If smpeg-config was wrong, set the environment variable \
SMPEG_CONFIG\n");
- printf("*** to point to the correct copy of smpeg-config, and remove
+ printf("*** to point to the correct copy of smpeg-config, and remove \
the file\n");
printf("*** config.cache before re-running configure\n");
return 1;
Common subdirectories: SDL_sound-1.0.1.orig/decoders and SDL_sound-1.0.1.new/decoders
Common subdirectories: SDL_sound-1.0.1.orig/docs and SDL_sound-1.0.1.new/docs
Common subdirectories: SDL_sound-1.0.1.orig/playsound and SDL_sound-1.0.1.new/playsound