Compare commits
8 Commits
1.20.0-1ma
...
1.22.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
38986a1cc8 | |||
41d0c09e01 | |||
7638eb4aaa | |||
47163174da | |||
5adcedb285 | |||
c2ede684cc | |||
f4da0fe642 | |||
eca10b1a9d |
@@ -4,7 +4,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gstreamer
|
||||
Version: 1.20.0
|
||||
Version: 1.22.1
|
||||
Release: 1mamba
|
||||
Epoch: 2
|
||||
Summary: A framework for streaming media
|
||||
@@ -65,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
|
||||
@@ -80,6 +80,9 @@ 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
|
||||
@@ -144,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)
|
||||
@@ -153,6 +156,30 @@ GStreamer library API documentation.
|
||||
#%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user