flac: update to 1.4.3.
This commit is contained in:
parent
3e24edd91a
commit
65d5a406d4
|
@ -414,8 +414,8 @@ libcdio.so.19 libcdio-2.1.0_1
|
|||
libmpcdec.so.5 libmpcdec-1.2.6_1
|
||||
libproxy.so.1 libproxy-0.4.6_1
|
||||
libmoar.so MoarVM-2015.11_1
|
||||
libFLAC.so.8 libflac-1.2.1_1
|
||||
libFLAC++.so.6 libflac-1.2.1_1
|
||||
libFLAC.so.12 libflac-1.4.3_1
|
||||
libFLAC++.so.10 libflac-1.4.3_1
|
||||
libField3D.so.1.7 Field3D-1.7.3_1
|
||||
libMAC.so.6 libMAC-5.28_1
|
||||
libmad.so.0 libmad-0.15.1b_1
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'flac'
|
||||
pkgname=flac
|
||||
version=1.3.4
|
||||
revision=2
|
||||
version=1.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
|
||||
configure_args="--disable-rpath --disable-doxygen-docs --disable-examples
|
||||
--with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
|
||||
hostmakedepends="pkg-config nasm"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libogg-devel"
|
||||
short_desc="Free Lossless Audio Codec"
|
||||
maintainer="Colin Booth <colin-void@heliocat.net>"
|
||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause, GPL-2.0-or-later"
|
|||
homepage="https://xiph.org/flac/"
|
||||
changelog="https://xiph.org/flac/changelog.html"
|
||||
distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
||||
checksum=8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737
|
||||
checksum=6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70
|
||||
# the tests fail when run as root and as such break in the CI containers
|
||||
make_check=ci-skip
|
||||
|
||||
|
|
Loading…
Reference in New Issue