mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-13 00:24:14 +00:00
0761e3ad85
These do the same thing as the stable variant but instead fetch via Git.
9 lines
403 B
Bash
9 lines
403 B
Bash
description "Library for high quality audio resampling"
|
|
check_pkgconfig samplerate
|
|
variant stable fetch_download \
|
|
http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz \
|
|
93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06
|
|
GIT_URL=https://github.com/libsndfile/libsamplerate.git
|
|
variant stable_git fetch_git $GIT_URL 0.1.9
|
|
variant latest fetch_git $GIT_URL master
|
|
build_autotools
|