git: 1bfc03f94969 - main - audio/elisa: do not build with VLC until it is switched to Qt6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Mar 2025 08:28:12 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1bfc03f94969fdb3e553b2d0ef8ba4eadf9ec8d4
commit 1bfc03f94969fdb3e553b2d0ef8ba4eadf9ec8d4
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-03-27 08:25:56 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-03-27 08:25:56 +0000
audio/elisa: do not build with VLC until it is switched to Qt6
---
audio/elisa/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/audio/elisa/Makefile b/audio/elisa/Makefile
index a029365c1574..324676a13845 100644
--- a/audio/elisa/Makefile
+++ b/audio/elisa/Makefile
@@ -1,5 +1,6 @@
PORTNAME= elisa
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= audio kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -21,7 +22,7 @@ USE_QT= base multimedia
USE_XORG= x11
OPTIONS_DEFINE= DOCS VLC
-OPTIONS_DEFAULT= DOCS VLC
+OPTIONS_DEFAULT= DOCS # VLC still uses Qt5
VLC_DESC= Use VLC instead of QtMultimedia
VLC_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LIBVLC