git: 84d39da318a7 - main - multimedia/simplescreenrecorder: Change to QT6

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 21 Sep 2025 16:48:24 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84d39da318a7c54e764e934f5733a7efc5c246d1

commit 84d39da318a7c54e764e934f5733a7efc5c246d1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-21 16:45:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-21 16:48:19 +0000

    multimedia/simplescreenrecorder: Change to QT6
    
    ffmpeg-8 should be already fixed there too
    
    PR:             289041 (FFmpeg 8.0)
    Reported by:    Daniel Engberg <diizzy@FreeBSD.org>
---
 multimedia/simplescreenrecorder/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/multimedia/simplescreenrecorder/Makefile b/multimedia/simplescreenrecorder/Makefile
index 4d2384cff269..0667fc624dcb 100644
--- a/multimedia/simplescreenrecorder/Makefile
+++ b/multimedia/simplescreenrecorder/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	simplescreenrecorder
 DISTVERSION=	0.4.4-73
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-g232eac7
 CATEGORIES=	multimedia
 
@@ -14,15 +15,16 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libpipewire-0.3.so:multimedia/pipewire
 
-USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 xorg
-USE_QT=		core gui widgets x11extras buildtools:build linguisttools:build qmake:build
+USES=		cmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:6 xorg
+USE_QT=		base tools:build
+USE_GL=		gl opengl
 USE_XORG=	x11 xext xfixes xi xinerama
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	MaartenBaert
 GH_PROJECT=	ssr
 
-CMAKE_ON=	WITH_QT5
+CMAKE_ON=	WITH_QT6
 CMAKE_OFF=	WITH_GLINJECT  # doesn't yet work on FreeBSD: https://github.com/MaartenBaert/ssr/issues/586#issuecomment-343780107
 CMAKE_OFF+=	WITH_OPENGL_RECORDING  # extra option requiried when GLInject is off, because this makes OpenGL recording dysfunctional