diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-07-03 20:48:57 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-07-03 21:10:51 -0400 |
commit | f55ba4280f2b9f8d0dba36d95e1b8d4793c393fe (patch) | |
tree | d8716c509895129e1dfaf4f6e113c4eb1cca6bbd | |
parent | multimedia/mlt7*: Update to 7.32.0 (diff) |
multimedia/shotcut-qt6: Update to 25.05.11
Only extract the shotcut source to save on disk I/O. The archive contains
the sources of many dependencies that we don't need to extract.
https://github.com/mltframework/shotcut/releases/tag/v25.05.11
https://shotcut.org/blog/new-release-250511/
Diffstat (limited to '')
-rw-r--r-- | multimedia/shotcut-qt6/Makefile | 5 | ||||
-rw-r--r-- | multimedia/shotcut-qt6/distinfo | 6 | ||||
-rw-r--r-- | multimedia/shotcut-qt6/pkg-plist | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/multimedia/shotcut-qt6/Makefile b/multimedia/shotcut-qt6/Makefile index a30b342180b5..46078715343a 100644 --- a/multimedia/shotcut-qt6/Makefile +++ b/multimedia/shotcut-qt6/Makefile @@ -1,5 +1,5 @@ PORTNAME= shotcut -DISTVERSION= 25.03.29 +DISTVERSION= 25.05.11 CATEGORIES= multimedia MASTER_SITES= https://github.com/mltframework/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -qt6 @@ -30,6 +30,9 @@ CXXFLAGS+= -DSHOTCUT_NOUPGRADE CONFLICTS= shotcut +EXTRACT_AFTER_ARGS= --include src/${PORTNAME} \ + --no-same-owner --no-same-permissions + WRKSRC= ${WRKDIR}/src WRKSRC_SUBDIR= ${PORTNAME} diff --git a/multimedia/shotcut-qt6/distinfo b/multimedia/shotcut-qt6/distinfo index 749d1f4913c0..7b8d0c174ab5 100644 --- a/multimedia/shotcut-qt6/distinfo +++ b/multimedia/shotcut-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744180908 -SHA256 (shotcut-src-250329.txz) = 7007f6eeeed201c8d25c449cb20e55c9d105a3a341d4c342242b8d6b269fc61e -SIZE (shotcut-src-250329.txz) = 342706360 +TIMESTAMP = 1751586330 +SHA256 (shotcut-src-250511.txz) = 1e928c877f44240b44fd52a5f7b96fb86557fd2f5dfd6229789970287a315444 +SIZE (shotcut-src-250511.txz) = 343339376 diff --git a/multimedia/shotcut-qt6/pkg-plist b/multimedia/shotcut-qt6/pkg-plist index d586a8c037fa..b0d96a2450e3 100644 --- a/multimedia/shotcut-qt6/pkg-plist +++ b/multimedia/shotcut-qt6/pkg-plist @@ -418,6 +418,8 @@ share/mime/packages/org.shotcut.Shotcut.xml %%DATADIR%%/qml/filters/stabilize/icon.webp %%DATADIR%%/qml/filters/stabilize/meta.qml %%DATADIR%%/qml/filters/stabilize/ui.qml +%%DATADIR%%/qml/filters/strobe/meta.qml +%%DATADIR%%/qml/filters/strobe/ui.qml %%DATADIR%%/qml/filters/subtitle/icon.webp %%DATADIR%%/qml/filters/subtitle/meta.qml %%DATADIR%%/qml/filters/subtitle/ui.qml |