Commit e13864d9 authored by Robert Clausecker's avatar Robert Clausecker
Browse files

multimedia/ccextractor-gui: remove port

The ccextractor GUI has been rewritten in flutter, which requires Dart.
We do not support Dart, so that means no GUI for us for now.
parent 9711d614
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5085,3 +5085,4 @@ textproc/py-pyRdfa3|textproc/py-pyrdfa3|2026-01-18|Rename to match upstream nami
devel/tcl8-thread|devel/tcl-thread|2026-01-19|The new tcl-thread port supports both Tcl8 and Tcl9
devel/tcl9-thread|devel/tcl-thread|2026-01-19|The new tcl-thread port supports both Tcl8 and Tcl9
java/jta||2026-01-19|Has expired: manual download, no users in the ports tree, newer version is at https://github.com/jakartaee/transactions
multimedia/ccextractor-gui||2026-01-20|Superseeded by flutter GUI, which we do not support
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
    SUBDIR += btavctpd
    SUBDIR += butt
    SUBDIR += ccextractor
    SUBDIR += ccextractor-gui
    SUBDIR += celluloid
    SUBDIR += cheese
    SUBDIR += chilitags
+0 −20
Original line number Diff line number Diff line
PKGNAMESUFFIX=	-gui
COMMENT=	subtitle extractor (GUI)

RUN_DEPENDS=	ccextractor:multimedia/ccextractor
LIB_DEPENDS=	libglfw.so:graphics/glfw

USES=		gl xorg
USE_GL=		glew gl glu opengl
USE_XORG=	x11 xinerama xcursor xi xrandr xxf86vm

# always show the OCR menu option
CFLAGS=		-DENABLE_OCR
ALL_TARGET=	ccextractorGUI

CONFIGURE_ARGS=	--with-gui --without-rust
CFLAGS+=	-DNK_INCLUDE_FIXED_TYPES

MASTERDIR=	${.CURDIR}/../ccextractor

.include	"${MASTERDIR}/Makefile.master"