flac: add --disable-thorough-tests and fix licenses.

Without tests take very long, also take the opportunity to
fix xlint errors.

Closes: #9401 [via git-merge-pr]
This commit is contained in:
maxice8 2017-11-21 05:20:45 -02:00 committed by Jürgen Buchmüller
parent 098d536b43
commit 1587d87de5
1 changed files with 8 additions and 3 deletions

View File

@ -1,18 +1,23 @@
# Template file for 'flac'
pkgname=flac
version=1.3.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin --with-ogg=${XBPS_CROSS_BASE}/usr"
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin --with-ogg=${XBPS_CROSS_BASE}/usr
--disable-thorough-tests"
hostmakedepends="automake pkg-config libtool nasm"
makedepends="libogg-devel"
short_desc="Free Lossless Audio Codec"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://flac.sourceforge.net/"
license="BSD, GPL"
license="3-clause-BSD, GPL-2"
distfiles="http://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
checksum=91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f
post_install() {
vlicense COPYING.Xiph
}
pre_configure() {
autoreconf -fi
}