mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
flac: update to 1.4.3.
This commit is contained in:
parent
3e24edd91a
commit
65d5a406d4
2 changed files with 7 additions and 7 deletions
|
@ -414,8 +414,8 @@ libcdio.so.19 libcdio-2.1.0_1
|
||||||
libmpcdec.so.5 libmpcdec-1.2.6_1
|
libmpcdec.so.5 libmpcdec-1.2.6_1
|
||||||
libproxy.so.1 libproxy-0.4.6_1
|
libproxy.so.1 libproxy-0.4.6_1
|
||||||
libmoar.so MoarVM-2015.11_1
|
libmoar.so MoarVM-2015.11_1
|
||||||
libFLAC.so.8 libflac-1.2.1_1
|
libFLAC.so.12 libflac-1.4.3_1
|
||||||
libFLAC++.so.6 libflac-1.2.1_1
|
libFLAC++.so.10 libflac-1.4.3_1
|
||||||
libField3D.so.1.7 Field3D-1.7.3_1
|
libField3D.so.1.7 Field3D-1.7.3_1
|
||||||
libMAC.so.6 libMAC-5.28_1
|
libMAC.so.6 libMAC-5.28_1
|
||||||
libmad.so.0 libmad-0.15.1b_1
|
libmad.so.0 libmad-0.15.1b_1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'flac'
|
# Template file for 'flac'
|
||||||
pkgname=flac
|
pkgname=flac
|
||||||
version=1.3.4
|
version=1.4.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
--with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
|
||||||
hostmakedepends="pkg-config nasm"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libogg-devel"
|
makedepends="libogg-devel"
|
||||||
short_desc="Free Lossless Audio Codec"
|
short_desc="Free Lossless Audio Codec"
|
||||||
maintainer="Colin Booth <colin-void@heliocat.net>"
|
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/"
|
homepage="https://xiph.org/flac/"
|
||||||
changelog="https://xiph.org/flac/changelog.html"
|
changelog="https://xiph.org/flac/changelog.html"
|
||||||
distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
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
|
# the tests fail when run as root and as such break in the CI containers
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue