diff options
author | Julian Offenhäuser <offenhaeuser@protonmail.com> | 2023-02-08 12:13:18 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-02-08 19:06:42 +0000 |
commit | 839c23417dfc1dcb341ed4c27b96f10089ab4484 (patch) | |
tree | 146d201584bea7bf244b6fe0533591b958fe9677 /Ports | |
parent | 1f207282a142b45077e635a01f0d9dca3233b9b6 (diff) | |
download | serenity-839c23417dfc1dcb341ed4c27b96f10089ab4484.zip |
Ports: Add speexdsp
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 1 | ||||
-rwxr-xr-x | Ports/speexdsp/package.sh | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 90cdc07afa..e239c9caaa 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -247,6 +247,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl | | [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys | | [`sparsehash`](sparsehash/) | Google's C++ associative containers | 2.0.4 | https://github.com/sparsehash/sparsehash | +| [`speexdsp`](speexdsp/) | Speex audio processing library | 1.2.1 | https://www.speex.org/ | | [`sqlite`](sqlite/) | SQLite | 3380500 | https://www.sqlite.org/ | | [`stb`](stb/) | stb single-file public domain libraries for C/C++ | af1a5bc | https://github.com/nothings/stb | | [`stpuzzles`](stpuzzles/) | Simon Tatham's Portable Puzzle Collection | | https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ | diff --git a/Ports/speexdsp/package.sh b/Ports/speexdsp/package.sh new file mode 100755 index 0000000000..8e60f769f4 --- /dev/null +++ b/Ports/speexdsp/package.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env -S bash ../.port_include.sh +port='speexdsp' +version='1.2.1' +auth_type='sha256' +useconfigure='true' +files="https://downloads.xiph.org/releases/speex/speexdsp-${version}.tar.gz speexdsp-${version}.tar.gz 8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d" |