On Sat, Jan 31, 2026 at 07:01:14PM -0500, Josh Grosse wrote: > Attached is a diff to update multimedia/shotcut from v25.12 to v26.1. > Tested on amd64. > > OKs?
Change log: https://github.com/mltframework/shotcut/releases/tag/v26.1.30 > diff --git multimedia/shotcut/Makefile multimedia/shotcut/Makefile > index a36c00f2f1e..cbe4304b284 100644 > --- multimedia/shotcut/Makefile > +++ multimedia/shotcut/Makefile > @@ -2,7 +2,7 @@ USE_WXNEEDED = Yes > > COMMENT = video editor > > -V = 25.12.31 > +V = 26.1.30 > > DIST_TUPLE = github mltframework shotcut v${V} . > PKGNAME = shotcut-${V} > diff --git multimedia/shotcut/distinfo multimedia/shotcut/distinfo > index f226cbe9fe8..669888f26a6 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.1.30.tar.gz) = > khw8knAz/oW74M8ozmL9YrAbVtaikmCTZDKRkop7dsw= > +SIZE (mltframework-shotcut-v26.1.30.tar.gz) = 16337153 > 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
