From: Josh Grosse Subject: Re: [update] multimedia/shotcut -> v26.2 To: ports@openbsd.org Date: Thu, 19 Mar 2026 08:55:18 -0400 On Fri, Mar 13, 2026 at 06:04:35PM -0400, Ian Darwin wrote: > On 3/13/26 4:16 PM, Josh Grosse wrote: > > On Fri, Mar 06, 2026 at 06:06:55AM -0500, Josh Grosse wrote: > > > On Fri, Feb 27, 2026 at 03:42:56PM -0500, Josh Grosse wrote: > > > > Attached is a diff for bugfix release v26.2. [...] > > ping. > > OK ping. diff --git multimedia/shotcut/Makefile multimedia/shotcut/Makefile index a36c00f2f1e..4528eebff5a 100644 --- multimedia/shotcut/Makefile +++ multimedia/shotcut/Makefile @@ -2,7 +2,7 @@ USE_WXNEEDED = Yes COMMENT = video editor -V = 25.12.31 +V = 26.2.26 DIST_TUPLE = github mltframework shotcut v${V} . PKGNAME = shotcut-${V} diff --git multimedia/shotcut/distinfo multimedia/shotcut/distinfo index f226cbe9fe8..363e8f46848 100644 --- multimedia/shotcut/distinfo +++ multimedia/shotcut/distinfo @@ -1,2 +1,2 @@ -SHA256 (mltframework-shotcut-v25.12.31.tar.gz) = 6JKOFbvjZSE0HoBcXevlJ2TE9xGrehQxx95HEhHhChk= -SIZE (mltframework-shotcut-v25.12.31.tar.gz) = 16176521 +SHA256 (mltframework-shotcut-v26.2.26.tar.gz) = tchApFnq9K2eCtegLXgmeCB/kQLPzn8Sn0E/4sDLPKg= +SIZE (mltframework-shotcut-v26.2.26.tar.gz) = 16362756 diff --git multimedia/shotcut/patches/patch-CMakeLists_txt multimedia/shotcut/patches/patch-CMakeLists_txt index 71993e80ea7..5b20f6c75d8 100644 --- multimedia/shotcut/patches/patch-CMakeLists_txt +++ multimedia/shotcut/patches/patch-CMakeLists_txt @@ -3,7 +3,7 @@ mlt 7.36 is not (yet) ported, and is not (yet) needed. Index: CMakeLists.txt --- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -56,7 +56,7 @@ if(UNIX AND NOT APPLE) +@@ -57,7 +57,7 @@ if(UNIX AND NOT APPLE) endif() find_package(PkgConfig REQUIRED) diff --git multimedia/shotcut/patches/patch-src_CMakeLists_txt multimedia/shotcut/patches/patch-src_CMakeLists_txt index 146bde3249e..f8826e4dbea 100644 --- multimedia/shotcut/patches/patch-src_CMakeLists_txt +++ multimedia/shotcut/patches/patch-src_CMakeLists_txt @@ -1,7 +1,7 @@ Index: src/CMakeLists.txt --- src/CMakeLists.txt.orig +++ src/CMakeLists.txt -@@ -389,5 +389,5 @@ if(UNIX AND NOT APPLE) +@@ -391,5 +391,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 diff --git multimedia/shotcut/patches/patch-src_mainwindow_cpp multimedia/shotcut/patches/patch-src_mainwindow_cpp index f1c2efcd6b5..8fdaff8bd90 100644 --- multimedia/shotcut/patches/patch-src_mainwindow_cpp +++ multimedia/shotcut/patches/patch-src_mainwindow_cpp @@ -1,7 +1,7 @@ Index: src/mainwindow.cpp --- src/mainwindow.cpp.orig +++ src/mainwindow.cpp -@@ -150,7 +150,7 @@ MainWindow::MainWindow() +@@ -152,7 +152,7 @@ MainWindow::MainWindow() , m_keyframesDock(0) { #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) diff --git multimedia/shotcut/pkg/PLIST multimedia/shotcut/pkg/PLIST index 6ac21a75677..5ee7c1bb212 100644 --- multimedia/shotcut/pkg/PLIST +++ multimedia/shotcut/pkg/PLIST @@ -188,8 +188,10 @@ share/shotcut/qml/filters/bigsh0t_transform_360/vui.qml share/shotcut/qml/filters/blend_mode/ share/shotcut/qml/filters/blend_mode/icon.webp share/shotcut/qml/filters/blend_mode/meta_cairoblend.qml +share/shotcut/qml/filters/blend_mode/meta_movit.qml share/shotcut/qml/filters/blend_mode/meta_qtblend.qml share/shotcut/qml/filters/blend_mode/ui_cairoblend.qml +share/shotcut/qml/filters/blend_mode/ui_movit.qml share/shotcut/qml/filters/blend_mode/ui_qtblend.qml share/shotcut/qml/filters/bluescreen0r/ share/shotcut/qml/filters/bluescreen0r/icon.webp @@ -751,6 +753,7 @@ share/shotcut/translations/shotcut_sv.qm share/shotcut/translations/shotcut_th.qm share/shotcut/translations/shotcut_tr.qm share/shotcut/translations/shotcut_uk.qm +share/shotcut/translations/shotcut_zh-Hans.qm share/shotcut/translations/shotcut_zh_CN.qm share/shotcut/translations/shotcut_zh_TW.qm @tag update-desktop-database