mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
flac: update to 1.5.0, adopt.
This commit is contained in:
parent
42c4c85426
commit
b0bccd2452
2 changed files with 5 additions and 12 deletions
|
@ -434,8 +434,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.12 libflac-1.4.3_1
|
||||
libFLAC++.so.10 libflac-1.4.3_1
|
||||
libFLAC.so.14 libflac-1.5.0_1
|
||||
libFLAC++.so.11 libflac-1.5.0_1
|
||||
libField3D.so.1.7 Field3D-1.7.3_1
|
||||
libmad.so.0 libmad-0.15.1b_1
|
||||
libmatroska.so.7 libmatroska-1.6.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'flac'
|
||||
pkgname=flac
|
||||
version=1.4.3
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --disable-doxygen-docs --disable-examples
|
||||
|
@ -8,19 +8,12 @@ configure_args="--disable-rpath --disable-doxygen-docs --disable-examples
|
|||
hostmakedepends="pkg-config"
|
||||
makedepends="libogg-devel"
|
||||
short_desc="Free Lossless Audio Codec"
|
||||
maintainer="Colin Booth <colin-void@heliocat.net>"
|
||||
maintainer="Rutpiv <roger_freitas@live.com>"
|
||||
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=6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70
|
||||
|
||||
# TODO: make into options
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64le*) configure_args+=" --enable-altivec --enable-vsx" ;;
|
||||
ppc64*) configure_args+=" --enable-altivec --disable-vsx" ;;
|
||||
ppc*) configure_args+=" --disable-altivec --disable-vsx" ;;
|
||||
esac
|
||||
checksum=f2c1c76592a82ffff8413ba3c4a1299b6c7ab06c734dee03fd88630485c2b920
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.Xiph
|
||||
|
|
Loading…
Add table
Reference in a new issue