void-packages/srcpkgs/flac/template

36 lines
1.2 KiB
Text
Raw Normal View History

# Template file for 'flac'
pkgname=flac
version=1.2.1
2013-03-21 16:46:27 +00:00
revision=6
subpackages="libflac libflac-devel"
build_style=gnu-configure
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin"
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
hostmakedepends="nasm"
fi
makedepends="libogg-devel"
short_desc="Free Lossless Audio Codec"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-03-21 16:46:27 +00:00
homepage="http://flac.sourceforge.net/"
license="BSD, GPL"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
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:
2013-03-21 16:46:27 +00:00
* 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
2013-03-21 16:46:27 +00:00
works)"
2010-10-28 15:47:24 +00:00
if [ "$CROSS_BUILD" ]; then
hostmakedepends="automake pkg-config"
2013-03-21 16:46:27 +00:00
pre_configure() {
./autogen.sh
}
configure_args="${configure_args} --with-ogg=$XBPS_CROSS_BASE"
fi