From 7c382baeed74e544f219582a49dda87b085234df Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Sat, 22 Apr 2023 10:23:59 -0500 Subject: [PATCH] opus: 1.4 --- extra/opus/build | 15 +++++++++------ extra/opus/checksums | 2 +- extra/opus/depends | 1 + extra/opus/sources | 2 +- extra/opus/version | 2 +- 5 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 extra/opus/depends diff --git a/extra/opus/build b/extra/opus/build index 23f46765..04456e9e 100755 --- a/extra/opus/build +++ b/extra/opus/build @@ -1,9 +1,12 @@ #!/bin/sh -e -./configure \ - --prefix=/usr \ - --enable-custom-modes \ - --enable-float-approx +export DESTDIR="$1" -make -make DESTDIR="$1" install +meson setup \ + -Dprefix=/usr \ + -Dfloat-approx=true \ + -Dcustom-modes=true \ + output + +ninja -C output +ninja -C output install diff --git a/extra/opus/checksums b/extra/opus/checksums index cd652335..d427dc55 100644 --- a/extra/opus/checksums +++ b/extra/opus/checksums @@ -1 +1 @@ -2d3666e5f3d62e81c39a59e64e52d335d47338c832acbf39ecb672a48b335530c0 +3eafe0d8609ec65d327960c062930daf324dd11de84e3b27b76db44fd0daeaac5c diff --git a/extra/opus/depends b/extra/opus/depends new file mode 100644 index 00000000..36f6fe6c --- /dev/null +++ b/extra/opus/depends @@ -0,0 +1 @@ +meson make diff --git a/extra/opus/sources b/extra/opus/sources index d11f0722..024ea54e 100644 --- a/extra/opus/sources +++ b/extra/opus/sources @@ -1 +1 @@ -https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz +https://github.com/xiph/opus/releases/download/v1.4/opus-1.4.tar.gz diff --git a/extra/opus/version b/extra/opus/version index 957d07e2..0ab1228d 100644 --- a/extra/opus/version +++ b/extra/opus/version @@ -1 +1 @@ -1.3.1 1 +1.4 1