Compare commits
20 Commits
1.22.7-1ma
...
1.26.3-1ma
Author | SHA1 | Date | |
---|---|---|---|
8a11e796a0 | |||
febb4bbc81 | |||
c141c9f78b | |||
30e3104c74 | |||
009f8157da | |||
d4dbdc03af | |||
088ce4f578 | |||
dfae886445 | |||
4650d67bce | |||
c267b4242d | |||
69305b2c04 | |||
ab82a26575 | |||
552e209ae7 | |||
8e1c5d978c | |||
6d4f6b70e4 | |||
cffe35cc7b | |||
d2b0a9ddaa | |||
a69ca90cac | |||
87ec0d6410 | |||
15b59ab1a5 |
@@ -4,7 +4,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gstreamer
|
||||
Version: 1.22.7
|
||||
Version: 1.26.3
|
||||
Release: 1mamba
|
||||
Epoch: 2
|
||||
Summary: A framework for streaming media
|
||||
@@ -21,6 +21,7 @@ License: LGPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libunwind-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@@ -75,8 +76,6 @@ Requires: gtk-doc
|
||||
%description -n %{libname}-apidocs
|
||||
GStreamer library API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n gstreamer-%{version}
|
||||
#-D -T
|
||||
@@ -108,16 +107,11 @@ sed -i "s|/libexec'|/libexec64'|" meson.build
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%meson_install
|
||||
|
||||
#install -d %{buildroot}%{gscachedir}
|
||||
|
||||
%find_lang gstreamer-%{MAJversion}.0
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{name}-tools -f gstreamer-%{MAJversion}.0.lang
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/bash-completion/completions/gst-*
|
||||
@@ -146,16 +140,71 @@ sed -i "s|/libexec'|/libexec64'|" meson.build
|
||||
%{_datadir}/aclocal/*
|
||||
%{_datadir}/gir-1.0/Gst*.gir
|
||||
%{_libdir}/libgst*-%{MAJversion}.0.so
|
||||
%{_datadir}/cmake/FindGStreamer.cmake
|
||||
%{_libdir}/pkgconfig/*
|
||||
%doc NEWS RELEASE
|
||||
|
||||
#%files -n %{libname}-apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
||||
#%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
||||
#%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
||||
|
||||
%changelog
|
||||
* Sat Jun 28 2025 Automatic Build System <autodist@openmamba.org> 1.26.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 30 2025 Automatic Build System <autodist@openmamba.org> 1.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 25 2025 Automatic Build System <autodist@openmamba.org> 1.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 1.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 31 2025 Automatic Build System <autodist@openmamba.org> 1.24.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 07 2025 Automatic Build System <autodist@openmamba.org> 1.24.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 04 2024 Automatic Build System <autodist@openmamba.org> 1.24.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 01 2024 Automatic Build System <autodist@openmamba.org> 1.24.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 20 2024 Automatic Build System <autodist@openmamba.org> 1.24.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 22 2024 Automatic Build System <autodist@openmamba.org> 1.24.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 30 2024 Automatic Build System <autodist@openmamba.org> 1.24.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 1.24.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 1.24.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 30 2024 Automatic Build System <autodist@openmamba.org> 1.24.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 1.24.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 1.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 05 2024 Automatic Build System <autodist@openmamba.org> 1.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 1.22.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 1.22.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 18 2023 Automatic Build System <autodist@mambasoft.it> 1.22.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 14 2023 Automatic Build System <autodist@mambasoft.it> 1.22.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user