Accepting request 1138122 from home:alarrosa:branches:multimedia:libs

- Update both vendor files and include jsonwebtoken 9.2 in them.
- The ring crate only supports s390x since v0.17.0 and jsonwebtoken
  8 uses an older version, so we now patch livekit-api to use
  jsonwebtoken 9(.2) which allows to build the package in s390x
  (bsc#1218563).

OBS-URL: https://build.opensuse.org/request/show/1138122
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=66
This commit is contained in:
Antonio Larrosa 2024-01-11 12:53:00 +00:00 committed by Git OBS Bridge
parent 4ed6b97d64
commit d1bcaa6f6c
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 11 11:32:07 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Update both vendor files and include jsonwebtoken 9.2 in them.
- The ring crate only supports s390x since v0.17.0 and jsonwebtoken
8 uses an older version, so we now patch livekit-api to use
jsonwebtoken 9(.2) which allows to build the package in s390x
(bsc#1218563).
-------------------------------------------------------------------
Thu Jan 4 06:48:52 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -119,6 +119,9 @@ sed -ie "s/find_program('cargo-cbuild', version:'>=0.9.21'/find_program('cargo-c
mkdir -p .cargo
cp %{SOURCE3} .cargo/config
sed -i -e 's/version = "8"/version = "9"/' vendor/livekit-api/Cargo.toml
sed -i -e "s/ab6a42a4752e822c794421fa4b939e7e9690e85541c5e0ae28a34f17fe8fd170/2c69748813bcb4e4f3d06343e05fb9f43a8ae623fbdbb340847fd536f1974aa9/" vendor/livekit-api/.cargo-checksum.json
%build
# Disable csound for now, bring issue upstream
#export CSOUND_LIB_DIR=%%{_libdir}

BIN
vendor-for-dav1d-1.3.0.tar.zst (Stored with Git LFS)

Binary file not shown.

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.