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)
This commit is contained in:
parent
75ecbabce7
commit
a128f798f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553964
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- src/spatialmedia/constants.h.orig 2020-09-20 19:10:00 UTC
|
||||
+++ src/spatialmedia/constants.h
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
+#include <sys/param.h>
|
||||
|
||||
#include <QtEndian>
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||||
@@ -34,6 +35,8 @@
|
||||
# define htole64(x) qtoLittleEndian(x)
|
||||
# define be64toh(x) qFromBigEndian(x)
|
||||
# define le64toh(x) qFromLittleEndian(x)
|
||||
+#elif defined(__FreeBSD__)
|
||||
+# include <sys/endian.h>
|
||||
#else
|
||||
# include <endian.h>
|
||||
#endif
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user