Compare commits
13 Commits
1.18.0-1ma
...
1.22.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
d9c89f4682 | |||
cff9202313 | |||
7e6921add4 | |||
b8e4d56cd1 | |||
6f5b20ea09 | |||
5207e9d0f0 | |||
e1c89b15ce | |||
62dc125ca5 | |||
e6246ccc3a | |||
20cbe1850e | |||
a01d56bc18 | |||
8740a44922 | |||
541c43d3f7 |
@ -2,35 +2,45 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
|
||||||
Name: gst-plugins-base
|
Name: gst-plugins-base
|
||||||
Version: 1.18.0
|
Version: 1.22.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GStreamer Streaming-media framework plugins
|
Summary: GStreamer Streaming-media framework plugins
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libXv-devel
|
BuildRequires: libXv-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcdparanoia-devel
|
BuildRequires: libcdparanoia-devel
|
||||||
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
|
BuildRequires: libgraphene-devel
|
||||||
BuildRequires: libgstreamer-devel
|
BuildRequires: libgstreamer-devel
|
||||||
|
BuildRequires: libgudev-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libmesa-devel
|
||||||
BuildRequires: libogg-devel
|
BuildRequires: libogg-devel
|
||||||
|
BuildRequires: libopus-devel
|
||||||
BuildRequires: liborc-devel
|
BuildRequires: liborc-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtheora-devel
|
BuildRequires: libtheora-devel
|
||||||
BuildRequires: libvisual-devel
|
BuildRequires: libvisual-devel
|
||||||
BuildRequires: libvorbis-devel
|
BuildRequires: libvorbis-devel
|
||||||
BuildRequires: libvorbisidec-devel
|
BuildRequires: libvorbisidec-devel
|
||||||
|
BuildRequires: libwayland-devel
|
||||||
|
BuildRequires: libwayland-egl-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
@ -41,7 +51,6 @@ BuildRequires: libcheck-devel
|
|||||||
BuildRequires: orc
|
BuildRequires: orc
|
||||||
BuildRequires: hotdoc
|
BuildRequires: hotdoc
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a set of reference plugins, base classes for other plugins, and helper libraries.
|
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
|
Summary: GStreamer plugin libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: gst-plugins-base
|
Provides: gst-plugins-base
|
||||||
Obsoletes: gst-plugins-base
|
Obsoletes: gst-plugins-base < 1.18.5
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
This package contain the basic audio and video playback library and the interfaces library.
|
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
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Ddoc=enabled
|
-Ddoc=enabled \
|
||||||
|
%ifarch arm aarch64
|
||||||
|
-Dgl_winsys="wayland,x11,gbm"
|
||||||
|
%endif
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -188,7 +200,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_libdir}/libgstsdp-%{majorminor}.so
|
%{_libdir}/libgstsdp-%{majorminor}.so
|
||||||
%{_datadir}/gir-1.0/Gst*.gir
|
%{_datadir}/gir-1.0/Gst*.gir
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
#%files -n %{libname}-apidocs
|
#%files -n %{libname}-apidocs
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -196,6 +208,45 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
#%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
|
#%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user