Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk4 for openSUSE:Factory checked in at 2023-04-28 16:22:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk4 (Old) and /work/SRC/openSUSE:Factory/.gtk4.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk4" Fri Apr 28 16:22:46 2023 rev:59 rq:1083289 version:4.10.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk4/gtk4.changes 2023-04-23 22:44:30.493709553 +0200 +++ /work/SRC/openSUSE:Factory/.gtk4.new.1533/gtk4.changes 2023-04-28 16:23:04.381906810 +0200 @@ -1,0 +2,5 @@ +Thu Apr 27 09:23:57 UTC 2023 - Frederic Crozat <fcro...@suse.com> + +- Do not build media playback when bootstrapping on Workbench. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk4.spec ++++++ --- /var/tmp/diff_new_pack.IexMbp/_old 2023-04-28 16:23:05.029910593 +0200 +++ /var/tmp/diff_new_pack.IexMbp/_new 2023-04-28 16:23:05.033910616 +0200 @@ -21,6 +21,13 @@ %define gtk_binary_version 4.0.0 %define _name gtk +%bcond_without gst + +# disable gstreamer media player when bootstrapping on workbench +%if 0%{?workbench_version} > 0 +%bcond_with gst +%endif + Name: gtk4 Version: 4.10.3 Release: 0 @@ -76,8 +83,10 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.72.0 BuildRequires: pkgconfig(graphene-1.0) >= 1.10.0 BuildRequires: pkgconfig(graphene-gobject-1.0) >= 1.10.0 +%if %{with gst} BuildRequires: pkgconfig(gstreamer-gl-1.0) BuildRequires: pkgconfig(gstreamer-player-1.0) +%endif BuildRequires: pkgconfig(harfbuzz) >= 2.6.0 BuildRequires: pkgconfig(iso-codes) # Disabled until upstream enables ffmpeg support by default @@ -263,6 +272,11 @@ -Dintrospection=enabled \ -Dman-pages=true \ -Dtracker=enabled \ +%if %{with gst} + -Dmedia-gstreamer=enabled \ +%else + -Dmedia-gstreamer=disabled \ +%endif -Dbuild-testsuite=false \ -Dbuild-tests=false \ -Dbuild-examples=false \ @@ -302,9 +316,11 @@ %dir %{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/ %{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-cups.so %{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-file.so +%if %{with gst} %dir %{_libdir}/gtk-4.0/%{gtk_binary_version}/media/ #%%{_libdir}/gtk-4.0/%%{gtk_binary_version}/media/libmedia-ffmpeg.so %{_libdir}/gtk-4.0/%{gtk_binary_version}/media/libmedia-gstreamer.so +%endif %dir %{_libdir}/gtk-4.0/%{gtk_binary_version}/theming-engines/ %dir %{_libdir}/gtk-4.0/modules %{_libdir}/libgtk-4.so.*