Move libnice and webrtc to extras
This commit is contained in:
parent
97a9596e61
commit
5609c1b81f
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-bad-free
|
Name: gstreamer1-plugins-bad-free
|
||||||
Version: 1.18.2
|
Version: 1.18.2
|
||||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework "bad" plugins
|
Summary: GStreamer streaming media framework "bad" plugins
|
||||||
|
|
||||||
License: LGPLv2+ and LGPLv2
|
License: LGPLv2+ and LGPLv2
|
||||||
@ -59,7 +59,6 @@ BuildRequires: lcms2-devel
|
|||||||
BuildRequires: libdvdnav-devel
|
BuildRequires: libdvdnav-devel
|
||||||
BuildRequires: libexif-devel
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libmpcdec-devel
|
BuildRequires: libmpcdec-devel
|
||||||
BuildRequires: libnice-devel
|
|
||||||
BuildRequires: librsvg2-devel
|
BuildRequires: librsvg2-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: mesa-libGL-devel
|
BuildRequires: mesa-libGL-devel
|
||||||
@ -133,6 +132,7 @@ BuildRequires: lilv-devel
|
|||||||
BuildRequires: wildmidi-devel
|
BuildRequires: wildmidi-devel
|
||||||
BuildRequires: zbar-devel
|
BuildRequires: zbar-devel
|
||||||
BuildRequires: OpenEXR-devel
|
BuildRequires: OpenEXR-devel
|
||||||
|
BuildRequires: libnice-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9
|
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9
|
||||||
@ -254,6 +254,7 @@ aren't tested well enough, or the code is not of good enough quality.
|
|||||||
%{!?with_extras:-D opencv=disabled -D openjpeg=disabled } \
|
%{!?with_extras:-D opencv=disabled -D openjpeg=disabled } \
|
||||||
%{!?with_extras:-D wildmidi=disabled -D zbar=disabled } \
|
%{!?with_extras:-D wildmidi=disabled -D zbar=disabled } \
|
||||||
%{!?with_extras:-D gme=disabled -D lv2=disabled } \
|
%{!?with_extras:-D gme=disabled -D lv2=disabled } \
|
||||||
|
%{!?with_extras:-D webrtc=disabled } \
|
||||||
-D doc=disabled -D magicleap=disabled -D msdk=disabled \
|
-D doc=disabled -D magicleap=disabled -D msdk=disabled \
|
||||||
-D dts=disabled -D faac=disabled -D faad=disabled \
|
-D dts=disabled -D faac=disabled -D faad=disabled \
|
||||||
-D libmms=disabled -D mpeg2enc=disabled -D mplex=disabled \
|
-D libmms=disabled -D mpeg2enc=disabled -D mplex=disabled \
|
||||||
@ -491,12 +492,12 @@ rm $RPM_BUILD_ROOT%{_bindir}/playout
|
|||||||
%{_libdir}/gstreamer-%{majorminor}/libgstwaylandsink.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstwaylandsink.so
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstwebp.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstwebp.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstwebrtc.so
|
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstwebrtcdsp.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstwebrtcdsp.so
|
||||||
%if 0
|
%if 0
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstwpe.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstwpe.so
|
||||||
%endif
|
%endif
|
||||||
%if %{with extras}
|
%if %{with extras}
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgstwebrtc.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstlv2.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstlv2.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstttmlsubs.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstttmlsubs.so
|
||||||
%endif
|
%endif
|
||||||
@ -608,6 +609,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/playout
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 12 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-3
|
||||||
|
- Move libnice and webrtc to extras
|
||||||
|
|
||||||
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 1.18.2-2
|
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 1.18.2-2
|
||||||
- Rebuild for OpenEXR 2.5.3.
|
- Rebuild for OpenEXR 2.5.3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user