Accepting request 1066216 from home:alarrosa:branches:multimedia:libs
- Disable the aws plugin in big endian architectures since it requires the ring crate which doesn't support big endian systems (see gh#briansmith/ring#1555) OBS-URL: https://build.opensuse.org/request/show/1066216 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=36
This commit is contained in:
parent
5166f9b376
commit
47dd758412
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 15:14:03 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Disable the aws plugin in big endian architectures since it
|
||||
requires the ring crate which doesn't support big endian systems
|
||||
(see gh#briansmith/ring#1555)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 09:42:41 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -24,6 +24,12 @@
|
||||
# Disable csound for now, bring issue upstream
|
||||
#%%global __requires_exclude pkgconfig\\(csound\\)
|
||||
|
||||
%ifarch s390 s390x ppc ppc64
|
||||
%bcond_with aws
|
||||
%else
|
||||
%bcond_without aws
|
||||
%endif
|
||||
|
||||
Name: gstreamer-plugins-rs
|
||||
Version: 0.10.1+git20230213.9cd68ff
|
||||
Release: 0
|
||||
@ -112,6 +118,9 @@ export RUSTFLAGS=%{rustflags}
|
||||
-Ddav1d=auto \
|
||||
-Dsodium=enabled \
|
||||
-Dcsound=disabled \
|
||||
%if %{without aws}
|
||||
-Daws=disabled \
|
||||
%endif
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -125,7 +134,9 @@ cp %{SOURCE3} %{buildroot}%{_datadir}/appdata/
|
||||
%license LICENSE-APACHE LICENSE-LGPLv2 LICENSE-MIT
|
||||
%doc README.md
|
||||
%dir %{_libdir}/gstreamer-%{gst_branch}
|
||||
%if %{with aws}
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstaws.so
|
||||
%endif
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstcdg.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstclaxon.so
|
||||
# Disable csound for now, bring issue upstream
|
||||
|
Loading…
Reference in New Issue
Block a user