1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:17:34 +00:00

Ports: Add libsamplerate 0.2.2

This commit is contained in:
Mike Swanson 2023-05-10 16:00:53 -07:00 committed by Andrew Kaster
parent dbafb11a7e
commit f947c4f4fc
2 changed files with 13 additions and 0 deletions

12
Ports/libsamplerate/package.sh Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libsamplerate'
version='0.2.2'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=('build-aux/config.sub')
configopts=(
'--disable-static'
'--enable-shared'
)
files="https://github.com/libsndfile/libsamplerate/releases/download/${version}/libsamplerate-${version}.tar.xz libsamplerate-${version}.tar.xz 3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893"
auth_type='sha256'