fix libexecdir in pkg-config file [release 1.20.1-2mamba;Thu Apr 21 2022]
This commit is contained in:
parent
eca10b1a9d
commit
f4da0fe642
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: gstreamer
|
Name: gstreamer
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: A framework for streaming media
|
Summary: A framework for streaming media
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -65,7 +65,7 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n %{libname}-devel
|
%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.
|
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.
|
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
|
%package -n %{libname}-apidocs
|
||||||
Summary: GStreamer library API documentation
|
Summary: GStreamer library API documentation
|
||||||
@ -80,6 +80,9 @@ GStreamer library API documentation.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gstreamer-%{version}
|
%setup -q -n gstreamer-%{version}
|
||||||
#-D -T
|
#-D -T
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
sed -i "s|/libexec'|/libexec64'|" meson.build
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -153,6 +156,9 @@ GStreamer library API documentation.
|
|||||||
#%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
#%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user