# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libmad VERSION= 0.15.1b KEYWORDS= audio VARIANTS= standard speed SDESC[standard]= High-quality MPEG audio decoder (opt for accuracy) SDESC[speed]= High-quality MPEG audio decoder (opt for speed) HOMEPAGE= http://www.underbit.com/products/mad/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= SF/mad/libmad/0.15.1b DISTFILE[1]= libmad-0.15.1b.tar.gz:main DF_INDEX= 1 SPKGS[standard]= single SPKGS[speed]= single OPTIONS_AVAILABLE= SPEED OPTIONS_STANDARD= none VOPTS[speed]= SPEED=ON USES= libtool fbsd10fix FPC_EQUIVALENT= audio/libmad MUST_CONFIGURE= gnu CONFIGURE_ARGS= --disable-debugging --enable-sso INSTALL_TARGET= install-strip SUB_FILES= mad.pc SUB_LIST= VERSION=0.15.1b [SPEED].DESCRIPTION= Optimize for speed over accuracy [SPEED].CONFIGURE_ARGS_OFF= --enable-accuracy [SPEED].CONFIGURE_ARGS_ON= --enable-speed post-patch: ${REINPLACE_CMD} -e 's| -fforce-mem||' ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${WRKDIR}/mad.pc ${STAGEDIR}${PREFIX}/lib/pkgconfig/ [FILE:727:descriptions/desc.single] MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 as well as the MPEG-2 extension to Lower Sampling Frequencies. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented. MAD does not yet support MPEG-2 multichannel audio (although it should be backward compatible with such streams) or AAC, nor does it support the so-called MPEG 2.5 format. MAD has the following special features: * 24-bit PCM output * 100% fixed-point (integer) computation * completely new implementation based on the ISO/IEC standards * distributed under the terms of the GNU General Public License (GPL) The software is distributed as a library (libmad) and command-line front-end (madplay). [FILE:100:distinfo] bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690 502379 libmad-0.15.1b.tar.gz [FILE:91:manifests/plist.single] include/mad.h lib/ libmad.a libmad.so libmad.so.0 libmad.so.0.2.1 lib/pkgconfig/mad.pc [FILE:221:files/mad.pc.in] prefix=%%PREFIX%% exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: mad Description: MPEG Audio Decoder Requires: Version: %%VERSION%% Libs: -L${libdir} -lmad -lm Cflags: -I${includedir}