# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libmad VERSION= 0.16.4 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]= https://codeberg.org/tenacityteam/libmad/archive/ DISTFILE[1]= 0.16.4.tar.gz:main DIST_SUBDIR= libmad DF_INDEX= 1 SPKGS[standard]= complete primary dev SPKGS[speed]= complete primary dev OPTIONS_AVAILABLE= SPEED OPTIONS_STANDARD= none VOPTS[speed]= SPEED=ON USES= cmake DISTNAME= libmad FPC_EQUIVALENT= audio/libmad SOVERSION= 0.16.4 SUB_FILES= mad.pc SUB_LIST= VERSION=0.16.4 CMAKE_ARGS= -DMADD_ASM=off -DMADD16_ASM=off -DASO=on -DBUILD_SHARED_LIBS=on [SPEED].DESCRIPTION= Optimize for speed over accuracy [SPEED].CMAKE_ARGS_OFF= -DOPTIMIZE=ACCURACY [SPEED].CMAKE_ARGS_ON= -DOPTIMIZE=SPEED post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmad.so.0.16.4 ${INSTALL_DATA} ${WRKDIR}/mad.pc ${STAGEDIR}${PREFIX}/lib/pkgconfig/ [FILE:727:descriptions/desc.primary] 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:99:distinfo] f4eb229452252600ce48f3c2704c9e6d97b789f81e31c37b0c67dd66f445ea35 204446 libmad/0.16.4.tar.gz [FILE:53:manifests/plist.primary] lib/ libmad.so.%%SOMAJOR%% libmad.so.%%SOVERSION%% [FILE:149:manifests/plist.dev] include/mad.h lib/libmad.so lib/cmake/mad/ madConfig.cmake madConfigVersion.cmake madTargets-release.cmake madTargets.cmake 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}