Compare commits

..

16 Commits

Author SHA1 Message Date
d025953c73 automatic version update by autodist [release 1.22.4-1mamba;Wed Jun 21 2023] 2024-01-05 23:33:28 +01:00
6a4b6e90f2 automatic version update by autodist [release 1.22.3-1mamba;Fri May 19 2023] 2024-01-05 23:33:27 +01:00
cb48d1e55f automatic version update by autodist [release 1.22.2-1mamba;Wed Apr 12 2023] 2024-01-05 23:33:27 +01:00
38986a1cc8 automatic version update by autodist [release 1.22.1-1mamba;Sun Mar 05 2023] 2024-01-05 23:33:26 +01:00
41d0c09e01 automatic version update by autodist [release 1.22.0-1mamba;Tue Jan 24 2023] 2024-01-05 23:33:26 +01:00
7638eb4aaa automatic version update by autodist [release 1.20.5-1mamba;Tue Dec 20 2022] 2024-01-05 23:33:25 +01:00
47163174da automatic version update by autodist [release 1.20.4-1mamba;Fri Oct 14 2022] 2024-01-05 23:33:25 +01:00
5adcedb285 automatic version update by autodist [release 1.20.3-1mamba;Thu Jun 16 2022] 2024-01-05 23:33:25 +01:00
c2ede684cc automatic version update by autodist [release 1.20.2-1mamba;Tue May 03 2022] 2024-01-05 23:33:25 +01:00
f4da0fe642 fix libexecdir in pkg-config file [release 1.20.1-2mamba;Thu Apr 21 2022] 2024-01-05 23:33:25 +01:00
eca10b1a9d automatic version update by autodist [release 1.20.1-1mamba;Wed Mar 16 2022] 2024-01-05 23:33:25 +01:00
d7d9f55d8b automatic version update by autodist [release 1.20.0-1mamba;Sat Feb 12 2022] 2024-01-05 23:33:25 +01:00
bd346c486e automatic version update by autodist [release 1.18.5-1mamba;Thu Sep 09 2021] 2024-01-05 23:33:25 +01:00
9894bd53aa automatic version update by autodist [release 1.18.4-1mamba;Tue Mar 16 2021] 2024-01-05 23:33:25 +01:00
8867405d38 automatic version update by autodist [release 1.18.3-1mamba;Thu Jan 14 2021] 2024-01-05 23:33:25 +01:00
673a6996af automatic version update by autodist [release 1.18.2-1mamba;Mon Dec 07 2020] 2024-01-05 23:33:25 +01:00

View File

@@ -4,7 +4,7 @@
%define libname lib%{name}
Name: gstreamer
Version: 1.18.1
Version: 1.22.4
Release: 1mamba
Epoch: 2
Summary: A framework for streaming media
@@ -12,20 +12,16 @@ Group: System/Libraries
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/gstreamer/gstreamer-%{version}.tar.xz
Patch0: gstreamer-1.1.3-bison-3.0.patch
Patch1: gstreamer-1.16.2-glib-2.64.2.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libcap-devel
BuildRequires: libdw-devel
BuildRequires: libelf-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: liblzma-devel
BuildRequires: libunwind-devel
## AUTOBUILDREQ-END
BuildRequires: bash
@@ -36,7 +32,6 @@ BuildRequires: libtool
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: hotdoc
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# FIXME:
# checking for docbook2ps... false
@@ -70,7 +65,7 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
%description -n %{libname}-devel
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently.
Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%package -n %{libname}-apidocs
Summary: GStreamer library API documentation
@@ -85,11 +80,14 @@ GStreamer library API documentation.
%prep
%setup -q -n gstreamer-%{version}
#-D -T
%ifarch x86_64 aarch64
sed -i "s|/libexec'|/libexec64'|" meson.build
%endif
%build
#:<< _EOF
%meson \
-Dgtk_doc=enabled
-Ddoc=enabled
#export CHECK_LIBS=-lcheck
#% configure \
@@ -149,7 +147,7 @@ GStreamer library API documentation.
%{_datadir}/gir-1.0/Gst*.gir
%{_libdir}/libgst*-%{MAJversion}.0.so
%{_libdir}/pkgconfig/*
%doc NEWS README RELEASE
%doc NEWS RELEASE
#%files -n %{libname}-apidocs
#%defattr(-,root,root)
@@ -158,6 +156,57 @@ GStreamer library API documentation.
#%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
%changelog
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
- automatic version update by autodist
* 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
* Tue Jan 24 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
* Fri Oct 14 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
* Thu Apr 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.1-2mamba
- fix libexecdir in pkg-config file
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
- automatic version update by autodist
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
- automatic version update by autodist
* Thu Feb 03 2022 Automatic Build System <autodist@mambasoft.it> 1.18.6-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 Jan 14 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