# 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: libmad Version: 0.15.1b Revision: 6 Depends: %N-shlibs (= %v-%r) BuildDepends: libgettext8-dev, gettext-bin, gettext-tools, fink (>= 0.24.12) Replaces: mad Maintainer: Max Horn Source: mirror:sourceforge:mad/%n-%v.tar.gz Source-MD5: 1be543bc30c56fb6bea1d7bf6a64e66c PatchFile: %n.patch PatchFile-MD5: 8951aa410ebb36916ae392142cdd7452 PatchScript: << %{default_script} perl -pi.bak -e 's,-flat_namespace -undefined suppress,-twolevel_namespace -undefined error,g' configure && perl -pi.bak -e 's,FINK_PREFIX,%p,g' mad.pc << CompileScript: << #!/bin/sh -ev if [ "%m" == "x86_64" ]; then export CFLAGS="-m64" fi %{default_script} << InstallScript: << make install DESTDIR=%d && mkdir -p %i/lib/pkgconfig && mv mad.pc %i/lib/pkgconfig/ << DocFiles: CHANGES COPYING COPYRIGHT CREDITS README TODO VERSION BuildDependsOnly: True SplitOff: << Package: %N-shlibs Replaces: mad-shlibs Files: lib/libmad.0*.dylib Shlibs: << %p/lib/libmad.0.dylib 3.0.0 %n (>= 0.15.0b-5) << DocFiles: COPYING COPYRIGHT README << Description: MPEG audio decoder library DescDetail: << MAD (libmad) is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented. << License: GPL Homepage: http://www.underbit.com/products/mad/