the Fink project is an effort to port
popular Unix programs to Mac OS X
Info4: <<
Package: mpg123-sdl
Version: 1.14.2
Revision: 1
Epoch: 1
Distribution: 10.5
Architecture: i386
Maintainer: Daniel Johnson
Description: SDL output module for mpg123
DescDetail: <<
To use this module with mpg123 instead of the default coreaudio
module, pass "--output sdl" to mpg123.
<<
DescPackaging: system-sdk-10.4-universal is needed specifically on i386/10.5.
License: LGPL2
Homepage: http://www.mpg123.org/
Source: mirror:sourceforge:mpg123/mpg123-%v.tar.bz2
#Source: http://www.mpg123.org/download/mpg123-%v.tar.bz2
Source-MD5: 70ccfc51fc9f7f1c776ae8cf611f6be3
Depends: mpg123 (>= %V), libtool2-shlibs, sdl-shlibs
BuildDepends: fink (>= 0.26.2), libtool2, sdl, pkgconfig, ( %m = i386 ) system-sdk-10.4-universal
UseMaxBuildJobs: true
ConfigureParams: --with-audio=sdl --enable-int-quality --disable-dependency-tracking ( %m = i386 ) --with-cpu=x86 ( %m = x86_64 ) --host="%m-apple-darwin`uname -r`" ( %m = x86_64 ) --build="%m-apple-darwin`uname -r`" --with-optimization=3
CompileScript: <<
./configure %c
cd src/output && make output_sdl.la
<<
InstallScript: <<
mkdir -p %i/lib/mpg123
cd src/output && /bin/sh ../../libtool --mode=install /usr/bin/install -c output_sdl.la %i/lib/mpg123
<<
DocFiles: <<
AUTHORS ChangeLog COPYING NEWS NEWS.libmpg123 README
<<
<<