mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
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:
parent
098d536b43
commit
1587d87de5
1 changed files with 8 additions and 3 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'flac'
|
# Template file for 'flac'
|
||||||
pkgname=flac
|
pkgname=flac
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="automake pkg-config libtool nasm"
|
||||||
makedepends="libogg-devel"
|
makedepends="libogg-devel"
|
||||||
short_desc="Free Lossless Audio Codec"
|
short_desc="Free Lossless Audio Codec"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://flac.sourceforge.net/"
|
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"
|
distfiles="http://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
||||||
checksum=91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f
|
checksum=91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING.Xiph
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue