From: Matthieu Herrb Subject: Re: [update] multimedia/shotcut -> v26.1 To: ports@openbsd.org Date: Sun, 8 Feb 2026 19:12:15 +0100 On Sun, Feb 08, 2026 at 06:46:54AM -0500, Josh Grosse wrote: > On Sun, Feb 08, 2026 at 12:40:08PM +0100, Matthieu Herrb wrote: > > On Sun, Feb 08, 2026 at 06:32:43AM -0500, Josh Grosse wrote: > > > Ping. > > > > > > On Sat, Jan 31, 2026 at 07:02:27PM -0500, Josh Grosse wrote: > > > > 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 b1d337d509c..86da49a84cb 100644 > > > --- multimedia/shotcut/Makefile > > > +++ multimedia/shotcut/Makefile > > > @@ -4,7 +4,7 @@ COMMENT = video editor > > > > > > GH_ACCOUNT = mltframework > > > GH_PROJECT = shotcut > > > -GH_TAGNAME = v24.10.29 > > > +GH_TAGNAME = v25.01.25 > > ^^^^^^^^^ > > > > This doesn't look like v26.1.30 > > > > -- > > Matthieu Herrb > > > > Wrong diff! Mea culpa. Correct diff attached. In this version you didn't include the 'update-patches' output but otherwise it looks ok and seems to work after a quick test. ok matthieu@ fwiw. > 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 -- Matthieu Herrb