Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2026 23:52:55 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e13864d9006e - main - multimedia/ccextractor-gui: remove port
Message-ID:  <697166d7.399fb.31a75dd3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

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

commit e13864d9006eae998c84c3193b5aa7f62a7eb508
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-01-20 15:06:34 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-01-21 23:51:57 +0000

    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.
---
 MOVED                               |  1 +
 multimedia/Makefile                 |  1 -
 multimedia/ccextractor-gui/Makefile | 20 --------------------
 3 files changed, 1 insertion(+), 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"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697166d7.399fb.31a75dd3>