public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] gdk-pixbuf2: Update to 2.42.10
@ 2022-12-05 20:02 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2022-12-05 20:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 gdk-pixbuf2/gdk-pixbuf2.nm | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

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
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-05 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 20:02 [PATCH] gdk-pixbuf2: Update to 2.42.10 Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox