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