Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2024 01:14:41 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1ad517b452e1 - 2024Q1 - graphics/digikam: Remove WEBENGINE option.
Message-ID:  <202401070114.4071EffR052152@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad517b452e1b3b5711baa309c7f06fe0a27ce80

commit 1ad517b452e1b3b5711baa309c7f06fe0a27ce80
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-01-07 00:23:55 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-01-07 01:12:50 +0000

    graphics/digikam: Remove WEBENGINE option.
    
    After removal of www/qt5-webkit, www/qt5-webengine is the only
    alternative.
    
    While here, remove the dependency on graphics/liblqr-1 which has been
    non-optionally bundled starting with 8.2.0 release. The Akonadi patches
    need some work, but it builds, so I'll save that for the next release
    along with a few other cleanups. Not depending on a non-existent port
    is more pressing at this time.
    
    MFH:            2024Q1
    (cherry picked from commit ac885a609f8a65ecb25eb39f354712b8ed787a97)
---
 graphics/digikam/Makefile | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index ff5a27605b51..0b0ec695e479 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	digikam
 DISTVERSION=	8.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION} \
 		https://files.kde.org/digikam/%SUBDIR%/:aesthetic,face,shape \
@@ -30,7 +30,6 @@ LIB_DEPENDS=	libKF5Sane.so:graphics/libksane \
 		libjasper.so:graphics/jasper \
 		liblcms2.so:graphics/lcms2 \
 		liblensfun.so:graphics/lensfun \
-		liblqr-1.so:graphics/liblqr-1 \
 		libopencv_core.so:graphics/opencv \
 		libheif.so:graphics/libheif \
 		libpgf.so:graphics/libpgf \
@@ -39,7 +38,7 @@ LIB_DEPENDS=	libKF5Sane.so:graphics/libksane \
 		libx265.so:multimedia/x265
 
 USES=		bison cmake compiler:c++17-lang desktop-file-utils eigen:3 gl \
-		gnome jpeg kde:5 localbase:ldflags magick pkgconfig qt:5 \
+		gnome jpeg kde:5 magick pkgconfig qt:5 \
 		shebangfix tar:xz xorg
 USE_GL=		gl glu
 USE_GNOME=	glib20 libxml2 libxslt
@@ -51,8 +50,8 @@ USE_KDE=	archive auth bookmarks calendarcore codecs completion config \
 		unitconversion widgetsaddons windowsystem xmlgui \
 		ecm:build
 USE_QT=		concurrent core dbus declarative gui location network \
-		networkauth opengl printsupport sql webchannel widgets \
-		x11extras xml xmlpatterns \
+		networkauth opengl printsupport sql webchannel webengine \
+		widgets x11extras xml xmlpatterns \
 		buildtools:build qmake:build
 USE_XORG=	ice sm x11 xext
 
@@ -64,7 +63,7 @@ WITH_CCACHE_BUILD=	yes
 CMAKE_ON=	BUILD_WITH_CCACHE DIGIKAMSC_COMPILE_DIGIKAM ENABLE_KFILEMETADATASUPPORT \
 		CMAKE_DISABLE_FIND_PACKAGE_VAAPI
 
-OPTIONS_DEFINE=		FACEDETECT KDEPIM MEDIAPLAYER NLS WEBENGINE
+OPTIONS_DEFINE=		FACEDETECT KDEPIM MEDIAPLAYER NLS
 OPTIONS_GROUP=		MP
 MP_DESC=		Media player options
 OPTIONS_GROUP_MP=	OPENAL PORTAUDIO PULSEAUDIO
@@ -127,11 +126,6 @@ PULSEAUDIO_IMPLIES=		MEDIAPLAYER
 
 SQLITE3_USE=		QT=sql-sqlite3:run
 
-WEBENGINE_DESC=		Use Qt WebEngine instead of WebKit
-WEBENGINE_USE=		QT=webengine
-WEBENGINE_USE_OFF=	QT=webkit
-WEBENGINE_CMAKE_BOOL=	ENABLE_QWEBENGINE
-
 PLIST_SUB=		SHLIB_VER=${DISTVERSION}
 
 post-install-FACEDETECT-on:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401070114.4071EffR052152>