update wayland-related build deps, --enable-gtk-doc

This commit is contained in:
Rex Dieter 2019-03-07 14:52:07 -06:00
parent ee5fb206e8
commit 13531db0fe

View File

@ -6,7 +6,7 @@
Name: gstreamer1-plugins-base
Version: 1.15.2
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer streaming media framework base plugins
License: LGPLv2+
@ -45,6 +45,11 @@ BuildRequires: mesa-libGLU-devel
BuildRequires: mesa-libEGL-devel
BuildRequires: wayland-devel
BuildRequires: egl-wayland-devel
# pkgconfig-style deps specifically searched-for by autotools/configure
BuildRequires: pkgconfig(wayland-client) >= 1.0
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
BuildRequires: pkgconfig(wayland-egl) >= 9.0
BuildRequires: pkgconfig(wayland-protocols) >= 1.15
# documentation
BuildRequires: gtk-doc >= 1.3
@ -118,7 +123,7 @@ NOCONFIGURE=1 \
--enable-experimental \
--disable-fatal-warnings \
--disable-silent-rules \
--disable-gtk-doc \
--enable-gtk-doc \
--enable-orc
%make_build V=1
@ -469,6 +474,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
%changelog
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
- update wayland-related build deps, --enable-gtk-doc
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-1
- %%build: --disable-gtk-doc to workaround FTBFS (hopefully temporary)