From 733dd531632087522282feda1aa8fe831877f3c1 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 29 Mar 2024 13:41:30 +0100
Subject: [PATCH] rebuild libcupsfilters

---
 components/print/libcupsfilters/Makefile |    3 ++-
 components/print/libcupsfilters/pkg5     |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/components/print/libcupsfilters/Makefile b/components/print/libcupsfilters/Makefile
index a34db2d..4d4ca26 100644
--- a/components/print/libcupsfilters/Makefile
+++ b/components/print/libcupsfilters/Makefile
@@ -18,7 +18,7 @@
 
 COMPONENT_NAME=	libcupsfilters
 COMPONENT_VERSION= 2.0.0
-COMPONENT_REVISION= 1
+COMPONENT_REVISION= 2
 COMPONENT_SUMMARY= libcupsfilters contains all the code of the filters of the former cups-filters package as library functions
 COMPONENT_DESCRIPTION= The filter functions are principally intended to be used for the data format conversion tasks needed in \
 					   Printer Applications. They are already in use (together with libppd and pappl-retrofit) by the CUPS-driver \
@@ -76,6 +76,7 @@
 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
 REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
 REQUIRED_PACKAGES += image/library/libexif
+REQUIRED_PACKAGES += image/library/libjpeg-turbo
 REQUIRED_PACKAGES += image/library/libpng16
 REQUIRED_PACKAGES += image/library/libtiff
 REQUIRED_PACKAGES += library/lcms2
diff --git a/components/print/libcupsfilters/pkg5 b/components/print/libcupsfilters/pkg5
index 2bfd845..5883407 100644
--- a/components/print/libcupsfilters/pkg5
+++ b/components/print/libcupsfilters/pkg5
@@ -1,6 +1,7 @@
 {
     "dependencies": [
         "image/library/libexif",
+        "image/library/libjpeg-turbo",
         "image/library/libjpeg8-turbo",
         "image/library/libpng16",
         "image/library/libtiff",

--
Gitblit v1.9.3