Hi all,
Shotcut checks for updates whenever the main window gains focus.
And it announces the result with a little notification that fades
in and out. It annoys me a lot.
The patch below disables the update check.
OK?
Best Regards,
Stefan
Index: multimedia/shotcut/Makefile
===================================================================
RCS file: /cvs/ports/multimedia/shotcut/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- multimedia/shotcut/Makefile 5 Mar 2021 08:16:24 -0000 1.7
+++ multimedia/shotcut/Makefile 23 Jul 2021 18:40:48 -0000
@@ -5,6 +5,7 @@ COMMENT = video editor
V = 21.01.29
DISTNAME = shotcut-$V
+REVISION = 0
CATEGORIES = multimedia
@@ -42,6 +43,8 @@ LIB_DEPENDS = multimedia/mlt \
x11/qt5/qtmultimedia \
x11/qt5/qtwebsockets \
x11/qt5/qtquickcontrols2
+
+MODQMAKE_ARGS= "DEFINES+=SHOTCUT_NOUPGRADE"
CONFIGURE_STYLE = qmake