From: Thomas Frohwein Subject: Re: UPDATE: shotcut-26.4.30 To: Rafael Sadowski Cc: ports@openbsd.org, Josh Grosse Date: Thu, 4 Jun 2026 07:06:47 -0700 On Thu, 4 Jun 2026 14:52:43 +0200 Rafael Sadowski wrote: > Simple update shotcut-26.4.30. Tested on amd64. OK? > > Cheers Rafael Josh (maintainer) had just posted almost the exact same diff. This one builds and I can launch shotcut. ok thfr@ for the update. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/multimedia/shotcut/Makefile,v > diff -u -p -u -p -r1.26 Makefile > --- Makefile 22 Mar 2026 14:17:28 -0000 1.26 > +++ Makefile 4 Jun 2026 12:52:27 -0000 > @@ -2,7 +2,7 @@ USE_WXNEEDED = Yes > > COMMENT = video editor > > -V = 26.2.26 > +V = 26.4.30 > > DIST_TUPLE = github mltframework shotcut v${V} . > PKGNAME = shotcut-${V} > @@ -41,6 +41,7 @@ LIB_DEPENDS = math/fftw3 \ > multimedia/mlt7,-main \ > x11/qt6/qtdeclarative \ > x11/qt6/qtcharts \ > + x11/qt6/qtwebsockets \ > x11/qt6/qtmultimedia > > NO_TEST = Yes > Index: distinfo > =================================================================== > RCS file: /cvs/ports/multimedia/shotcut/distinfo,v > diff -u -p -u -p -r1.19 distinfo > --- distinfo 22 Mar 2026 14:17:28 -0000 1.19 > +++ distinfo 4 Jun 2026 12:52:27 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (mltframework-shotcut-v26.2.26.tar.gz) = > tchApFnq9K2eCtegLXgmeCB/kQLPzn8Sn0E/4sDLPKg= -SIZE > (mltframework-shotcut-v26.2.26.tar.gz) = 16362756 +SHA256 > (mltframework-shotcut-v26.4.30.tar.gz) = > yfedO32qb6FFlcZX6QfSjGItqi7dpwNAyM9qniB80Pg= +SIZE > (mltframework-shotcut-v26.4.30.tar.gz) = 16533861 Index: > patches/patch-src_CMakeLists_txt > =================================================================== > RCS file: > /cvs/ports/multimedia/shotcut/patches/patch-src_CMakeLists_txt,v diff > -u -p -u -p -r1.9 patch-src_CMakeLists_txt --- > patches/patch-src_CMakeLists_txt 22 Mar 2026 14:17:28 > -0000 1.9 +++ patches/patch-src_CMakeLists_txt 4 Jun > 2026 12:52:27 -0000 @@ -1,7 +1,7 @@ Index: src/CMakeLists.txt --- > src/CMakeLists.txt.orig +++ src/CMakeLists.txt -@@ -391,5 +391,5 @@ > if(UNIX AND NOT APPLE) +@@ -389,5 +389,5 @@ if(UNIX AND NOT APPLE) > install(FILES > ${CMAKE_SOURCE_DIR}/packaging/linux/icons/128x128/org.shotcut.Shotcut.png > DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128/apps/) > install(FILES ${CMAKE_SOURCE_DIR}/packaging/linux/shotcut.1 Index: > pkg/PLIST > =================================================================== > RCS file: /cvs/ports/multimedia/shotcut/pkg/PLIST,v diff -u -p -u -p > -r1.18 PLIST --- pkg/PLIST 22 Mar 2026 14:17:28 -0000 > 1.18 +++ pkg/PLIST 4 Jun 2026 12:52:27 -0000 > @@ -470,6 +470,9 @@ share/shotcut/qml/filters/opacity/icon.w > share/shotcut/qml/filters/opacity/meta.qml > share/shotcut/qml/filters/opacity/meta_movit.qml > share/shotcut/qml/filters/opacity/ui.qml > +share/shotcut/qml/filters/openfx.wtf.vala^NtscRs/ > +share/shotcut/qml/filters/openfx.wtf.vala^NtscRs/meta.qml > +share/shotcut/qml/filters/openfx.wtf.vala^NtscRs/ui.qml > share/shotcut/qml/filters/outline/ > share/shotcut/qml/filters/outline/icon.webp > share/shotcut/qml/filters/outline/meta.qml >