Date: Tue, 3 Nov 2020 08:38:45 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r553964 - in branches/2020Q4/multimedia/shotcut: . files Message-ID: <202011030838.0A38cj5w015007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Tue Nov 3 08:38:45 2020 New Revision: 553964 URL: https://svnweb.freebsd.org/changeset/ports/553964 Log: MFH: r553961 multimedia/shotcut: update to 20.10.31 ChangeLog: https://shotcut.org/blog/new-release-201031/ This fixes some regression in 20.09 Reported by: portscout Approved by: ports-secteam (blanket, runtime fixes) Deleted: branches/2020Q4/multimedia/shotcut/files/ Modified: branches/2020Q4/multimedia/shotcut/Makefile branches/2020Q4/multimedia/shotcut/distinfo branches/2020Q4/multimedia/shotcut/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/multimedia/shotcut/Makefile ============================================================================== --- branches/2020Q4/multimedia/shotcut/Makefile Tue Nov 3 08:38:44 2020 (r553963) +++ branches/2020Q4/multimedia/shotcut/Makefile Tue Nov 3 08:38:45 2020 (r553964) @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= mltframework # Needed to be able to correctly check for updates in-app. -FULLVERSION= 20.09.27 +FULLVERSION= 20.10.31 USE_GL+= gl USE_QT= buildtools_build concurrent_build core declarative \ Modified: branches/2020Q4/multimedia/shotcut/distinfo ============================================================================== --- branches/2020Q4/multimedia/shotcut/distinfo Tue Nov 3 08:38:44 2020 (r553963) +++ branches/2020Q4/multimedia/shotcut/distinfo Tue Nov 3 08:38:45 2020 (r553964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601317296 -SHA256 (mltframework-shotcut-v20.09.27_GH0.tar.gz) = ab6591a3930c2d401f0b07c26fc12316899b241a5adfc4804ef170d451dbbe84 -SIZE (mltframework-shotcut-v20.09.27_GH0.tar.gz) = 5901180 +TIMESTAMP = 1604318101 +SHA256 (mltframework-shotcut-v20.10.31_GH0.tar.gz) = f18580f1bd725a55c285c622982d9c947e295c9fc81911697f3cce69f806c0dc +SIZE (mltframework-shotcut-v20.10.31_GH0.tar.gz) = 5735908 Modified: branches/2020Q4/multimedia/shotcut/pkg-plist ============================================================================== --- branches/2020Q4/multimedia/shotcut/pkg-plist Tue Nov 3 08:38:44 2020 (r553963) +++ branches/2020Q4/multimedia/shotcut/pkg-plist Tue Nov 3 08:38:45 2020 (r553964) @@ -37,6 +37,7 @@ share/mime/packages/org.shotcut.Shotcut.xml %%DATADIR%%/qml/filters/audio_gain/ui.qml %%DATADIR%%/qml/filters/audio_highpass/meta.qml %%DATADIR%%/qml/filters/audio_highpass/ui.qml +%%DATADIR%%/qml/filters/audio_invert/meta.qml %%DATADIR%%/qml/filters/audio_limiter/meta.qml %%DATADIR%%/qml/filters/audio_limiter/ui.qml %%DATADIR%%/qml/filters/audio_lowpass/meta.qml @@ -275,20 +276,6 @@ share/mime/packages/org.shotcut.Shotcut.xml %%DATADIR%%/qml/filters/waveform/meta.qml %%DATADIR%%/qml/filters/waveform/ui.qml %%DATADIR%%/qml/filters/waveform/vui.qml -%%DATADIR%%/qml/filters/webvfx/meta.qml -%%DATADIR%%/qml/filters/webvfx/templates/plain/Basic/Blank HTML/blank.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Blue Middle Bar/blue_middle_bar.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Blue Middle Bar/blue_middle_bar.svg -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 1/creative_commons_music_1.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 1/creative_commons_music_1.svg -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 2/creative_commons_music_2.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 2/creative_commons_music_2.svg -%%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Blank with Web Animations/web-animations.html -%%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Simple Scroll/simple_scroll.html -%%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Simple Scroll/simple_scroll_ui.qml -%%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Two Column Scroll/two_column_scroll.html -%%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Two Column Scroll/two_column_scroll_ui.qml -%%DATADIR%%/qml/filters/webvfx/ui.qml %%DATADIR%%/qml/filters/webvfx_choppy/choppy.html %%DATADIR%%/qml/filters/webvfx_choppy/meta.qml %%DATADIR%%/qml/filters/webvfx_choppy/ui.qml @@ -326,8 +313,6 @@ share/mime/packages/org.shotcut.Shotcut.xml %%DATADIR%%/qml/filters/white/meta_frei0r.qml %%DATADIR%%/qml/filters/white/meta_movit.qml %%DATADIR%%/qml/filters/white/ui.qml -%%DATADIR%%/qml/htmleditor/text_outline.qml -%%DATADIR%%/qml/htmleditor/text_shadow.qml %%DATADIR%%/qml/modules/Shotcut/Controls/ColorPicker.qml %%DATADIR%%/qml/modules/Shotcut/Controls/GradientControl.qml %%DATADIR%%/qml/modules/Shotcut/Controls/KeyframableFilter.qml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011030838.0A38cj5w015007>