2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

opus: 1.4

This commit is contained in:
Owen Rafferty 2023-04-22 10:23:59 -05:00
parent b6cbac1cdc
commit 7c382baeed
No known key found for this signature in database
5 changed files with 13 additions and 9 deletions

View File

@ -1,9 +1,12 @@
#!/bin/sh -e #!/bin/sh -e
./configure \ export DESTDIR="$1"
--prefix=/usr \
--enable-custom-modes \
--enable-float-approx
make meson setup \
make DESTDIR="$1" install -Dprefix=/usr \
-Dfloat-approx=true \
-Dcustom-modes=true \
output
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
2d3666e5f3d62e81c39a59e64e52d335d47338c832acbf39ecb672a48b335530c0 3eafe0d8609ec65d327960c062930daf324dd11de84e3b27b76db44fd0daeaac5c

1
extra/opus/depends Normal file
View File

@ -0,0 +1 @@
meson make

View File

@ -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

View File

@ -1 +1 @@
1.3.1 1 1.4 1