|
|
|
@ -7,16 +7,9 @@
|
|
|
|
|
%global _glib2 2.32.0
|
|
|
|
|
%global _libxml2 2.4.0
|
|
|
|
|
%global _gobject_introspection 1.31.1
|
|
|
|
|
%global __python %{__python3}
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%bcond_without unwind
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with unwind
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: gstreamer1
|
|
|
|
|
Version: 1.22.1
|
|
|
|
|
Version: 1.16.1
|
|
|
|
|
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
|
|
|
|
Summary: GStreamer streaming media framework runtime
|
|
|
|
|
|
|
|
|
@ -34,29 +27,41 @@ Patch0: gstreamer-inspect-rpm-format.patch
|
|
|
|
|
Source1: gstreamer1.prov
|
|
|
|
|
Source2: gstreamer1.attr
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson >= 0.48.0
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: glib2-devel >= %{_glib2}
|
|
|
|
|
BuildRequires: libxml2-devel >= %{_libxml2}
|
|
|
|
|
BuildRequires: gobject-introspection-devel >= %{_gobject_introspection}
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
BuildRequires: m4
|
|
|
|
|
BuildRequires: check-devel
|
|
|
|
|
BuildRequires: gtk-doc >= 1.3
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
|
%if %{with unwind}
|
|
|
|
|
BuildRequires: libunwind-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: elfutils-devel
|
|
|
|
|
BuildRequires: bash-completion
|
|
|
|
|
|
|
|
|
|
# ./autogen.sh deps
|
|
|
|
|
BuildRequires: automake gettext-devel libtool
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
|
|
|
|
|
### documentation requirements
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
BuildRequires: openjade
|
|
|
|
|
BuildRequires: texlive-jadetex
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
BuildRequires: docbook-style-dsssl
|
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
|
BuildRequires: docbook-utils
|
|
|
|
|
BuildRequires: transfig
|
|
|
|
|
BuildRequires: netpbm-progs
|
|
|
|
|
BuildRequires: texlive-dvips
|
|
|
|
|
BuildRequires: ghostscript
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GStreamer is a streaming media framework, based on graphs of filters which
|
|
|
|
|
operate on media data. Applications using this library can do anything
|
|
|
|
|
from real-time sound processing to playing videos, and just about anything
|
|
|
|
|
else media-related. Its plugin-based architecture means that new data
|
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
|
plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -73,7 +78,7 @@ Conflicts: gstreamer1-plugins-bad-free-devel < 1.13
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%if 0
|
|
|
|
|
|
|
|
|
|
%package devel-docs
|
|
|
|
|
Summary: Developer documentation for GStreamer streaming media framework
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
@ -82,7 +87,6 @@ BuildArch: noarch
|
|
|
|
|
%description devel-docs
|
|
|
|
|
This %{name}-devel-docs contains developer documentation for the
|
|
|
|
|
GStreamer streaming media framework.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -90,30 +94,41 @@ GStreamer streaming media framework.
|
|
|
|
|
%patch0 -p1 -b .rpm-provides
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson \
|
|
|
|
|
-D package-name='Fedora GStreamer package' \
|
|
|
|
|
-D package-origin='http://download.fedoraproject.org' \
|
|
|
|
|
-D tests=disabled -D examples=disabled \
|
|
|
|
|
-D ptp-helper-permissions=capabilities \
|
|
|
|
|
%{!?with_unwind:-D libunwind=disabled -D libdw=disabled } \
|
|
|
|
|
-D dbghelp=disabled \
|
|
|
|
|
-D doc=disabled
|
|
|
|
|
%meson_build
|
|
|
|
|
NOCONFIGURE=1 \
|
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
|
--with-package-name='Fedora GStreamer package' \
|
|
|
|
|
--with-package-origin='http://download.fedoraproject.org' \
|
|
|
|
|
--enable-gtk-doc \
|
|
|
|
|
--enable-debug \
|
|
|
|
|
--disable-fatal-warnings \
|
|
|
|
|
--disable-silent-rules \
|
|
|
|
|
--disable-tests --disable-examples \
|
|
|
|
|
--with-ptp-helper-permissions=capabilities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%find_lang gstreamer-%{majorminor}
|
|
|
|
|
# Clean out files that should not be part of the rpm.
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.a' -exec rm -fv {} ';'
|
|
|
|
|
# Add the provides script
|
|
|
|
|
install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/gstreamer1.prov
|
|
|
|
|
# Add the gstreamer plugin file attribute entry (rpm >= 4.9.0)
|
|
|
|
|
install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer1.attr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files -f gstreamer-%{majorminor}.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS NEWS README.md README.static-linking RELEASE
|
|
|
|
|
%doc AUTHORS NEWS README RELEASE
|
|
|
|
|
%{_libdir}/libgstreamer-%{majorminor}.so.*
|
|
|
|
|
%{_libdir}/libgstbase-%{majorminor}.so.*
|
|
|
|
|
%{_libdir}/libgstcheck-%{majorminor}.so.*
|
|
|
|
@ -175,8 +190,6 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
|
|
|
|
|
%{_datadir}/gir-1.0/GstNet-%{majorminor}.gir
|
|
|
|
|
|
|
|
|
|
%{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
|
|
|
|
|
|
|
|
|
|
%dir %{_datadir}/gstreamer-%{majorminor}/gdb/
|
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/gdb/
|
|
|
|
|
%{_datadir}/gdb/auto-load/
|
|
|
|
|
|
|
|
|
@ -186,125 +199,31 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
|
|
|
|
|
%{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
|
|
|
|
|
%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
|
|
|
|
|
|
|
|
|
|
%if 0
|
|
|
|
|
%files devel-docs
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 12 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-2
|
|
|
|
|
- Bump for rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 21 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
|
|
|
|
|
- Update to 1.22.1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Apr 6 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-2
|
|
|
|
|
- Fix build options to disable libunwind and libdw
|
|
|
|
|
|
|
|
|
|
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
|
|
|
|
- Update to 1.18.4
|
|
|
|
|
|
|
|
|
|
* Tue Feb 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-3
|
|
|
|
|
- Use libunwind only on fedora
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.16.1-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
|
|
|
|
|
- Update to 1.18.2
|
|
|
|
|
* Mon Nov 18 2019 Tomas Pelka <tpelka@redhat.com> - 1.16.1-2
|
|
|
|
|
- Update to 1.16.2 for correctly pick up for side gating
|
|
|
|
|
- Resolves: rhbz#1756299
|
|
|
|
|
|
|
|
|
|
* 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-2
|
|
|
|
|
- Enable debug again
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
|
|
|
|
- Update to 1.17.1
|
|
|
|
|
- Update to meson build
|
|
|
|
|
- Disable docs because it needs Hotdoc, which is not in Fedora yet
|
|
|
|
|
- remove BuildRequires: for gtk-doc and autoconf related things
|
|
|
|
|
- Add BuildRequires: for libunwind-devel, elfutils-devel, bash-completion
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Tue Nov 12 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
|
- Update to 1.16.1
|
|
|
|
|
- Enable libcap for the ptp helper permissions
|
|
|
|
|
- Resolves: rhbz#1756299
|
|
|
|
|
|
|
|
|
|
* 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-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 28 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-2
|
|
|
|
|
- Rebuild for dependencies
|
|
|
|
|
|
|
|
|
|
* 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-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 15 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-5
|
|
|
|
|
- Remove xfig build dependency. It has not been needed since
|
|
|
|
|
version 1.2.0
|
|
|
|
|
|
|
|
|
|
* Wed Jun 06 2018 Bastien Nocera <bnocera@redhat.com> - 1.14.1-4
|
|
|
|
|
- Remove -Wcast-align fix patch, it's not complete
|
|
|
|
|
|
|
|
|
|
* Wed Jun 06 2018 Bastien Nocera <bnocera@redhat.com> - 1.14.1-3
|
|
|
|
|
- Add test patch to shut -Wcast-align warnings
|
|
|
|
|
|
|
|
|
|
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-2
|
|
|
|
|
- Update gstreamer1.prov file: Only scan in plugin directories
|
|
|
|
|
and relax file name and type. (#1581325)
|
|
|
|
|
* Fri Jun 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.14.0-3
|
|
|
|
|
- Use python3 for docs generation
|
|
|
|
|
|
|
|
|
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
|
|
|
|
- Update to 1.14.1
|
|
|
|
|
- Remove obsolete patch
|
|
|
|
|
* Fri Jun 15 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-2
|
|
|
|
|
- Remove (obsolete since 1.2.0) xfig build dependency.
|
|
|
|
|
|
|
|
|
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
|
|
|
|
- Update to 1.14.0
|
|
|
|
|