2009-12-22 20:00:53 +00:00
|
|
|
# Template file for 'flac'
|
|
|
|
pkgname=flac
|
|
|
|
version=1.2.1
|
2011-11-12 08:45:15 +00:00
|
|
|
revision=3
|
2009-12-22 20:00:53 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-12-22 20:00:53 +00:00
|
|
|
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin"
|
|
|
|
short_desc="Free Lossless Audio Codec"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf
|
|
|
|
long_desc="
|
|
|
|
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
|
|
|
|
similar to MP3, but lossless. The FLAC project consists of:
|
|
|
|
* the stream format
|
|
|
|
* libFLAC, which implements reference encoders and decoders
|
|
|
|
* flac, a command-line wrapper around libFLAC to encode and decode .flac
|
|
|
|
files
|
|
|
|
* input plugins for various music players (Winamp, XMMS, and more in the
|
|
|
|
works)
|
|
|
|
|
2011-07-13 23:21:02 +00:00
|
|
|
Free means that the specification of the stream format is in the public
|
2009-12-22 20:00:53 +00:00
|
|
|
domain (the FLAC project reserves the right to set the FLAC specification
|
|
|
|
and certify compliance), and that neither the FLAC format nor any of the
|
|
|
|
implemented encoding/decoding methods are covered by any patent. It also
|
|
|
|
means that the source for libFLAC is available under the LGPL and the
|
|
|
|
sources for flac and the plugins are available under the GPL."
|
|
|
|
|
|
|
|
subpackages="libflac libflac-devel"
|
2010-10-28 15:47:24 +00:00
|
|
|
|
2009-12-22 20:00:53 +00:00
|
|
|
Add_dependency build nasm
|
|
|
|
Add_dependency build libogg-devel
|