chocpkg/pkgdef/flac.sh
Simon Howard 6aac1d9032 Don't build libFLAC++
We don't need it and it's causing problems for macOS build.
2020-06-25 00:01:26 -04:00

10 lines
472 B
Bash

description "Library for encoding/decoding .flac lossless audio files"
dependencies libogg
check_pkgconfig flac
# We use a repacked mirror since flac is released as .xz rather than .gz:
variant stable fetch_download $CHOCPKG_MIRRORS/flac-1.3.1.tar.gz \
4ae2c8ee48b3ae52635e543b1e64b58f5dcb8d69e1e18257da82f800cb754861
variant latest fetch_git https://github.com/xiph/flac.git master
# Compile problems :(
build_autotools --disable-asm-optimizations --disable-cpplibs