void-packages/srcpkgs/flac/template

36 lines
1.2 KiB
Plaintext

# Template file for 'flac'
pkgname=flac
version=1.2.1
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>"
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:
* 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)"
if [ "$XBPS_CROSS_BUILD" ]; then
hostmakedepends="automake pkg-config"
pre_configure() {
./autogen.sh
}
configure_args="${configure_args} --with-ogg=$XBPS_CROSS_BASE"
fi