Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2025 10:04:26 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Kenneth Raplee <kenrap@kennethraplee.com>
Subject:   git: 49d73debf710 - main - graphics/qimgv: Remove KDE5 build option
Message-ID:  <69218aaa.3cc3a.d76e545@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49d73debf710c41d38dbbe63ab0f68399e0928cd

commit 49d73debf710c41d38dbbe63ab0f68399e0928cd
Author:     Kenneth Raplee <kenrap@kennethraplee.com>
AuthorDate: 2025-11-22 09:20:33 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-11-22 10:04:01 +0000

    graphics/qimgv: Remove KDE5 build option
    
    Pull Request:   https://github.com/freebsd/freebsd-ports/pull/463
---
 graphics/qimgv/Makefile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/graphics/qimgv/Makefile b/graphics/qimgv/Makefile
index 98ddf5801251..f34d3213dfc4 100644
--- a/graphics/qimgv/Makefile
+++ b/graphics/qimgv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qimgv
 PORTVERSION=	1.03.g20250905
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	kenrap@kennethraplee.com
@@ -18,25 +19,18 @@ GH_TAGNAME=	6bdfad1f47be2cd5eb54c6da45073f8eee55963f
 
 LDFLAGS+=	-linotify
 
-OPTIONS_DEFINE=		EXIV2 KDE5 OPENCV VIDEO
+OPTIONS_DEFINE=		EXIV2 OPENCV VIDEO
 OPTIONS_DEFAULT=	EXIV2 OPENCV QT6 VIDEO
 OPTIONS_SINGLE=		QT
 OPTIONS_SINGLE_QT=	QT5 QT6
 OPTIONS_SUB=		yes
 
-KDE5_DESC=		${KDE_DESC} (require QT5)
 OPENCV_DESC=		Enables high quality scaling options
 VIDEO_DESC=		Enables video playback via mpv
 
 EXIV2_LIB_DEPENDS=	libexiv2.so:graphics/exiv2
 EXIV2_CMAKE_BOOL=	EXIV2
 
-KDE5_IMPLIES=		QT5
-KDE5_PREVENTS=		QT6
-KDE5_USES=		kde:5 xorg
-KDE5_USE=		kde=windowsystem xorg=x11
-KDE5_CMAKE_BOOL=	KDE_SUPPORT
-
 OPENCV_LIB_DEPENDS=	libopencv_core.so:graphics/opencv \
 			libopencv_imgproc.so:graphics/opencv
 OPENCV_CMAKE_BOOL=	OPENCV_SUPPORT


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69218aaa.3cc3a.d76e545>