Added libmad-0.15.1b build template.
--HG-- extra : convert_revision : de887779aa7fe0cb5cd60821050ae10a5555509b
This commit is contained in:
39
srcpkgs/libmad/template
Normal file
39
srcpkgs/libmad/template
Normal file
@@ -0,0 +1,39 @@
|
||||
# Template file for 'libmad'
|
||||
pkgname=libmad
|
||||
version=0.15.1b
|
||||
distfiles="${SOURCEFORGE_SITE}/mad/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="High-quality MPEG audio decoder"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690
|
||||
long_desc="
|
||||
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.
|
||||
|
||||
MAD does not yet support MPEG-2 multichannel audio (although it
|
||||
should be backward compatible with such streams) nor does it
|
||||
currently support AAC.
|
||||
|
||||
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)
|
||||
|
||||
Because MAD provides full 24-bit PCM output, applications using
|
||||
MAD are able to produce high quality audio. Even when the output
|
||||
device supports only 16-bit PCM, applications can use the extra
|
||||
resolution to increase the audible dynamic range through the use
|
||||
of dithering or noise shaping."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency build automake
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
cd ${wrksrc} && autoconf || return 1
|
||||
}
|
||||
Reference in New Issue
Block a user