Compare commits

...

13 Commits

Author SHA1 Message Date
d9c89f4682 automatic version update by autodist [release 1.22.1-1mamba;Sun Mar 05 2023] 2024-01-05 23:31:58 +01:00
cff9202313 automatic version update by autodist [release 1.22.0-1mamba;Wed Jan 25 2023] 2024-01-05 23:31:58 +01:00
7e6921add4 automatic version update by autodist [release 1.20.5-1mamba;Tue Dec 20 2022] 2024-01-05 23:31:58 +01:00
b8e4d56cd1 automatic version update by autodist [release 1.20.4-1mamba;Sat Oct 15 2022] 2024-01-05 23:31:58 +01:00
6f5b20ea09 automatic version update by autodist [release 1.20.3-1mamba;Thu Jun 16 2022] 2024-01-05 23:31:58 +01:00
5207e9d0f0 automatic version update by autodist [release 1.20.2-1mamba;Tue May 03 2022] 2024-01-05 23:31:58 +01:00
e1c89b15ce automatic version update by autodist [release 1.20.1-1mamba;Wed Mar 16 2022] 2024-01-05 23:31:58 +01:00
62dc125ca5 automatic version update by autodist [release 1.20.0-1mamba;Sun Feb 13 2022] 2024-01-05 23:31:58 +01:00
e6246ccc3a automatic version update by autodist [release 1.18.5-1mamba;Thu Sep 09 2021] 2024-01-05 23:31:57 +01:00
20cbe1850e automatic version update by autodist [release 1.18.4-1mamba;Tue Mar 16 2021] 2024-01-05 23:31:57 +01:00
a01d56bc18 automatic version update by autodist [release 1.18.3-1mamba;Thu Feb 25 2021] 2024-01-05 23:31:57 +01:00
8740a44922 automatic version update by autodist [release 1.18.2-1mamba;Mon Dec 07 2020] 2024-01-05 23:31:57 +01:00
541c43d3f7 automatic version update by autodist [release 1.18.1-1mamba;Tue Oct 27 2020] 2024-01-05 23:31:57 +01:00

View File

@ -2,35 +2,45 @@
%define libname lib%{name}
Name: gst-plugins-base
Version: 1.18.0
Version: 1.22.1
Release: 1mamba
Summary: GStreamer Streaming-media framework plugins
Group: System/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gstreamer.freedesktop.org
URL: https://gstreamer.freedesktop.org
Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXi-devel
BuildRequires: libXv-devel
BuildRequires: libalsa-devel
BuildRequires: libcairo-devel
BuildRequires: libcdparanoia-devel
BuildRequires: libdrm-devel
BuildRequires: libglib-devel
BuildRequires: libglvnd-devel
BuildRequires: libgraphene-devel
BuildRequires: libgstreamer-devel
BuildRequires: libgudev-devel
BuildRequires: libjpeg-devel
BuildRequires: libmesa-devel
BuildRequires: libogg-devel
BuildRequires: libopus-devel
BuildRequires: liborc-devel
BuildRequires: libpango-devel
BuildRequires: libpng-devel
BuildRequires: libtheora-devel
BuildRequires: libvisual-devel
BuildRequires: libvorbis-devel
BuildRequires: libvorbisidec-devel
BuildRequires: libwayland-devel
BuildRequires: libwayland-egl-devel
BuildRequires: libxcb-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: gettext-devel
@ -41,7 +51,6 @@ BuildRequires: libcheck-devel
BuildRequires: orc
BuildRequires: hotdoc
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This package contains a set of reference plugins, base classes for other plugins, and helper libraries.
@ -65,7 +74,7 @@ This module contains elements for, among others:
Summary: GStreamer plugin libraries
Group: System/Libraries
Provides: gst-plugins-base
Obsoletes: gst-plugins-base
Obsoletes: gst-plugins-base < 1.18.5
%description -n %{libname}
This package contain the basic audio and video playback library and the interfaces library.
@ -94,7 +103,10 @@ GStreamer Plugin Base Library API documentation.
%build
%meson \
-Ddoc=enabled
-Ddoc=enabled \
%ifarch arm aarch64
-Dgl_winsys="wayland,x11,gbm"
%endif
%meson_build
@ -188,7 +200,7 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/libgstsdp-%{majorminor}.so
%{_datadir}/gir-1.0/Gst*.gir
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README
%doc ChangeLog NEWS
#%files -n %{libname}-apidocs
#%defattr(-,root,root)
@ -196,6 +208,45 @@ rm -f %{buildroot}%{_libdir}/*.la
#%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
%changelog
* Sun Mar 05 2023 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
- automatic version update by autodist
* Wed Jan 25 2023 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
- automatic version update by autodist
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 1.20.5-1mamba
- automatic version update by autodist
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 1.20.4-1mamba
- automatic version update by autodist
* Thu Jun 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.3-1mamba
- automatic version update by autodist
* Tue May 03 2022 Automatic Build System <autodist@mambasoft.it> 1.20.2-1mamba
- automatic version update by autodist
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
- automatic version update by autodist
* Sun Feb 13 2022 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
- automatic version update by autodist
* Thu Sep 09 2021 Automatic Build System <autodist@mambasoft.it> 1.18.5-1mamba
- automatic version update by autodist
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 1.18.4-1mamba
- automatic version update by autodist
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
- automatic version update by autodist
* Mon Dec 07 2020 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
- automatic version update by autodist
* Tue Oct 27 2020 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
- automatic version update by autodist
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
- automatic version update by autodist