Update to 1.21.90
This commit is contained in:
parent
a245d65d6a
commit
03dbf50b90
1
.gitignore
vendored
1
.gitignore
vendored
@ -80,3 +80,4 @@
|
||||
/gst-plugins-good-1.20.3.tar.xz
|
||||
/gst-plugins-good-1.20.4.tar.xz
|
||||
/gst-plugins-good-1.20.5.tar.xz
|
||||
/gst-plugins-good-1.21.90.tar.xz
|
||||
|
@ -16,8 +16,8 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-good
|
||||
Version: 1.20.5
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Version: 1.21.90
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer plugins with good code and licensing
|
||||
|
||||
License: LGPLv2+
|
||||
@ -183,6 +183,7 @@ to be installed.
|
||||
-D dv=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
||||
-D dv1394=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
||||
%endif
|
||||
-D qt6=disabled
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -211,6 +212,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%{_datadir}/gstreamer-%{majorminor}/presets/GstQTMux.prs
|
||||
|
||||
# non-core plugins without external dependencies
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstadaptivedemux2.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
|
||||
@ -256,6 +258,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
|
||||
|
||||
# gstreamer-plugins with external dependencies but in the main package
|
||||
@ -298,6 +301,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 20 2023 Wim Taymans <wtaymans@redhat.com> - 1.21.90-1
|
||||
- Update to 1.21.90
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-good-1.20.5.tar.xz) = d8a4f4605f1da9199a6fa3cde065f5d4c550772cf085e9e05ed5ff6e44b0375d72f473a9c73346ce329f924a0b58e386358f5045ac0bee767117ef28a9f1b394
|
||||
SHA512 (gst-plugins-good-1.21.90.tar.xz) = 0a775da0ef1167b4c31c97f1a44c38727f884b0bdd958feb52d75ff32ac0b2d59a438de2982424c3fbde002d43c46b8c5076fa32c7a3922bb46d60412266b599
|
||||
|
Loading…
Reference in New Issue
Block a user