gdk-pixbuf2: Update to 2.42.10

Message ID 20221205200244.143746-1-stefan.schantl@ipfire.org
State Dropped
Headers
Series gdk-pixbuf2: Update to 2.42.10 |

Commit Message

Stefan Schantl Dec. 5, 2022, 8:02 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 gdk-pixbuf2/gdk-pixbuf2.nm | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)
  

Patch

diff --git a/gdk-pixbuf2/gdk-pixbuf2.nm b/gdk-pixbuf2/gdk-pixbuf2.nm
index 7c39db0de..93aad711a 100644
--- a/gdk-pixbuf2/gdk-pixbuf2.nm
+++ b/gdk-pixbuf2/gdk-pixbuf2.nm
@@ -5,9 +5,9 @@ 
 
 name       = gdk-pixbuf2
 version    = %{ver_major}.%{ver_minor}
-ver_major  = 2.33
-ver_minor  = 2
-release    = 3
+ver_major  = 2.42
+ver_minor  = 10
+release    = 1
 
 groups     = System/Libraries
 url        = http://www.gtk.org/
@@ -29,19 +29,28 @@  build
 		glib2-devel >= 2.37.6
 		gobject-introspection-devel >= 0.9.3
 		libpng-devel
-		libjpeg-devel
-		libtiff-devel
+		libjpeg-devel >= 2.1.4
+		libtiff-devel >= 4.4.0
+		meson >= 0.55.3
+		shared-mime-info
 	end
 
 	export LD_LIBRARY_PATH = %{DIR_APP}/gdk-pixbuf/.libs
 
-	configure_options += \
-		--without-x11 \
-		--with-included-loaders=png
+	build
+		%{meson} \
+			--default-library=both \
+			-Dman=false \
+			-Dgtk_doc=false \
+			-Dinstalled_tests=false
 
-	make_install_targets += RUN_QUERY_LOADER_TEST=false
+		%{meson_build}
+	end
+
+
+	install
+		%{meson_install}
 
-	install_cmds
 		touch %{BUILDROOT}%{libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
 	end
 end