Update to 1.19.2
This commit is contained in:
parent
67b9b9e608
commit
3659adf361
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@
|
||||
/gst-plugins-bad-free-1.18.2.tar.xz
|
||||
/gst-plugins-bad-free-1.18.4.tar.xz
|
||||
/gst-plugins-bad-free-1.19.1.tar.xz
|
||||
/gst-plugins-bad-free-1.19.2.tar.xz
|
||||
|
@ -13,8 +13,8 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-bad-free
|
||||
Version: 1.19.1
|
||||
Release: 8%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Version: 1.19.2
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
|
||||
License: LGPLv2+ and LGPLv2
|
||||
@ -244,6 +244,7 @@ aren't tested well enough, or the code is not of good enough quality.
|
||||
%meson \
|
||||
-D package-name="Fedora GStreamer-plugins-bad package" \
|
||||
-D package-origin="http://download.fedoraproject.org" \
|
||||
-D tests=disabled \
|
||||
%{!?with_extras:-D fbdev=disabled -D decklink=disabled } \
|
||||
%{!?with_extras:-D assrender=disabled -D bs2b=disabled } \
|
||||
%{!?with_extras:-D chromaprint=disabled -D d3dvideosink=disabled } \
|
||||
@ -485,6 +486,7 @@ rm $RPM_BUILD_ROOT%{_bindir}/playout
|
||||
|
||||
# Plugins with external dependencies
|
||||
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaes.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstbluez.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstbz2.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstclosedcaption.so
|
||||
@ -636,6 +638,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/playout
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.2-1
|
||||
- Update to 1.19.2
|
||||
|
||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.19.1-8
|
||||
- Rebuilt with OpenSSL 3.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-bad-free-1.19.1.tar.xz) = 28d0f41d89bdb2c0fc89cfe7a0b54120605ee52783e624fc761143ffed963e94c7524eda3ca5ba203ddbe0ab61124effa5e4e6f6168ad5e7d831fbdf8e215c3c
|
||||
SHA512 (gst-plugins-bad-free-1.19.2.tar.xz) = 46f722423e42d89c362f5c1523479188b2fd4b650247f0406fc4a076c870ea9d397915fd2ea7143c1f50028bcba6cf135b667be6e1884ade78a0d36e6fa4de62
|
||||
|
Loading…
Reference in New Issue
Block a user