mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Ports: Add libsamplerate 0.2.2
This commit is contained in:
parent
dbafb11a7e
commit
f947c4f4fc
Notes:
sideshowbarker
2024-07-17 07:11:12 +09:00
Author: https://github.com/chungy Commit: https://github.com/SerenityOS/serenity/commit/f947c4f4fc Pull-request: https://github.com/SerenityOS/serenity/pull/18765 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/fdellwing Reviewed-by: https://github.com/gmta
2 changed files with 13 additions and 0 deletions
|
@ -141,6 +141,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`libphysfs`](libphysfs/) | PhysicsFS | 3.0.2 | https://icculus.org/physfs/ |
|
||||
| [`libpng`](libpng/) | libpng | 1.6.39 | https://libpng.org/ |
|
||||
| [`libpuffy`](libpuffy/) | libpuffy | 1.0 | https://github.com/ibara/libpuffy |
|
||||
| [`libsamplerate`](libsamplerate/) | libsamplerate | 0.2.2 | https://libsndfile.github.io/libsamplerate/ |
|
||||
| [`libsixel`](libsixel/) | libsixel | 1.8.6 | https://github.com/saitoha/libsixel |
|
||||
| [`libslirp`](libslirp/) | libslirp | 4.7.0 | https://gitlab.freedesktop.org/slirp/libslirp |
|
||||
| [`libsodium`](libsodium/) | libsodium | 1.0.18 | https://doc.libsodium.org/ |
|
||||
|
|
12
Ports/libsamplerate/package.sh
Executable file
12
Ports/libsamplerate/package.sh
Executable 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'
|
Loading…
Reference in a new issue