mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-24 04:21:39 +00:00
Since we're downloading arbitrary executable code from websites and running it, we should at least have some confidence it's the right thing we're running.
8 lines
387 B
Bash
8 lines
387 B
Bash
description "Library for encoding/decoding .flac lossless audio files"
|
|
check_pkgconfig flac
|
|
# We use a repacked mirror since flac is released as .xz rather than .gz:
|
|
fetch_download https://www.chocolate-doom.org/depends/flac-1.3.1.tar.gz \
|
|
4ae2c8ee48b3ae52635e543b1e64b58f5dcb8d69e1e18257da82f800cb754861
|
|
|
|
# Compile problems :(
|
|
build_autotools --disable-asm-optimizations
|