From 65d5a406d4fc5b4a7663989528177140a115586f Mon Sep 17 00:00:00 2001 From: triallax Date: Tue, 30 May 2023 18:55:59 +0100 Subject: [PATCH] flac: update to 1.4.3. --- common/shlibs | 4 ++-- srcpkgs/flac/template | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index f96f0aa9594..7e9cee83f84 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/flac/template b/srcpkgs/flac/template index 10aaef20958..8e9051c9c51 100644 --- a/srcpkgs/flac/template +++ b/srcpkgs/flac/template @@ -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 " @@ -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