c9-beta
imports/c9-beta/gstreamer1-rtsp-server-1.22.1-1.el9
commit
3e5facd5be
@ -0,0 +1 @@
|
|||||||
|
SOURCES/gst-rtsp-server-1.22.1.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
a7fbf47a239d691a1e6edd58e66790cb0d752620 SOURCES/gst-rtsp-server-1.22.1.tar.xz
|
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -0,0 +1,340 @@
|
|||||||
|
%global majorminor 1.0
|
||||||
|
|
||||||
|
Name: gstreamer1-rtsp-server
|
||||||
|
Version: 1.22.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: GStreamer RTSP server library
|
||||||
|
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: http://gstreamer.freedesktop.org/
|
||||||
|
Source0: http://gstreamer.freedesktop.org/src/gst-rtsp/gst-rtsp-server-%{version}.tar.xz
|
||||||
|
Source1: gating.yaml
|
||||||
|
|
||||||
|
BuildRequires: meson >= 0.48.0
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gstreamer1-devel >= %{version}
|
||||||
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: chrpath
|
||||||
|
|
||||||
|
Requires: gstreamer1%{?_isa} >= %{version}
|
||||||
|
Requires: gstreamer1-plugins-base%{?_isa} >= %{version}
|
||||||
|
|
||||||
|
%description
|
||||||
|
A GStreamer-based RTSP server library.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
License: LGPLv2+
|
||||||
|
Requires: gstreamer1-devel%{?_isa} >= %{version}
|
||||||
|
Requires: gstreamer1-plugins-base-devel%{?_isa} >= %{version}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development files for %{name}, the GStreamer RTSP server library.
|
||||||
|
|
||||||
|
%package devel-docs
|
||||||
|
Summary: Developer documentation for GStreamer-based RTSP server library
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description devel-docs
|
||||||
|
This %{name}-devel-docs contains developer documentation for the
|
||||||
|
GStreamer-based RTSP server library.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n gst-rtsp-server-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson \
|
||||||
|
-D doc=disabled -D tests=disabled
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||||
|
# can't tweak libtool, see:
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=634376#c1
|
||||||
|
chrpath --delete %{buildroot}%{_libdir}/libgstrtspserver-%{majorminor}.so*
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING.LIB
|
||||||
|
%doc README TODO NEWS RELEASE REQUIREMENTS
|
||||||
|
%dir %{_libdir}/girepository-1.0/
|
||||||
|
%{_libdir}/libgstrtspserver-%{majorminor}.so.*
|
||||||
|
%{_libdir}/girepository-1.0/GstRtspServer-%{majorminor}.typelib
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%dir %{_datadir}/gir-1.0/
|
||||||
|
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp-server
|
||||||
|
%{_libdir}/libgstrtspserver-%{majorminor}.so
|
||||||
|
%{_libdir}/pkgconfig/gstreamer-rtsp-server-%{majorminor}.pc
|
||||||
|
%{_datadir}/gir-1.0/GstRtspServer-%{majorminor}.gir
|
||||||
|
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgstrtspclientsink.so
|
||||||
|
|
||||||
|
%if 0
|
||||||
|
%files devel-docs
|
||||||
|
%dir %{_datadir}/gtk-doc/
|
||||||
|
%dir %{_datadir}/gtk-doc/html/
|
||||||
|
%doc %{_datadir}/gtk-doc/html/gst-rtsp-server-%{majorminor}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Apr 28 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
|
||||||
|
- Import
|
||||||
|
- Resolves: rhbz#2186498
|
||||||
|
|
||||||
|
* Mon Mar 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
|
||||||
|
- Update to 1.22.1
|
||||||
|
|
||||||
|
* Tue Jan 24 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.0-1
|
||||||
|
- Update to 1.22.0
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Jan 11 2023 Wim Taymans <wtaymans@redhat.com> - 1.20.5-1
|
||||||
|
- Update to 1.20.5
|
||||||
|
|
||||||
|
* Thu Oct 13 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.4-1
|
||||||
|
- Update to 1.20.4
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 18 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.3-1
|
||||||
|
- Update to 1.20.3
|
||||||
|
|
||||||
|
* Fri Feb 4 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.0-1
|
||||||
|
- Update to 1.20.0
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Nov 11 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.3-1
|
||||||
|
- Update to 1.19.3
|
||||||
|
|
||||||
|
* Thu Sep 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.2-1
|
||||||
|
- Update to 1.19.2
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 03 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1
|
||||||
|
- Update to 1.19.1
|
||||||
|
|
||||||
|
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
||||||
|
- Update to 1.18.4
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
|
||||||
|
- Update to 1.18.2
|
||||||
|
|
||||||
|
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
|
||||||
|
- Update to 1.18.1
|
||||||
|
|
||||||
|
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
|
||||||
|
- Update to 1.18.0
|
||||||
|
|
||||||
|
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
|
||||||
|
- Update to 1.17.90
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
|
||||||
|
- Update to 1.17.2
|
||||||
|
|
||||||
|
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
||||||
|
- Update to 1.17.1
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
|
||||||
|
- Update to 1.16.2
|
||||||
|
|
||||||
|
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
||||||
|
- Update to 1.16.1
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
||||||
|
- Update to 1.16.0
|
||||||
|
|
||||||
|
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
||||||
|
- Update to 1.15.2
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
|
||||||
|
- Update to 1.15.1
|
||||||
|
|
||||||
|
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
|
||||||
|
- update to 1.14.4
|
||||||
|
|
||||||
|
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
|
||||||
|
- update to 1.14.3
|
||||||
|
|
||||||
|
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
|
||||||
|
- update to 1.14.2
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
||||||
|
- update to 1.14.1
|
||||||
|
|
||||||
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
||||||
|
- update to 1.14.0
|
||||||
|
|
||||||
|
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
|
||||||
|
- update to 1.13.91
|
||||||
|
|
||||||
|
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
|
||||||
|
- update to 1.13.90
|
||||||
|
|
||||||
|
* Thu Feb 22 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
|
||||||
|
- update to 1.13.1
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
|
||||||
|
- update to 1.12.4
|
||||||
|
|
||||||
|
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
|
||||||
|
- update to 1.12.3
|
||||||
|
|
||||||
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
|
||||||
|
- update to 1.12.2
|
||||||
|
|
||||||
|
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
|
||||||
|
- update to 1.12.1
|
||||||
|
|
||||||
|
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
|
||||||
|
- update to 1.12.0
|
||||||
|
|
||||||
|
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
|
||||||
|
- update to 1.11.91
|
||||||
|
|
||||||
|
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
|
||||||
|
- update to 1.11.90
|
||||||
|
|
||||||
|
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
|
||||||
|
- update to 1.11.2
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
|
||||||
|
- update to 1.11.1
|
||||||
|
|
||||||
|
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
|
||||||
|
- update to 1.10.2
|
||||||
|
|
||||||
|
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
|
||||||
|
- update to 1.10.1
|
||||||
|
|
||||||
|
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
|
||||||
|
- update to 1.10.0
|
||||||
|
|
||||||
|
* Sat Oct 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
|
||||||
|
- update to 1.9.90
|
||||||
|
|
||||||
|
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
|
||||||
|
- update to 1.9.2
|
||||||
|
|
||||||
|
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
|
||||||
|
- update to 1.9.1
|
||||||
|
|
||||||
|
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
|
||||||
|
- update to 1.8.2
|
||||||
|
|
||||||
|
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
|
||||||
|
- update to 1.8.1
|
||||||
|
|
||||||
|
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
|
||||||
|
- update to 1.8.0
|
||||||
|
|
||||||
|
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
|
||||||
|
- update to 1.7.91
|
||||||
|
|
||||||
|
* Thu Mar 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
|
||||||
|
- update to 1.7.90
|
||||||
|
|
||||||
|
* Wed Feb 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
|
||||||
|
- update to 1.7.2
|
||||||
|
- add new sink element
|
||||||
|
|
||||||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 8 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
|
||||||
|
- update to 1.7.1
|
||||||
|
|
||||||
|
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
|
||||||
|
- update to 1.6.2
|
||||||
|
|
||||||
|
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
|
||||||
|
- update to 1.6.1
|
||||||
|
|
||||||
|
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
|
||||||
|
- Update to 1.6.0
|
||||||
|
|
||||||
|
* Tue Sep 22 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
|
||||||
|
- update to 1.5.91
|
||||||
|
|
||||||
|
* Thu Aug 20 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
|
||||||
|
- update to 1.5.90
|
||||||
|
- remove obsolete patch
|
||||||
|
|
||||||
|
* Thu Aug 20 2015 Wim Taymans <wtaymans@redhat.com> - 1.4.5-1
|
||||||
|
- update to 1.4.5
|
||||||
|
- add double unlock patch
|
||||||
|
- fix devel-docs requires
|
||||||
|
|
||||||
|
* Thu Aug 20 2015 Wim Taymans <wtaymans@redhat.com> - 1.4.0-5
|
||||||
|
- disable checks
|
||||||
|
|
||||||
|
* Fri Jul 24 2015 Wim Taymans <wtaymans@redhat.com> - 1.4.0-4
|
||||||
|
- Fix Changelog entry
|
||||||
|
- Fix wrong comment about introspection
|
||||||
|
- disable-static instead of building and then removing .a files
|
||||||
|
- mark COPYING.LIB as license
|
||||||
|
- don't use thr rtsp-server majorminor for gobject instrospection versions
|
||||||
|
- add devel-docs directories
|
||||||
|
|
||||||
|
* Tue Mar 3 2015 Wim Taymans <wtaymans@redhat.com> - 1.4.0-3
|
||||||
|
- Add docs
|
||||||
|
- style updates: autoreconf -fiv and make_install
|
||||||
|
|
||||||
|
* Tue Aug 19 2014 Stefan Ringel <linuxtv@stefanringel.de> - 1.4.0-2
|
||||||
|
- Fix depedencies
|
||||||
|
- Fix file permission
|
||||||
|
|
||||||
|
* Thu Aug 14 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
|
||||||
|
- Use majorminor, like the other GStreamer packages
|
||||||
|
- Fix project URL and description
|
||||||
|
- Include all .so file versions
|
||||||
|
|
||||||
|
* Wed Aug 13 2014 Stefan Ringel <linuxtv@stefanringel.de> - 1.4.0-0
|
||||||
|
- First version
|
Loading…
Reference in new issue