fix build when Meson >= 0.61.5
This commit is contained in:
parent
2ddc99297c
commit
abb0368c4a
@ -1,8 +1,7 @@
|
|||||||
Name: gstreamer1
|
Name: gstreamer1
|
||||||
Version: 1.19.3
|
Version: 1.19.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Bindings for GStreamer 1.0, the open source multimedia framework
|
Summary: Bindings for GStreamer 1.0, the open source multimedia framework
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gstreamer.freedesktop.org/
|
URL: https://gstreamer.freedesktop.org/
|
||||||
Source0: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
|
Source0: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
|
||||||
@ -50,7 +49,7 @@ Man pages and other related documents for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-D gtk_doc=disabled -D tests=disabled -D examples=disabled \
|
-D tests=disabled -D examples=disabled \
|
||||||
-D ptp-helper-permissions=capabilities -D dbghelp=disabled \
|
-D ptp-helper-permissions=capabilities -D dbghelp=disabled \
|
||||||
-D doc=disabled
|
-D doc=disabled
|
||||||
%meson_build
|
%meson_build
|
||||||
@ -96,6 +95,10 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
|
|||||||
%{_mandir}/man1/*.gz
|
%{_mandir}/man1/*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.19.3-2
|
||||||
|
- fix build when Meson >= 0.61.5
|
||||||
|
- remove meson option gtk_doc
|
||||||
|
|
||||||
* Fri Dec 3 2021 hanhui <hanhui15@huawei.com> - 1.19.3-1
|
* Fri Dec 3 2021 hanhui <hanhui15@huawei.com> - 1.19.3-1
|
||||||
- Upgrade to gstreamer-1.19.3
|
- Upgrade to gstreamer-1.19.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user