From 9202f7db994526d92bb7258b5503a6e8b9803344 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Mon, 18 Mar 2024 21:38:47 +0100
Subject: [PATCH] gthumb: update to 3.12.6

---
 components/image/gthumb/Makefile |    6 ++++--
 components/image/gthumb/pkg5     |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/components/image/gthumb/Makefile b/components/image/gthumb/Makefile
index 77e5315..22a169c 100644
--- a/components/image/gthumb/Makefile
+++ b/components/image/gthumb/Makefile
@@ -15,15 +15,16 @@
 #
 
 BUILD_STYLE= meson
+USE_PARALLEL_BUILD= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         gthumb
-COMPONENT_VERSION=      3.12.5
+COMPONENT_VERSION=      3.12.6
 COMPONENT_SUMMARY=      GNOME image organizer (gthumb)
 COMPONENT_PROJECT_URL=  https://wiki.gnome.org/Apps/gthumb
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:f6385df45fe8c7262ec349e13f81512e90e99798dd2377932e4291d63359f3ab
+COMPONENT_ARCHIVE_HASH= sha256:608770c6c8e73073a1d404b65bd1b761e1ac5dc25e70130ff072488fa92f5c33
 COMPONENT_ARCHIVE_URL=  https://download.gnome.org/sources/$(COMPONENT_NAME)/3.12/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=         image/viewer/gthumb
 COMPONENT_CLASSIFICATION=Applications/Graphics and Imaging
@@ -60,6 +61,7 @@
 REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
 REQUIRED_PACKAGES += desktop/cd-burning/brasero
 REQUIRED_PACKAGES += image/library/exiv2
+REQUIRED_PACKAGES += image/library/libjpeg-turbo
 REQUIRED_PACKAGES += image/library/libpng16
 REQUIRED_PACKAGES += image/library/libraw
 REQUIRED_PACKAGES += image/library/librsvg
diff --git a/components/image/gthumb/pkg5 b/components/image/gthumb/pkg5
index ec5e8a1..3245b81 100644
--- a/components/image/gthumb/pkg5
+++ b/components/image/gthumb/pkg5
@@ -2,6 +2,7 @@
     "dependencies": [
         "desktop/cd-burning/brasero",
         "image/library/exiv2",
+        "image/library/libjpeg-turbo",
         "image/library/libjpeg8-turbo",
         "image/library/libpng16",
         "image/library/libraw",

--
Gitblit v1.9.3