Add libnice-devel to get webrtc plugin (#1575244)
This commit is contained in:
parent
010d951db6
commit
97b9f966e2
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-bad-free
|
Name: gstreamer1-plugins-bad-free
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 2%{?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
|
||||||
@ -50,6 +50,7 @@ BuildRequires: libdvdnav-devel
|
|||||||
BuildRequires: libexif-devel
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libiptcdata-devel
|
BuildRequires: libiptcdata-devel
|
||||||
BuildRequires: libmpcdec-devel
|
BuildRequires: libmpcdec-devel
|
||||||
|
BuildRequires: libnice-devel
|
||||||
BuildRequires: liboil-devel
|
BuildRequires: liboil-devel
|
||||||
BuildRequires: librsvg2-devel
|
BuildRequires: librsvg2-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
@ -392,6 +393,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%{_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
|
||||||
|
|
||||||
#debugging plugin
|
#debugging plugin
|
||||||
@ -478,6 +480,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 10 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-2
|
||||||
|
- Add libnice-devel to get webrtc plugin (#1575244)
|
||||||
|
|
||||||
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
||||||
- Update to 1.14.0
|
- Update to 1.14.0
|
||||||
- add webrtc gir and typelib
|
- add webrtc gir and typelib
|
||||||
|
Loading…
Reference in New Issue
Block a user