Accepting request 1138125 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1138125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-rs?expand=0&rev=26
This commit is contained in:
commit
453090b80f
@ -35,6 +35,9 @@
|
|||||||
<disk>
|
<disk>
|
||||||
<size unit="G">23</size>
|
<size unit="G">23</size>
|
||||||
</disk>
|
</disk>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">10</size>
|
||||||
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
<overwrite>
|
<overwrite>
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 11 12:56:06 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Increase memory for s390x builds in _constraints.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Jan 4 06:48:52 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -119,6 +119,9 @@ sed -ie "s/find_program('cargo-cbuild', version:'>=0.9.21'/find_program('cargo-c
|
|||||||
mkdir -p .cargo
|
mkdir -p .cargo
|
||||||
cp %{SOURCE3} .cargo/config
|
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
|
%build
|
||||||
# Disable csound for now, bring issue upstream
|
# Disable csound for now, bring issue upstream
|
||||||
#export CSOUND_LIB_DIR=%%{_libdir}
|
#export CSOUND_LIB_DIR=%%{_libdir}
|
||||||
|
BIN
vendor-for-dav1d-1.3.0.tar.zst
(Stored with Git LFS)
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)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user