mpg123-sdl stable port information

Info4: <<
Package: mpg123-sdl
Version: 1.14.2
Revision: 1
Epoch: 1
Distribution: 10.4, ( %m != i386 ) 10.5, 10.6
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.
<<
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

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
<<
<<