Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2022-10-01 17:42:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Sat Oct 1 17:42:06 2022 rev:452 rq:1006922 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes 2022-09-23 14:15:12.081978157 +0200 +++ /work/SRC/openSUSE:Factory/.Mesa.new.2275/Mesa.changes 2022-10-01 17:42:14.821570713 +0200 @@ -1,0 +2,15 @@ +Thu Sep 29 10:00:03 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- re-disable video codecs due to possible patent issues + https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258 + +------------------------------------------------------------------- +Tue Sep 27 11:08:54 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- Pass -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec to + meson, keep support for hardware codecs inside vaapi, vdpau and + vulkan. These were previously enabled automatically. +- enabled "swrast" and "amd" Vulkan drivers on riscv64, which is + upstream default anyway ... + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa.spec ++++++ --- /var/tmp/diff_new_pack.5cyFaq/_old 2022-10-01 17:42:15.705572325 +0200 +++ /var/tmp/diff_new_pack.5cyFaq/_new 2022-10-01 17:42:15.709572333 +0200 @@ -29,6 +29,11 @@ %define _lto_cflags %{nil} %endif +# Possible patent issues, see +# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258 +# for more details +%define video_codecs 0 + %define drivers 0 %define glamor 1 @@ -68,6 +73,10 @@ %define with_vulkan 1 %define vulkan_drivers swrast,amd,broadcom,freedreno %endif + %ifarch riscv64 + %define with_vulkan 1 + %define vulkan_drivers swrast,amd + %endif %endif %ifarch aarch64 %{arm} ppc64 ppc64le riscv64 s390x %{ix86} x86_64 @@ -813,6 +822,9 @@ -Dshared-llvm=true \ %endif %if "%{flavor}" == "drivers" +%if %{video_codecs} + -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \ +%endif %if %{gallium_loader} -Dgallium-vdpau=true \ -Dgallium-xvmc=true \