From 970adddbfc48d143ebaae950543ddbfcb6eb25c5 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 29 Mar 2024 23:01:14 +0100
Subject: [PATCH] rebuild sane-backends

---
 components/encumbered/openscenegraph/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/encumbered/openscenegraph/Makefile b/components/encumbered/openscenegraph/Makefile
index 3eafbd3..e3df0f3 100644
--- a/components/encumbered/openscenegraph/Makefile
+++ b/components/encumbered/openscenegraph/Makefile
@@ -16,7 +16,7 @@
 
 COMPONENT_NAME=		OpenSceneGraph
 COMPONENT_VERSION=	3.6.5
-COMPONENT_REVISION= 6
+COMPONENT_REVISION= 7
 COMPONENT_PROJECT_URL=	https://www.openscenegraph.com
 COMPONENT_SUMMARY=	OpenSceneGraph - High performance 3D graphics toolkit.
 COMPONENT_SRC=		OpenSceneGraph-$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -40,7 +40,7 @@
 
 # This is to get libraries to install into /usr/lib/$(MACH64)
 CMAKE_OPTIONS += -DLIB_POSTFIX=/$(MACH64)
-CMAKE_OPTIONS += -DJPEG_LIBRARY=$(JPEG_LIBDIR)/libjpeg.so
+#CMAKE_OPTIONS += -DJPEG_LIBRARY=$(JPEG_LIBDIR)/libjpeg.so
 
 # OpenSceneGraph doesn't yet support FFmpeg 5 or higher, we have FFmpeg 6, so disable it for now
 # https://github.com/openscenegraph/OpenSceneGraph/issues/1111
@@ -51,6 +51,7 @@
 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
 REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
 REQUIRED_PACKAGES += codec/jasper
+REQUIRED_PACKAGES += image/library/libjpeg-turbo
 REQUIRED_PACKAGES += image/library/libpng16
 REQUIRED_PACKAGES += image/library/librsvg
 REQUIRED_PACKAGES += image/library/libtiff

--
Gitblit v1.9.3