FreeBSD Bugzilla – Attachment 242547 Details for
Bug 271775
multimedia/shotcut: update to 24.10.29
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
shotcut-23.06.23 - fix typo in commit msg (apply with git am)
0001-multimedia-shotcut-Update-to-23.04.14.patch (text/plain), 23.74 KB, created by
Jason E. Hale
on 2023-06-02 02:01:07 UTC
(
hide
)
Description:
shotcut-23.06.23 - fix typo in commit msg (apply with git am)
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2023-06-02 02:01:07 UTC
Size:
23.74 KB
patch
obsolete
>From d7208c6e81eb84d832c018d54179e7f230826c30 Mon Sep 17 00:00:00 2001 >From: "Jason E. Hale" <jhale@FreeBSD.org> >Date: Thu, 1 Jun 2023 20:13:53 -0400 >Subject: [PATCH] multimedia/shotcut: Update to 23.04.14 > >- Development has moved to Qt6 > >https://github.com/mltframework/shotcut/releases/tag/v23.05.14 >--- > multimedia/shotcut/Makefile | 28 ++++-- > multimedia/shotcut/distinfo | 6 +- > multimedia/shotcut/files/wrapper.sh.in | 11 +++ > multimedia/shotcut/pkg-plist | 131 +++++++++++++++++++++++-- > 4 files changed, 154 insertions(+), 22 deletions(-) > create mode 100644 multimedia/shotcut/files/wrapper.sh.in > >diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile >index 7289b76565df..5344e59a68a7 100644 >--- a/multimedia/shotcut/Makefile >+++ b/multimedia/shotcut/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= shotcut >-DISTVERSION= 22.06.23 >-PORTREVISION= 2 >+DISTVERSION= 23.05.14 > CATEGORIES= multimedia > MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/ > DISTNAME= ${PORTNAME}-src-${DISTVERSION:C/\.//g} >@@ -9,27 +8,32 @@ MAINTAINER= vishwin@FreeBSD.org > COMMENT= Free, open source, cross-platform video editor > WWW= https://shotcut.org/ > >-LICENSE= GPLv3 >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS= libfftw3.so:math/fftw3 > RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ >- ${LOCALBASE}/lib/libjack.so:audio/jack >+ ${LOCALBASE}/lib/libjack.so:audio/jack \ >+ ${LOCALBASE}/lib/mlt-7/libmltglaxnimate-qt6.so:multimedia/mlt7-glaxnimate@qt6 \ >+ ${LOCALBASE}/lib/mlt-7/libmltqt6.so:multimedia/mlt7-qt@qt6 > >-USES= cmake compiler:c++11-lang cpe desktop-file-utils gl mlt:7 pkgconfig \ >- qmake:no_env qt:5 sdl shared-mime-info tar:txz xorg >+USES= cmake compiler:c++17-lang cpe desktop-file-utils gl mlt:7 \ >+ pkgconfig qt:6 sdl shared-mime-info tar:txz xorg > CPE_VENDOR= meltytech > > GH_ACCOUNT= mltframework > >-USE_GL= gl >-USE_QT= core declarative gui multimedia network opengl quickcontrols2 sql \ >- websockets widgets xml buildtools:build concurrent:build linguisttools:build >+USE_GL= gl >+USE_QT= base declarative multimedia tools:build > USE_SDL= sdl2 > USE_XORG= x11 > # Needed to be able to correctly check for updates in-app. > CMAKE_ARGS= -D${PORTNAME:tu}_VERSION="${DISTVERSION}" >+CXXFLAGS+= -DSHOTCUT_NOUPGRADE > >-WRKSRC= ${WRKDIR}/src >+SUB_FILES= wrapper.sh >+ >+WRKSRC= ${WRKDIR}/src > WRKSRC_SUBDIR= ${PORTNAME} > > OPTIONS_DEFINE= FREI0R LADSPA NLS >@@ -40,4 +44,8 @@ FREI0R_RUN_DEPENDS= frei0r-plugins>=0:graphics/frei0r-plugins > > LADSPA_RUN_DEPENDS= swhplugins>=0:audio/swhplugins > >+post-install: >+ ${MV} ${STAGEDIR}${PREFIX}/bin/shotcut ${STAGEDIR}${PREFIX}/bin/shotcut-real >+ ${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${STAGEDIR}${PREFIX}/bin/shotcut >+ > .include <bsd.port.mk> >diff --git a/multimedia/shotcut/distinfo b/multimedia/shotcut/distinfo >index eb64b9e13a4d..e362c27199ce 100644 >--- a/multimedia/shotcut/distinfo >+++ b/multimedia/shotcut/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1658981972 >-SHA256 (shotcut-src-220623.txz) = 5f91089ba99ab61b4c41168d8bba4e5abd7d136961973c5289cd2e7de29f210e >-SIZE (shotcut-src-220623.txz) = 60135892 >+TIMESTAMP = 1685493477 >+SHA256 (shotcut-src-230514.txz) = 79ad579af770dea3c201c41bff4d0c05b4ebf3ccf9bde4bc57fd8dc68931bcf5 >+SIZE (shotcut-src-230514.txz) = 241867580 >diff --git a/multimedia/shotcut/files/wrapper.sh.in b/multimedia/shotcut/files/wrapper.sh.in >new file mode 100644 >index 000000000000..9c95f9f5ac5b >--- /dev/null >+++ b/multimedia/shotcut/files/wrapper.sh.in >@@ -0,0 +1,11 @@ >+#!/bin/sh >+ >+PREFIX="%%PREFIX%%/bin" >+PROGRAM="${0}" >+ >+# Prevent loading the Qt 5 flavor of the mlt7 plugins if installed. >+# Shotcut will crash without this environment variable set because >+# mlt7 defaults to loading the Qt 5 flavor of the plugins. >+ >+export MLT_REPOSITORY_DENY="libmltqt:libmltglaxnimate" >+exec ${PREFIX}/${PROGRAM##*/}-real "${@}" >diff --git a/multimedia/shotcut/pkg-plist b/multimedia/shotcut/pkg-plist >index 877f59971b8c..5be4aacf47ad 100644 >--- a/multimedia/shotcut/pkg-plist >+++ b/multimedia/shotcut/pkg-plist >@@ -1,4 +1,5 @@ > bin/shotcut >+bin/shotcut-real > lib/libCuteLogger.so > share/applications/org.shotcut.Shotcut.desktop > share/icons/hicolor/128x128/apps/org.shotcut.Shotcut.png >@@ -6,6 +7,9 @@ share/icons/hicolor/64x64/apps/org.shotcut.Shotcut.png > share/man/man1/shotcut.1.gz > share/metainfo/org.shotcut.Shotcut.metainfo.xml > share/mime/packages/org.shotcut.Shotcut.xml >+%%DATADIR%%/filter-sets/Obscure With Blur >+%%DATADIR%%/filter-sets/Obscure With Mosaic >+%%DATADIR%%/filter-sets/Text Simple with Gradient Back > %%DATADIR%%/qml/export-chapters/export-chapters.js > %%DATADIR%%/qml/export-chapters/main.js > %%DATADIR%%/qml/export-chapters/mlt2chapters.js >@@ -18,8 +22,10 @@ share/mime/packages/org.shotcut.Shotcut.xml > %%DATADIR%%/qml/export-edl/package.json > %%DATADIR%%/qml/export-edl/rebuild.sh > %%DATADIR%%/qml/export-edl/test-node.js >+%%DATADIR%%/qml/filters/alpha_adjust/icon.webp > %%DATADIR%%/qml/filters/alpha_adjust/meta.qml > %%DATADIR%%/qml/filters/alpha_adjust/ui.qml >+%%DATADIR%%/qml/filters/alpha_view/icon.webp > %%DATADIR%%/qml/filters/alpha_view/meta.qml > %%DATADIR%%/qml/filters/alpha_view/ui.qml > %%DATADIR%%/qml/filters/audio_balance/meta.qml >@@ -76,247 +82,354 @@ share/mime/packages/org.shotcut.Shotcut.xml > %%DATADIR%%/qml/filters/audio_stereoenhance/ui.qml > %%DATADIR%%/qml/filters/audio_swapchannels/meta.qml > %%DATADIR%%/qml/filters/audio_swapchannels/ui.qml >+%%DATADIR%%/qml/filters/audiolevelgraph/icon.webp > %%DATADIR%%/qml/filters/audiolevelgraph/meta.qml > %%DATADIR%%/qml/filters/audiolevelgraph/ui.qml > %%DATADIR%%/qml/filters/audiolevelgraph/vui.qml >+%%DATADIR%%/qml/filters/bigsh0t_eq_mask/icon.webp > %%DATADIR%%/qml/filters/bigsh0t_eq_mask/meta.qml > %%DATADIR%%/qml/filters/bigsh0t_eq_mask/ui.qml >+%%DATADIR%%/qml/filters/bigsh0t_eq_to_rect/icon.webp > %%DATADIR%%/qml/filters/bigsh0t_eq_to_rect/meta.qml > %%DATADIR%%/qml/filters/bigsh0t_eq_to_rect/ui.qml > %%DATADIR%%/qml/filters/bigsh0t_eq_to_rect/vui.qml >+%%DATADIR%%/qml/filters/bigsh0t_eq_to_stereo/icon.webp > %%DATADIR%%/qml/filters/bigsh0t_eq_to_stereo/meta.qml > %%DATADIR%%/qml/filters/bigsh0t_eq_to_stereo/ui.qml > %%DATADIR%%/qml/filters/bigsh0t_eq_to_stereo/vui.qml >+%%DATADIR%%/qml/filters/bigsh0t_hemi_to_eq/icon.webp > %%DATADIR%%/qml/filters/bigsh0t_hemi_to_eq/meta.qml > %%DATADIR%%/qml/filters/bigsh0t_hemi_to_eq/ui.qml >+%%DATADIR%%/qml/filters/bigsh0t_rect_to_eq/icon.webp > %%DATADIR%%/qml/filters/bigsh0t_rect_to_eq/meta.qml > %%DATADIR%%/qml/filters/bigsh0t_rect_to_eq/ui.qml >+%%DATADIR%%/qml/filters/bigsh0t_stabilize_360/icon.webp > %%DATADIR%%/qml/filters/bigsh0t_stabilize_360/meta.qml > %%DATADIR%%/qml/filters/bigsh0t_stabilize_360/ui.qml >+%%DATADIR%%/qml/filters/bigsh0t_transform_360/icon.webp > %%DATADIR%%/qml/filters/bigsh0t_transform_360/meta.qml > %%DATADIR%%/qml/filters/bigsh0t_transform_360/ui.qml > %%DATADIR%%/qml/filters/bigsh0t_transform_360/vui.qml >+%%DATADIR%%/qml/filters/blend_mode/icon.webp > %%DATADIR%%/qml/filters/blend_mode/meta.qml > %%DATADIR%%/qml/filters/blend_mode/ui.qml >+%%DATADIR%%/qml/filters/bluescreen0r/icon.webp > %%DATADIR%%/qml/filters/bluescreen0r/meta.qml > %%DATADIR%%/qml/filters/bluescreen0r/ui.qml >+%%DATADIR%%/qml/filters/blur/icon.webp > %%DATADIR%%/qml/filters/blur/meta_box_blur.qml > %%DATADIR%%/qml/filters/blur/meta_boxblur.qml > %%DATADIR%%/qml/filters/blur/meta_movit.qml > %%DATADIR%%/qml/filters/blur/ui_box_blur.qml > %%DATADIR%%/qml/filters/blur/ui_boxblur.qml > %%DATADIR%%/qml/filters/blur/ui_movit.qml >+%%DATADIR%%/qml/filters/blur_exponential/icon.webp > %%DATADIR%%/qml/filters/blur_exponential/meta.qml > %%DATADIR%%/qml/filters/blur_exponential/ui.qml >-%%DATADIR%%/qml/filters/blur_gaussian/meta_av.qml >+%%DATADIR%%/qml/filters/blur_gaussian/icon.webp > %%DATADIR%%/qml/filters/blur_gaussian/meta.qml >+%%DATADIR%%/qml/filters/blur_gaussian/meta_av.qml > %%DATADIR%%/qml/filters/blur_gaussian/ui_av.qml > %%DATADIR%%/qml/filters/blur_gaussian/ui_frei0r.qml >+%%DATADIR%%/qml/filters/blur_lowpass/icon.webp > %%DATADIR%%/qml/filters/blur_lowpass/meta.qml > %%DATADIR%%/qml/filters/blur_lowpass/ui.qml >+%%DATADIR%%/qml/filters/brightness/icon.webp > %%DATADIR%%/qml/filters/brightness/meta.qml > %%DATADIR%%/qml/filters/brightness/meta_movit.qml > %%DATADIR%%/qml/filters/brightness/ui.qml > %%DATADIR%%/qml/filters/brightness/ui_movit.qml >+%%DATADIR%%/qml/filters/choppy/icon.webp > %%DATADIR%%/qml/filters/choppy/meta.qml > %%DATADIR%%/qml/filters/choppy/ui.qml >+%%DATADIR%%/qml/filters/chromahold/icon.webp > %%DATADIR%%/qml/filters/chromahold/meta.qml > %%DATADIR%%/qml/filters/chromahold/ui.qml >+%%DATADIR%%/qml/filters/color/icon.webp > %%DATADIR%%/qml/filters/color/meta.qml > %%DATADIR%%/qml/filters/color/meta_frei0r_coloradj.qml > %%DATADIR%%/qml/filters/color/meta_movit.qml > %%DATADIR%%/qml/filters/color/ui.qml > %%DATADIR%%/qml/filters/color/ui_frei0r_coloradj.qml >+%%DATADIR%%/qml/filters/contrast/icon.webp > %%DATADIR%%/qml/filters/contrast/meta.qml > %%DATADIR%%/qml/filters/contrast/meta_movit.qml > %%DATADIR%%/qml/filters/contrast/ui.qml >+%%DATADIR%%/qml/filters/corners/icon.webp > %%DATADIR%%/qml/filters/corners/meta.qml > %%DATADIR%%/qml/filters/corners/ui.qml > %%DATADIR%%/qml/filters/corners/vui.qml >+%%DATADIR%%/qml/filters/crop/icon.webp > %%DATADIR%%/qml/filters/crop/meta.qml > %%DATADIR%%/qml/filters/crop/meta_movit.qml > %%DATADIR%%/qml/filters/crop/ui.qml >+%%DATADIR%%/qml/filters/crop_circle/icon.webp > %%DATADIR%%/qml/filters/crop_circle/meta.qml > %%DATADIR%%/qml/filters/crop_circle/ui.qml >+%%DATADIR%%/qml/filters/crop_rectangle/icon.webp > %%DATADIR%%/qml/filters/crop_rectangle/meta.qml > %%DATADIR%%/qml/filters/crop_rectangle/ui.qml > %%DATADIR%%/qml/filters/crop_rectangle/vui.qml >+%%DATADIR%%/qml/filters/dance/icon.webp > %%DATADIR%%/qml/filters/dance/meta_dance.qml > %%DATADIR%%/qml/filters/dance/ui_dance.qml >+%%DATADIR%%/qml/filters/deband/icon.webp > %%DATADIR%%/qml/filters/deband/meta.qml > %%DATADIR%%/qml/filters/deband/ui.qml >+%%DATADIR%%/qml/filters/distort/icon.webp > %%DATADIR%%/qml/filters/distort/meta.qml > %%DATADIR%%/qml/filters/distort/ui.qml >+%%DATADIR%%/qml/filters/dither/icon.webp > %%DATADIR%%/qml/filters/dither/meta.qml > %%DATADIR%%/qml/filters/dither/ui.qml >+%%DATADIR%%/qml/filters/dust/icon.webp > %%DATADIR%%/qml/filters/dust/meta.qml > %%DATADIR%%/qml/filters/dust/ui.qml >+%%DATADIR%%/qml/filters/dynamictext/icon.webp > %%DATADIR%%/qml/filters/dynamictext/meta.qml > %%DATADIR%%/qml/filters/dynamictext/ui.qml > %%DATADIR%%/qml/filters/dynamictext/vui.qml >+%%DATADIR%%/qml/filters/elastic_scale/icon.webp > %%DATADIR%%/qml/filters/elastic_scale/meta.qml > %%DATADIR%%/qml/filters/elastic_scale/ui.qml >+%%DATADIR%%/qml/filters/fadein_brightness/icon.webp > %%DATADIR%%/qml/filters/fadein_brightness/meta.qml > %%DATADIR%%/qml/filters/fadein_brightness/ui.qml >+%%DATADIR%%/qml/filters/fadein_movit/icon.webp > %%DATADIR%%/qml/filters/fadein_movit/meta.qml > %%DATADIR%%/qml/filters/fadein_movit/ui.qml >+%%DATADIR%%/qml/filters/fadeout_brightness/icon.webp > %%DATADIR%%/qml/filters/fadeout_brightness/meta.qml > %%DATADIR%%/qml/filters/fadeout_brightness/ui.qml >+%%DATADIR%%/qml/filters/fadeout_movit/icon.webp > %%DATADIR%%/qml/filters/fadeout_movit/meta.qml > %%DATADIR%%/qml/filters/fadeout_movit/ui.qml >+%%DATADIR%%/qml/filters/fisheye/icon.webp >+%%DATADIR%%/qml/filters/fisheye/meta.qml >+%%DATADIR%%/qml/filters/fisheye/ui.qml >+%%DATADIR%%/qml/filters/flip/icon.webp > %%DATADIR%%/qml/filters/flip/meta.qml > %%DATADIR%%/qml/filters/flip/meta_movit.qml >+%%DATADIR%%/qml/filters/fspp/icon.webp > %%DATADIR%%/qml/filters/fspp/meta.qml > %%DATADIR%%/qml/filters/fspp/ui.qml >+%%DATADIR%%/qml/filters/glitch/icon.webp > %%DATADIR%%/qml/filters/glitch/meta.qml > %%DATADIR%%/qml/filters/glitch/ui.qml >+%%DATADIR%%/qml/filters/glow/icon.webp > %%DATADIR%%/qml/filters/glow/meta_frei0r.qml > %%DATADIR%%/qml/filters/glow/meta_movit.qml > %%DATADIR%%/qml/filters/glow/ui_frei0r.qml > %%DATADIR%%/qml/filters/glow/ui_movit.qml >+%%DATADIR%%/qml/filters/gpsgraphic/icon.webp >+%%DATADIR%%/qml/filters/gpsgraphic/meta.qml >+%%DATADIR%%/qml/filters/gpsgraphic/ui.qml >+%%DATADIR%%/qml/filters/gpsgraphic/vui.qml >+%%DATADIR%%/qml/filters/gpstext/icon.webp > %%DATADIR%%/qml/filters/gpstext/meta.qml > %%DATADIR%%/qml/filters/gpstext/ui.qml > %%DATADIR%%/qml/filters/gpstext/vui.qml >+%%DATADIR%%/qml/filters/gradient/icon.webp > %%DATADIR%%/qml/filters/gradient/meta.qml > %%DATADIR%%/qml/filters/gradient/ui.qml > %%DATADIR%%/qml/filters/gradient/vui.qml > %%DATADIR%%/qml/filters/grain/meta.qml > %%DATADIR%%/qml/filters/grain/ui.qml >+%%DATADIR%%/qml/filters/grid/icon.webp > %%DATADIR%%/qml/filters/grid/meta.qml > %%DATADIR%%/qml/filters/grid/ui.qml >+%%DATADIR%%/qml/filters/halftone/icon.webp > %%DATADIR%%/qml/filters/halftone/meta.qml > %%DATADIR%%/qml/filters/halftone/ui.qml >+%%DATADIR%%/qml/filters/hqdn3d/icon.webp > %%DATADIR%%/qml/filters/hqdn3d/meta.qml > %%DATADIR%%/qml/filters/hqdn3d/ui.qml >+%%DATADIR%%/qml/filters/hue_lightness_saturation/icon.webp > %%DATADIR%%/qml/filters/hue_lightness_saturation/meta.qml > %%DATADIR%%/qml/filters/hue_lightness_saturation/ui.qml >+%%DATADIR%%/qml/filters/invert/icon.webp > %%DATADIR%%/qml/filters/invert/meta.qml > %%DATADIR%%/qml/filters/invert/ui.qml > %%DATADIR%%/qml/filters/keyspillm0pup/meta.qml > %%DATADIR%%/qml/filters/keyspillm0pup/ui.qml >+%%DATADIR%%/qml/filters/lenscorrection/icon.webp > %%DATADIR%%/qml/filters/lenscorrection/meta.qml > %%DATADIR%%/qml/filters/lenscorrection/ui.qml >+%%DATADIR%%/qml/filters/levels/icon.webp > %%DATADIR%%/qml/filters/levels/meta.qml > %%DATADIR%%/qml/filters/levels/ui.qml >+%%DATADIR%%/qml/filters/lightshow/icon.webp > %%DATADIR%%/qml/filters/lightshow/meta_lightshow.qml > %%DATADIR%%/qml/filters/lightshow/ui_lightshow.qml > %%DATADIR%%/qml/filters/lightshow/vui.qml >+%%DATADIR%%/qml/filters/lines/icon.webp > %%DATADIR%%/qml/filters/lines/meta.qml > %%DATADIR%%/qml/filters/lines/ui.qml >+%%DATADIR%%/qml/filters/lut3d/icon.webp > %%DATADIR%%/qml/filters/lut3d/meta.qml > %%DATADIR%%/qml/filters/lut3d/ui.qml > %%DATADIR%%/qml/filters/mask/meta.qml > %%DATADIR%%/qml/filters/mask/ui.qml >+%%DATADIR%%/qml/filters/mask_alphaspot/icon.webp > %%DATADIR%%/qml/filters/mask_alphaspot/meta.qml > %%DATADIR%%/qml/filters/mask_alphaspot/ui.qml >+%%DATADIR%%/qml/filters/mask_alphaspot/vui.qml >+%%DATADIR%%/qml/filters/mask_apply/icon.webp > %%DATADIR%%/qml/filters/mask_apply/meta.qml > %%DATADIR%%/qml/filters/mask_apply/ui.qml >+%%DATADIR%%/qml/filters/mask_chromakey/icon.webp > %%DATADIR%%/qml/filters/mask_chromakey/meta.qml > %%DATADIR%%/qml/filters/mask_chromakey/ui.qml >+%%DATADIR%%/qml/filters/mask_glaxnimate/icon.webp > %%DATADIR%%/qml/filters/mask_glaxnimate/meta.qml > %%DATADIR%%/qml/filters/mask_glaxnimate/ui.qml >+%%DATADIR%%/qml/filters/mask_shape/icon.webp > %%DATADIR%%/qml/filters/mask_shape/meta.qml > %%DATADIR%%/qml/filters/mask_shape/ui.qml >+%%DATADIR%%/qml/filters/mirror/icon.webp > %%DATADIR%%/qml/filters/mirror/meta.qml > %%DATADIR%%/qml/filters/mirror/meta_movit.qml > %%DATADIR%%/qml/filters/mirror/ui.qml >+%%DATADIR%%/qml/filters/mosaic/icon.webp > %%DATADIR%%/qml/filters/mosaic/meta.qml > %%DATADIR%%/qml/filters/mosaic/ui.qml > %%DATADIR%%/qml/filters/movit_diffusion/meta.qml > %%DATADIR%%/qml/filters/movit_diffusion/ui.qml >+%%DATADIR%%/qml/filters/nervous/icon.webp > %%DATADIR%%/qml/filters/nervous/meta.qml > %%DATADIR%%/qml/filters/nervous/ui.qml >+%%DATADIR%%/qml/filters/noise_fast/icon.webp > %%DATADIR%%/qml/filters/noise_fast/meta.qml > %%DATADIR%%/qml/filters/noise_fast/ui.qml >+%%DATADIR%%/qml/filters/noise_keyframes/icon.webp > %%DATADIR%%/qml/filters/noise_keyframes/meta.qml > %%DATADIR%%/qml/filters/noise_keyframes/ui.qml >+%%DATADIR%%/qml/filters/nosync/icon.webp > %%DATADIR%%/qml/filters/nosync/meta.qml > %%DATADIR%%/qml/filters/nosync/ui.qml >+%%DATADIR%%/qml/filters/oldfilm/icon.webp > %%DATADIR%%/qml/filters/oldfilm/meta.qml > %%DATADIR%%/qml/filters/oldfilm/ui.qml >+%%DATADIR%%/qml/filters/opacity/icon.webp > %%DATADIR%%/qml/filters/opacity/meta.qml > %%DATADIR%%/qml/filters/opacity/meta_movit.qml > %%DATADIR%%/qml/filters/opacity/ui.qml >+%%DATADIR%%/qml/filters/pillar_echo/icon.webp > %%DATADIR%%/qml/filters/pillar_echo/meta.qml > %%DATADIR%%/qml/filters/pillar_echo/ui.qml > %%DATADIR%%/qml/filters/pillar_echo/vui.qml >+%%DATADIR%%/qml/filters/posterize/icon.webp > %%DATADIR%%/qml/filters/posterize/meta.qml > %%DATADIR%%/qml/filters/posterize/ui.qml >+%%DATADIR%%/qml/filters/reflect/icon.webp > %%DATADIR%%/qml/filters/reflect/meta.qml > %%DATADIR%%/qml/filters/reflect/ui.qml >+%%DATADIR%%/qml/filters/rgbsplit0r/icon.webp > %%DATADIR%%/qml/filters/rgbsplit0r/meta.qml > %%DATADIR%%/qml/filters/rgbsplit0r/ui.qml >+%%DATADIR%%/qml/filters/richtext/icon.webp > %%DATADIR%%/qml/filters/richtext/meta.qml > %%DATADIR%%/qml/filters/richtext/ui.qml > %%DATADIR%%/qml/filters/richtext/vui.qml > %%DATADIR%%/qml/filters/rotate/meta.qml > %%DATADIR%%/qml/filters/rotate/ui.qml >+%%DATADIR%%/qml/filters/saturation/icon.webp > %%DATADIR%%/qml/filters/saturation/meta_frei0r.qml > %%DATADIR%%/qml/filters/saturation/meta_movit.qml > %%DATADIR%%/qml/filters/saturation/ui_frei0r.qml > %%DATADIR%%/qml/filters/saturation/ui_movit.qml >+%%DATADIR%%/qml/filters/scanlines/icon.webp > %%DATADIR%%/qml/filters/scanlines/meta.qml >+%%DATADIR%%/qml/filters/select0r/icon.webp > %%DATADIR%%/qml/filters/select0r/meta.qml > %%DATADIR%%/qml/filters/select0r/ui.qml >+%%DATADIR%%/qml/filters/sepia/icon.webp > %%DATADIR%%/qml/filters/sepia/meta.qml > %%DATADIR%%/qml/filters/sepia/ui.qml >+%%DATADIR%%/qml/filters/sharpen/icon.webp > %%DATADIR%%/qml/filters/sharpen/meta_frei0r.qml > %%DATADIR%%/qml/filters/sharpen/meta_movit.qml > %%DATADIR%%/qml/filters/sharpen/ui_frei0r.qml > %%DATADIR%%/qml/filters/sharpen/ui_movit.qml > %%DATADIR%%/qml/filters/size_position/SizePositionUI.qml > %%DATADIR%%/qml/filters/size_position/SizePositionVUI.qml >+%%DATADIR%%/qml/filters/size_position/icon.webp > %%DATADIR%%/qml/filters/size_position/meta_affine.qml > %%DATADIR%%/qml/filters/size_position/meta_movit.qml > %%DATADIR%%/qml/filters/size_position/ui_affine.qml > %%DATADIR%%/qml/filters/size_position/ui_movit.qml > %%DATADIR%%/qml/filters/size_position/vui_affine.qml > %%DATADIR%%/qml/filters/size_position/vui_movit.qml >+%%DATADIR%%/qml/filters/sketch/icon.webp > %%DATADIR%%/qml/filters/sketch/meta.qml > %%DATADIR%%/qml/filters/sketch/ui.qml >+%%DATADIR%%/qml/filters/smartblur/icon.webp > %%DATADIR%%/qml/filters/smartblur/meta.qml > %%DATADIR%%/qml/filters/smartblur/ui.qml >+%%DATADIR%%/qml/filters/spectrum/icon.webp > %%DATADIR%%/qml/filters/spectrum/meta_spectrum.qml > %%DATADIR%%/qml/filters/spectrum/ui_spectrum.qml > %%DATADIR%%/qml/filters/spectrum/vui_spectrum.qml >+%%DATADIR%%/qml/filters/speed/SpeedUI.qml >+%%DATADIR%%/qml/filters/speed/SpeedUI.qml~ >+%%DATADIR%%/qml/filters/speed/meta_forward.qml >+%%DATADIR%%/qml/filters/speed/meta_forward_reverse.qml >+%%DATADIR%%/qml/filters/speed/ui_forward.qml >+%%DATADIR%%/qml/filters/speed/ui_forward_reverse.qml > %%DATADIR%%/qml/filters/spillsuppress/meta.qml > %%DATADIR%%/qml/filters/spillsuppress/ui.qml >+%%DATADIR%%/qml/filters/spot_remover/icon.webp > %%DATADIR%%/qml/filters/spot_remover/meta.qml > %%DATADIR%%/qml/filters/spot_remover/ui.qml > %%DATADIR%%/qml/filters/spot_remover/vui.qml >+%%DATADIR%%/qml/filters/stabilize/icon.webp > %%DATADIR%%/qml/filters/stabilize/meta.qml > %%DATADIR%%/qml/filters/stabilize/ui.qml >+%%DATADIR%%/qml/filters/tcolor/icon.webp > %%DATADIR%%/qml/filters/tcolor/meta.qml > %%DATADIR%%/qml/filters/tcolor/ui.qml >+%%DATADIR%%/qml/filters/threshold/icon.webp > %%DATADIR%%/qml/filters/threshold/meta.qml > %%DATADIR%%/qml/filters/threshold/ui.qml > %%DATADIR%%/qml/filters/time_remap/meta.qml > %%DATADIR%%/qml/filters/time_remap/ui.qml > %%DATADIR%%/qml/filters/timer/ClockSpinner.qml >+%%DATADIR%%/qml/filters/timer/icon.webp > %%DATADIR%%/qml/filters/timer/meta.qml > %%DATADIR%%/qml/filters/timer/ui.qml > %%DATADIR%%/qml/filters/timer/vui.qml >+%%DATADIR%%/qml/filters/tracker/icon.webp >+%%DATADIR%%/qml/filters/tracker/meta.qml >+%%DATADIR%%/qml/filters/tracker/ui.qml >+%%DATADIR%%/qml/filters/tracker/vui.qml >+%%DATADIR%%/qml/filters/trails/icon.webp > %%DATADIR%%/qml/filters/trails/meta.qml > %%DATADIR%%/qml/filters/trails/ui.qml >+%%DATADIR%%/qml/filters/unpremultiply/icon.webp > %%DATADIR%%/qml/filters/unpremultiply/meta.qml > %%DATADIR%%/qml/filters/unpremultiply/ui.qml >+%%DATADIR%%/qml/filters/vaguedenoiser/icon.webp > %%DATADIR%%/qml/filters/vaguedenoiser/meta.qml > %%DATADIR%%/qml/filters/vaguedenoiser/ui.qml >+%%DATADIR%%/qml/filters/vertigo/icon.webp > %%DATADIR%%/qml/filters/vertigo/meta.qml > %%DATADIR%%/qml/filters/vertigo/ui.qml >+%%DATADIR%%/qml/filters/vignette/icon.webp > %%DATADIR%%/qml/filters/vignette/meta_movit.qml > %%DATADIR%%/qml/filters/vignette/meta_oldfilm.qml > %%DATADIR%%/qml/filters/vignette/ui_movit.qml > %%DATADIR%%/qml/filters/vignette/ui_oldfilm.qml >+%%DATADIR%%/qml/filters/wave/icon.webp > %%DATADIR%%/qml/filters/wave/meta.qml > %%DATADIR%%/qml/filters/wave/ui.qml >+%%DATADIR%%/qml/filters/waveform/icon.webp > %%DATADIR%%/qml/filters/waveform/meta.qml > %%DATADIR%%/qml/filters/waveform/ui.qml > %%DATADIR%%/qml/filters/waveform/vui.qml >+%%DATADIR%%/qml/filters/white/icon.webp > %%DATADIR%%/qml/filters/white/meta_frei0r.qml > %%DATADIR%%/qml/filters/white/meta_movit.qml > %%DATADIR%%/qml/filters/white/ui.qml >-%%DATADIR%%/qml/modules/Shotcut/Controls/AutoSizeMenu.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/Button.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/ColorPicker.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/ComboBox.qml >@@ -329,6 +442,7 @@ share/mime/packages/org.shotcut.Shotcut.xml > %%DATADIR%%/qml/modules/Shotcut/Controls/KeyframesButton.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/Marker.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/MarkerBar.qml >+%%DATADIR%%/qml/modules/Shotcut/Controls/MotionTrackerDialog.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/Preset.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/RectangleControl.qml > %%DATADIR%%/qml/modules/Shotcut/Controls/SaveDefaultButton.qml >@@ -345,29 +459,26 @@ share/mime/packages/org.shotcut.Shotcut.xml > %%DATADIR%%/qml/modules/Shotcut/Controls/qmldir > %%DATADIR%%/qml/scopes/audioloudness/audioloudnessscope.qml > %%DATADIR%%/qml/views/filter/AttachedFilters.qml >+%%DATADIR%%/qml/views/filter/CopyFiltersDialog.qml > %%DATADIR%%/qml/views/filter/FilterMenu.js > %%DATADIR%%/qml/views/filter/FilterMenu.qml > %%DATADIR%%/qml/views/filter/FilterMenuDelegate.qml > %%DATADIR%%/qml/views/filter/filterview.qml >-%%DATADIR%%/qml/views/keyframes/Clip.qml > %%DATADIR%%/qml/views/keyframes/Keyframe.qml >+%%DATADIR%%/qml/views/keyframes/KeyframeClip.qml >+%%DATADIR%%/qml/views/keyframes/KeyframeParameter.qml >+%%DATADIR%%/qml/views/keyframes/KeyframeRuler.qml > %%DATADIR%%/qml/views/keyframes/Keyframes.js >-%%DATADIR%%/qml/views/keyframes/KeyframesToolbar.qml >-%%DATADIR%%/qml/views/keyframes/Parameter.qml > %%DATADIR%%/qml/views/keyframes/ParameterHead.qml >-%%DATADIR%%/qml/views/keyframes/Ruler.qml >-%%DATADIR%%/qml/views/keyframes/ZoomSlider.qml > %%DATADIR%%/qml/views/keyframes/keyframes.qml > %%DATADIR%%/qml/views/timeline/Clip.qml > %%DATADIR%%/qml/views/timeline/CornerSelectionShadow.qml > %%DATADIR%%/qml/views/timeline/PulsingAnimation.qml > %%DATADIR%%/qml/views/timeline/Ruler.qml > %%DATADIR%%/qml/views/timeline/Timeline.js >-%%DATADIR%%/qml/views/timeline/TimelineToolbar.qml > %%DATADIR%%/qml/views/timeline/Track.js > %%DATADIR%%/qml/views/timeline/Track.qml > %%DATADIR%%/qml/views/timeline/TrackHead.qml >-%%DATADIR%%/qml/views/timeline/ZoomSlider.qml > %%DATADIR%%/qml/views/timeline/timeline.qml > %%NLS%%%%DATADIR%%/translations/shotcut_ar.qm > %%NLS%%%%DATADIR%%/translations/shotcut_ca.qm >@@ -383,6 +494,7 @@ share/mime/packages/org.shotcut.Shotcut.xml > %%NLS%%%%DATADIR%%/translations/shotcut_fr.qm > %%NLS%%%%DATADIR%%/translations/shotcut_gd.qm > %%NLS%%%%DATADIR%%/translations/shotcut_gl.qm >+%%NLS%%%%DATADIR%%/translations/shotcut_he_IL.qm > %%NLS%%%%DATADIR%%/translations/shotcut_hu.qm > %%NLS%%%%DATADIR%%/translations/shotcut_it.qm > %%NLS%%%%DATADIR%%/translations/shotcut_ja.qm >@@ -405,3 +517,4 @@ share/mime/packages/org.shotcut.Shotcut.xml > %%NLS%%%%DATADIR%%/translations/shotcut_uk.qm > %%NLS%%%%DATADIR%%/translations/shotcut_zh_CN.qm > %%NLS%%%%DATADIR%%/translations/shotcut_zh_TW.qm >+@comment @dir %%DATADIR%%/translations/.lupdate >-- >2.40.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271775
:
242545
|
242547
|
242813
|
243708
|
244863
|
255201
|
255221