2009-12-30 22:06:02 +00:00
|
|
|
# Template file for 'lame'
|
|
|
|
pkgname=lame
|
2010-02-27 22:25:28 +00:00
|
|
|
version=3.98.3
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/lame/lame-${version}.tar.gz"
|
2009-12-30 22:06:02 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--enable-nasm --enable-shared"
|
|
|
|
short_desc="Fast, high quality MP3 encoder"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-02-27 22:25:28 +00:00
|
|
|
checksum=1eb8cf656f5324a6fae3d080ee8a280db8be420ede5a08b516f4d4eb53424a52
|
2009-12-30 22:06:02 +00:00
|
|
|
long_desc="
|
|
|
|
Following the great history of GNU naming, LAME originally stood for
|
|
|
|
LAME Ain't an Mp3 Encoder. LAME started life as a GPL'd patch against
|
|
|
|
the dist10 ISO demonstration source, and thus was incapable of
|
|
|
|
producing an mp3 stream or even being compiled by itself. But in May
|
|
|
|
2000, the last remnants of the ISO source code were replaced, and now
|
|
|
|
LAME is the source code for a fully GPL'd MP3 encoder, with speed and
|
|
|
|
quality to rival all commercial competitors.
|
|
|
|
|
|
|
|
LAME is an educational tool to be used for learning about MP3
|
|
|
|
encoding. The goal of the LAME project is to use the open source model
|
|
|
|
to improve the psycho acoustics, noise shaping and speed of
|
|
|
|
MP3. Another goal of the LAME project is to use these improvements for
|
|
|
|
the basis of a patent free audio compression codec for the GNU
|
|
|
|
project."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency run glibc
|
2010-01-11 20:19:59 +00:00
|
|
|
Add_dependency run ncurses-libs
|
2009-12-30 22:06:02 +00:00
|
|
|
Add_dependency build nasm
|
|
|
|
Add_dependency build ncurses-devel
|