Accepting request 1077792 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/1077792
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=123
This commit is contained in:
2023-04-08 09:32:21 +00:00
committed by Git OBS Bridge
parent 679eaef9a2
commit 89fb6983a3
2 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 2 23:07:59 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Disable vulkan support, stop passing vulkan=enabled to meson.
Disable vulkan-devel Requires and BuildRequires.
- Disable pkgconfig(libavfilter) BuildRequires, upstream do not
enable ffmpeg support by default and we do not enable it, so no
need to carry the dependency.
- Use ldconfig_scriptlets macro.
- Pass build-testsuite=false, build-tests=false and
build-examples=false to meson, no longer build these as we are
not running or installing them anyway, save a lot on buildtime.
-------------------------------------------------------------------
Tue Mar 14 12:43:46 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>