!18 fix build when Meson >= 0.61.5

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-06-22 15:41:12 +00:00 committed by Gitee
commit 0289b21e88
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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