flac: update to 1.3.4.
This commit is contained in:
parent
8b56a7dc0f
commit
302561caeb
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flac'
|
# Template file for 'flac'
|
||||||
pkgname=flac
|
pkgname=flac
|
||||||
version=1.3.3
|
version=1.3.4
|
||||||
revision=3
|
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-xmms-plugin
|
||||||
--with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
|
--with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
|
||||||
|
@ -10,9 +10,10 @@ 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>"
|
||||||
license="BSD-3-Clause, GPL-2.0-or-later"
|
license="BSD-3-Clause, GPL-2.0-or-later"
|
||||||
homepage="http://flac.sourceforge.net/"
|
homepage="https://xiph.org/flac/"
|
||||||
|
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=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
|
checksum=8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737
|
||||||
# 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…
Reference in New Issue