Compare commits
35 Commits
1.8.3-1mam
...
1.22.3-1ma
Author | SHA1 | Date | |
---|---|---|---|
f22d760978 | |||
cb5bd91458 | |||
d9c89f4682 | |||
cff9202313 | |||
7e6921add4 | |||
b8e4d56cd1 | |||
6f5b20ea09 | |||
5207e9d0f0 | |||
e1c89b15ce | |||
62dc125ca5 | |||
e6246ccc3a | |||
20cbe1850e | |||
a01d56bc18 | |||
8740a44922 | |||
541c43d3f7 | |||
7ae938be77 | |||
f430daf5f3 | |||
fd1db80dc4 | |||
0975eb48a5 | |||
bbb116cd63 | |||
1f137a72cd | |||
6f4c2fb6b0 | |||
c2477b0521 | |||
8eb9be04d1 | |||
56b8496394 | |||
2b23d1565a | |||
ad7faef1f3 | |||
26a61b248a | |||
287060e2cc | |||
09a1d730d7 | |||
6a3eacd472 | |||
37975be1be | |||
b24504bf7a | |||
af4c9f5cb0 | |||
07a02b2da3 |
@ -2,35 +2,45 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gst-plugins-base
|
||||
Version: 1.8.3
|
||||
Version: 1.22.3
|
||||
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
|
||||
@ -39,8 +49,8 @@ BuildRequires: valgrind-devel
|
||||
BuildRequires: libpython-devel
|
||||
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.
|
||||
@ -64,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.
|
||||
@ -86,22 +96,30 @@ Requires: gtk-doc
|
||||
%description -n %{libname}-apidocs
|
||||
GStreamer Plugin Base Library API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n gst-plugins-base-%{version}
|
||||
|
||||
%build
|
||||
export CHECK_LIBS=-lcheck
|
||||
%configure \
|
||||
--enable-libvisual \
|
||||
--enable-gio
|
||||
%meson \
|
||||
-Ddoc=enabled \
|
||||
%ifarch arm aarch64
|
||||
-Dgl_winsys="wayland,x11,gbm"
|
||||
%endif
|
||||
|
||||
%meson_build
|
||||
|
||||
#export CHECK_LIBS=-lcheck
|
||||
#% configure \
|
||||
# --enable-libvisual \
|
||||
# --enable-gio
|
||||
#\
|
||||
# --enable-gtk-doc \
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang gst-plugins-base-%{majorminor}
|
||||
|
||||
@ -122,6 +140,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/libgstallocators-%{majorminor}.so.*
|
||||
%{_libdir}/libgstapp-%{majorminor}.so.*
|
||||
%{_libdir}/libgstaudio-%{majorminor}.so.*
|
||||
%{_libdir}/libgstgl-%{majorminor}.so.*
|
||||
%{_libdir}/libgstfft-%{majorminor}.so.*
|
||||
%{_libdir}/libgstriff-%{majorminor}.so.*
|
||||
%{_libdir}/libgstrtp-%{majorminor}.so.*
|
||||
@ -137,7 +156,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_mandir}/man1/gst-device-monitor-%{majorminor}.1*
|
||||
%{_mandir}/man1/gst-discoverer-%{majorminor}.1*
|
||||
%{_mandir}/man1/gst-play-%{majorminor}.1*
|
||||
%doc AUTHORS COPYING COPYING.LIB
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -147,6 +166,8 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/audio
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/gl
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/gl/*
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft/
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/fft/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/riff
|
||||
@ -163,10 +184,13 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/*.h
|
||||
%dir %{_libdir}/gstreamer-%{majorminor}/include/gst/gl
|
||||
%{_libdir}/gstreamer-%{majorminor}/include/gst/gl/gstglconfig.h
|
||||
%{_libdir}/libgstallocators-%{majorminor}.so
|
||||
%{_libdir}/libgstapp-%{majorminor}.so
|
||||
%{_libdir}/libgstaudio-%{majorminor}.so
|
||||
%{_libdir}/libgstfft-%{majorminor}.so
|
||||
%{_libdir}/libgstgl-%{majorminor}.so
|
||||
%{_libdir}/libgstriff-%{majorminor}.so
|
||||
%{_libdir}/libgstrtp-%{majorminor}.so
|
||||
%{_libdir}/libgsttag-%{majorminor}.so
|
||||
@ -176,14 +200,122 @@ 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)
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}/
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}/
|
||||
#%files -n %{libname}-apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/gst-plugins-base-libs
|
||||
#%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
|
||||
|
||||
%changelog
|
||||
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 1.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 12 2023 Automatic Build System <autodist@mambasoft.it> 1.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jul 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.2-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Sat Dec 07 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 24 2019 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 04 2018 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 21 2018 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 15 2018 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 19 2017 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 29 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 19 2016 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 03 2016 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 20 2016 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Aug 19 2016 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user