From 56b57c9bb10cff67cb3119f474cd131c7c9b85ca Mon Sep 17 00:00:00 2001
From: Till Wegmüller <toasterson@gmail.com>
Date: Wed, 06 Mar 2024 22:01:09 +0100
Subject: [PATCH] Rebuild freerdp with libjpeg-turbo

---
 components/desktop/freerdp/Makefile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/desktop/freerdp/Makefile b/components/desktop/freerdp/Makefile
index 184b6bd..83a9d4f 100644
--- a/components/desktop/freerdp/Makefile
+++ b/components/desktop/freerdp/Makefile
@@ -21,7 +21,7 @@
 
 COMPONENT_NAME=		freerdp
 COMPONENT_VERSION=	2.10.0
-COMPONENT_REVISION=	2
+COMPONENT_REVISION=	3
 COMPONENT_SUMMARY=	Remote Desktop Viewer Client
 COMPONENT_PROJECT_URL=	https://www.freerdp.com
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -99,12 +99,12 @@
     done ;
 
 # Auto-generated dependencies
+REQUIRED_PACKAGES += $(ICU_LIBRARY_PKG)
+REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
 REQUIRED_PACKAGES += audio/lame
-REQUIRED_PACKAGES += image/library/libjpeg6
-REQUIRED_PACKAGES += image/library/libjpeg6-ijg
+REQUIRED_PACKAGES += image/library/libjpeg-turbo
 REQUIRED_PACKAGES += library/audio/pulseaudio
 REQUIRED_PACKAGES += library/desktop/cairo
-REQUIRED_PACKAGES += library/icu
 REQUIRED_PACKAGES += library/libusb-1
 REQUIRED_PACKAGES += library/print/cups-libs
 REQUIRED_PACKAGES += library/security/openssl-11

--
Gitblit v1.9.3