Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for
openSUSE:Factory checked in at 2021-09-22 22:12:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Wed Sep 22 22:12:57 2021 rev:45 rq:920825 version:1.18.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
2021-09-21 21:13:28.810661537 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.1899/gstreamer-plugins-vaapi.changes
2021-09-22 22:13:14.620337316 +0200
@@ -1,0 +2,7 @@
+Thu Sep 16 10:04:39 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Stop building doc sub-package, we will in the future use
+ upstreams own standalone doc package. Following this: Drop
+ gtk-doc and hotdoc BuildRequires and pass doc=disabled to meson.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.FitMmK/_old 2021-09-22 22:13:15.092337708 +0200
+++ /var/tmp/diff_new_pack.FitMmK/_new 2021-09-22 22:13:15.092337708 +0200
@@ -29,8 +29,6 @@
BuildRequires: Mesa-devel
BuildRequires: Mesa-libGLESv3-devel
-BuildRequires: gtk-doc
-BuildRequires: hotdoc
BuildRequires: meson >= 0.47.0
BuildRequires: pkgconfig
BuildRequires: vaapi-wayland-tools
@@ -60,21 +58,16 @@
ExclusiveArch: %{ix86} x86_64
%description
-gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
-
-%package doc
-Summary: Documentation for gstreamer-plugins-vaapi
-Group: Development/Libraries/C and C++
-Requires: %{name} = %{version}
-
-%description doc
-This package contains documentation for gstreamer-plugins-vaapi.
+gstreamer-vaapi is a collection of GStreamer plugins and helper
+libraries that allow hardware accelerated video decoding through
+VA-API.
%prep
%autosetup -n gstreamer-vaapi-%{version} -p1
%build
%meson \
+ -Ddoc=disabled \
-Dwith_egl=yes \
-Dwith_encoders=yes \
-Dwith_drm=yes \
@@ -93,9 +86,7 @@
%files
%license COPYING.LIB
-%{_libdir}/gstreamer-%{gst_branch}/libgstvaapi.so
-
-%files doc
%doc AUTHORS NEWS README
+%{_libdir}/gstreamer-%{gst_branch}/libgstvaapi.so
%changelog