mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32: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
|
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.12 libflac-1.4.3_1
|
libFLAC.so.14 libflac-1.5.0_1
|
||||||
libFLAC++.so.10 libflac-1.4.3_1
|
libFLAC++.so.11 libflac-1.5.0_1
|
||||||
libField3D.so.1.7 Field3D-1.7.3_1
|
libField3D.so.1.7 Field3D-1.7.3_1
|
||||||
libmad.so.0 libmad-0.15.1b_1
|
libmad.so.0 libmad-0.15.1b_1
|
||||||
libmatroska.so.7 libmatroska-1.6.0_1
|
libmatroska.so.7 libmatroska-1.6.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flac'
|
# Template file for 'flac'
|
||||||
pkgname=flac
|
pkgname=flac
|
||||||
version=1.4.3
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --disable-doxygen-docs --disable-examples
|
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"
|
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="Rutpiv <roger_freitas@live.com>"
|
||||||
license="BSD-3-Clause, GPL-2.0-or-later"
|
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=6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70
|
checksum=f2c1c76592a82ffff8413ba3c4a1299b6c7ab06c734dee03fd88630485c2b920
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.Xiph
|
vlicense COPYING.Xiph
|
||||||
|
|
Loading…
Add table
Reference in a new issue