chocpkg/pkgdef/flac.sh
Simon Howard 6cc0fc095c Change URLs to point at chocpkg-mirrors repo.
Instead of the /depends/ directory on chocolate-doom.org which nobody
except me can edit. Also define a variable to define the base URL for
the mirrors repo so that we can update it easily when GitHub change
their URLs.
2019-03-03 00:14:41 -05:00

10 lines
454 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