Update to 1.17.1
Use meson disable docs
This commit is contained in:
parent
524feb6f4b
commit
7a326ec857
@ -38,6 +38,7 @@ BuildRequires: orc-devel >= 0.4.18
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: opus-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
# for autogen.sh
|
||||
BuildRequires: mesa-libGL-devel
|
||||
BuildRequires: mesa-libGLES-devel
|
||||
@ -118,7 +119,9 @@ for the GStreamer Base Plugins library.
|
||||
-D package-origin='http://download.fedoraproject.org' \
|
||||
-D doc=disabled \
|
||||
-D gtk_doc=disabled \
|
||||
-D orc=enabled
|
||||
-D orc=enabled \
|
||||
-D tremor=disabled \
|
||||
-D tests=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -418,6 +421,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-event.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-format.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-hdr.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-multiview.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-resampler.h
|
||||
|
Loading…
Reference in New Issue
Block a user