mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-23 20:21:06 +00:00
10 lines
472 B
Bash
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
|