aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-01-20 15:06:34 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-01-21 23:51:57 +0000
commite13864d9006eae998c84c3193b5aa7f62a7eb508 (patch)
tree410ec341f5aab2e1ea31cea609290944b3457858
parent9711d6144bf51fcd52f2749c1cfb6fbe1ddbf899 (diff)
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.
-rw-r--r--MOVED1
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/ccextractor-gui/Makefile20
3 files changed, 1 insertions, 21 deletions
diff --git a/MOVED b/MOVED
index 78bded476713..a0f968acef94 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 26c022841c01..16294517fe57 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -25,7 +25,6 @@
SUBDIR += btavctpd
SUBDIR += butt
SUBDIR += ccextractor
- SUBDIR += ccextractor-gui
SUBDIR += celluloid
SUBDIR += cheese
SUBDIR += chilitags
diff --git a/multimedia/ccextractor-gui/Makefile b/multimedia/ccextractor-gui/Makefile
deleted file mode 100644
index 30849c3bc827..000000000000
--- a/multimedia/ccextractor-gui/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-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"