chocpkg/pkgdef/flac.sh

15 lines
625 B
Bash
Raw Permalink Normal View History

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:
2023-05-14 18:16:43 +00:00
variant stable fetch_download $CHOCPKG_MIRRORS/flac-1.4.2.tar.gz \
eb35ea3a4ddf6308c21f6a47699a43e9349ca432409242e1852f483fe5898a18
GIT_URL=https://github.com/xiph/flac.git
2023-05-14 18:16:43 +00:00
variant stable_git fetch_git $GIT_URL 1.4.2
variant latest fetch_git $GIT_URL master
2016-02-17 04:00:20 +00:00
# Compile problems :(
2023-05-14 18:16:43 +00:00
build_autotools --disable-asm-optimizations --disable-cpplibs \
--disable-programs --disable-examples \
--disable-oggtest