aboutsummaryrefslogtreecommitdiff
path: root/multimedia/shotcut
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-11-03 08:29:27 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-11-03 08:29:27 +0000
commitf583eb0d7fad9b6341debb1ef96c09b17e932d05 (patch)
tree9f6b5a803601ed8c8cb790b238239bbf386ffb3d /multimedia/shotcut
parent61337b661dd37f80fb1fb477f3845abfa9aedd24 (diff)
downloadports-f583eb0d7fad9b6341debb1ef96c09b17e932d05.tar.gz
ports-f583eb0d7fad9b6341debb1ef96c09b17e932d05.zip
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 MFH: 2020Q4 (blanket, run time fixes)
Notes
Notes: svn path=/head/; revision=553961
Diffstat (limited to 'multimedia/shotcut')
-rw-r--r--multimedia/shotcut/Makefile2
-rw-r--r--multimedia/shotcut/distinfo6
-rw-r--r--multimedia/shotcut/files/patch-src_spatialmedia_constants.h19
-rw-r--r--multimedia/shotcut/pkg-plist17
4 files changed, 5 insertions, 39 deletions
diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile
index 241c0dfcc972..08ee2dc31931 100644
--- a/multimedia/shotcut/Makefile
+++ b/multimedia/shotcut/Makefile
@@ -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 \
diff --git a/multimedia/shotcut/distinfo b/multimedia/shotcut/distinfo
index c60b8cf1302c..e7aa12e3eae6 100644
--- a/multimedia/shotcut/distinfo
+++ b/multimedia/shotcut/distinfo
@@ -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
diff --git a/multimedia/shotcut/files/patch-src_spatialmedia_constants.h b/multimedia/shotcut/files/patch-src_spatialmedia_constants.h
deleted file mode 100644
index 5359c4296bf1..000000000000
--- a/multimedia/shotcut/files/patch-src_spatialmedia_constants.h
+++ /dev/null
@@ -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
diff --git a/multimedia/shotcut/pkg-plist b/multimedia/shotcut/pkg-plist
index 0c87547b2d35..89d442881282 100644
--- a/multimedia/shotcut/pkg-plist
+++ b/multimedia/shotcut/pkg-plist
@@ -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