update to newer release
"works great okay" tracey@
This commit is contained in:
parent
8e6b93d116
commit
a5f8f3fa06
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2020/12/11 10:13:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2021/03/05 08:16:24 espie Exp $
|
||||
|
||||
USE_WXNEEDED = Yes
|
||||
COMMENT = video editor
|
||||
|
||||
V = 20.10.31
|
||||
V = 21.01.29
|
||||
DISTNAME = shotcut-$V
|
||||
|
||||
CATEGORIES = multimedia
|
||||
@ -22,7 +22,10 @@ WANTLIB += ${COMPILER_LIBCXX}
|
||||
WANTLIB += GL Qt5Core Qt5Gui Qt5Multimedia Qt5Network Qt5OpenGL
|
||||
WANTLIB += Qt5PrintSupport Qt5Qml Qt5Quick Qt5QuickWidgets Qt5Sql
|
||||
WANTLIB += Qt5WebSockets Qt5Widgets
|
||||
WANTLIB += Qt5X11Extras Qt5Xml X11 c m mlt mlt++
|
||||
WANTLIB += Qt5Xml c m mlt mlt++
|
||||
WANTLIB += Qt5QuickControls2
|
||||
WANTLIB += Qt5QmlModels
|
||||
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
MODULES = devel/qmake \
|
||||
@ -38,7 +41,7 @@ RUN_DEPENDS = audio/jack \
|
||||
LIB_DEPENDS = multimedia/mlt \
|
||||
x11/qt5/qtmultimedia \
|
||||
x11/qt5/qtwebsockets \
|
||||
x11/qt5/qtx11extras
|
||||
x11/qt5/qtquickcontrols2
|
||||
|
||||
CONFIGURE_STYLE = qmake
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (shotcut-20.10.31.tar.gz) = 8YWA8b1yWlXChcYimC2clH4pXJ/IGRFpfzzOafgGwNw=
|
||||
SIZE (shotcut-20.10.31.tar.gz) = 5735908
|
||||
SHA256 (shotcut-21.01.29.tar.gz) = LlXjbZU0R1jyILCBsfJfkOs9ATGwpK+dZYcXmAee6WE=
|
||||
SIZE (shotcut-21.01.29.tar.gz) = 4094623
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-src_src_pro,v 1.3 2020/12/11 10:13:14 espie Exp $
|
||||
$OpenBSD: patch-src_src_pro,v 1.4 2021/03/05 08:16:24 espie Exp $
|
||||
|
||||
Index: src/src.pro
|
||||
--- src/src.pro.orig
|
||||
+++ src/src.pro
|
||||
@@ -444,6 +444,6 @@ unix:!mac {
|
||||
@@ -445,6 +445,6 @@ unix:!mac {
|
||||
icon128.files = $$PWD/../packaging/linux/icons/128x128/org.shotcut.Shotcut.png
|
||||
icon128.path = $$PREFIX/share/icons/hicolor/128x128/apps
|
||||
man.files = $$PWD/../packaging/linux/shotcut.1
|
||||
|
13
multimedia/shotcut/patches/patch-src_util_cpp
Normal file
13
multimedia/shotcut/patches/patch-src_util_cpp
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-src_util_cpp,v 1.1 2021/03/05 08:16:24 espie Exp $
|
||||
|
||||
Index: src/util.cpp
|
||||
--- src/util.cpp.orig
|
||||
+++ src/util.cpp
|
||||
@@ -501,5 +501,7 @@ bool Util::isMemoryLow()
|
||||
meminfo.close();
|
||||
LOG_INFO() << "available RAM = " << availableKB << "KB";
|
||||
return availableKB < kLowMemoryThresholdKB;
|
||||
+#else
|
||||
+ return false;
|
||||
#endif
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/12/11 10:13:14 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/03/05 08:16:24 espie Exp $
|
||||
@bin bin/shotcut
|
||||
@man man/man1/shotcut.1
|
||||
share/applications/org.shotcut.Shotcut.desktop
|
||||
share/icons/hicolor/128x128/apps/org.shotcut.Shotcut.png
|
||||
share/icons/hicolor/64x64/apps/org.shotcut.Shotcut.png
|
||||
share/metainfo/
|
||||
share/metainfo/org.shotcut.Shotcut.appdata.xml
|
||||
share/metainfo/org.shotcut.Shotcut.metainfo.xml
|
||||
share/mime/packages/org.shotcut.Shotcut.xml
|
||||
share/shotcut/
|
||||
share/shotcut/qml/
|
||||
@ -203,6 +203,9 @@ share/shotcut/qml/filters/fadeout_movit/ui.qml
|
||||
share/shotcut/qml/filters/flip/
|
||||
share/shotcut/qml/filters/flip/meta.qml
|
||||
share/shotcut/qml/filters/flip/meta_movit.qml
|
||||
share/shotcut/qml/filters/fspp/
|
||||
share/shotcut/qml/filters/fspp/meta.qml
|
||||
share/shotcut/qml/filters/fspp/ui.qml
|
||||
share/shotcut/qml/filters/glitch/
|
||||
share/shotcut/qml/filters/glitch/meta.qml
|
||||
share/shotcut/qml/filters/glitch/ui.qml
|
||||
@ -260,6 +263,7 @@ share/shotcut/qml/filters/mask_alphaspot/meta.qml
|
||||
share/shotcut/qml/filters/mask_alphaspot/ui.qml
|
||||
share/shotcut/qml/filters/mask_apply/
|
||||
share/shotcut/qml/filters/mask_apply/meta.qml
|
||||
share/shotcut/qml/filters/mask_apply/ui.qml
|
||||
share/shotcut/qml/filters/mask_shape/
|
||||
share/shotcut/qml/filters/mask_shape/meta.qml
|
||||
share/shotcut/qml/filters/mask_shape/ui.qml
|
||||
@ -299,11 +303,6 @@ share/shotcut/qml/filters/pillar_echo/vui.qml
|
||||
share/shotcut/qml/filters/posterize/
|
||||
share/shotcut/qml/filters/posterize/meta.qml
|
||||
share/shotcut/qml/filters/posterize/ui.qml
|
||||
share/shotcut/qml/filters/rectangle/
|
||||
share/shotcut/qml/filters/rectangle/meta.qml
|
||||
share/shotcut/qml/filters/rectangle/rectangle.qml
|
||||
share/shotcut/qml/filters/rectangle/ui.qml
|
||||
share/shotcut/qml/filters/rectangle/vui.qml
|
||||
share/shotcut/qml/filters/rgbsplit0r/
|
||||
share/shotcut/qml/filters/rgbsplit0r/meta.qml
|
||||
share/shotcut/qml/filters/rgbsplit0r/ui.qml
|
||||
@ -396,47 +395,6 @@ share/shotcut/qml/filters/waveform/
|
||||
share/shotcut/qml/filters/waveform/meta.qml
|
||||
share/shotcut/qml/filters/waveform/ui.qml
|
||||
share/shotcut/qml/filters/waveform/vui.qml
|
||||
share/shotcut/qml/filters/webvfx_choppy/
|
||||
share/shotcut/qml/filters/webvfx_choppy/choppy.html
|
||||
share/shotcut/qml/filters/webvfx_choppy/meta.qml
|
||||
share/shotcut/qml/filters/webvfx_choppy/ui.qml
|
||||
share/shotcut/qml/filters/webvfx_circular_frame/
|
||||
share/shotcut/qml/filters/webvfx_circular_frame/filter-demo.html
|
||||
share/shotcut/qml/filters/webvfx_circular_frame/meta.qml
|
||||
share/shotcut/qml/filters/webvfx_circular_frame/ui.qml
|
||||
share/shotcut/qml/filters/webvfx_clip/
|
||||
share/shotcut/qml/filters/webvfx_clip/filter-clip.html
|
||||
share/shotcut/qml/filters/webvfx_clip/meta.qml
|
||||
share/shotcut/qml/filters/webvfx_clip/ui.qml
|
||||
share/shotcut/qml/filters/webvfx_clip/vui.qml
|
||||
share/shotcut/qml/filters/webvfx_ruttetraizer/
|
||||
share/shotcut/qml/filters/webvfx_ruttetraizer/meta.qml
|
||||
share/shotcut/qml/filters/webvfx_ruttetraizer/ruttetraizer.html
|
||||
share/shotcut/qml/filters/webvfx_ruttetraizer/three.js
|
||||
share/shotcut/qml/filters/webvfx_ruttetraizer/ui.qml
|
||||
share/shotcut/qml/filters/webvfx_swirl/
|
||||
share/shotcut/qml/filters/webvfx_swirl/meta.qml
|
||||
share/shotcut/qml/filters/webvfx_swirl/shaderkit.js
|
||||
share/shotcut/qml/filters/webvfx_swirl/swirl.html
|
||||
share/shotcut/qml/filters/webvfx_swirl/ui.qml
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/Detector.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/GeometryUtils.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/gentilis_bold.typeface.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/gentilis_regular.typeface.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/helvetiker_bold.typeface.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/helvetiker_regular.typeface.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/liberation_sans_bold.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/liberation_sans_regular.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/liberation_serif_bold.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/liberation_serif_regular.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/optimer_bold.typeface.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/fonts/optimer_regular.typeface.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/meta.qml
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/three.min.js
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/threejs_text.html
|
||||
share/shotcut/qml/filters/webvfx_threejs_text/ui.qml
|
||||
share/shotcut/qml/filters/white/
|
||||
share/shotcut/qml/filters/white/meta_frei0r.qml
|
||||
share/shotcut/qml/filters/white/meta_movit.qml
|
||||
@ -444,8 +402,13 @@ share/shotcut/qml/filters/white/ui.qml
|
||||
share/shotcut/qml/modules/
|
||||
share/shotcut/qml/modules/Shotcut/
|
||||
share/shotcut/qml/modules/Shotcut/Controls/
|
||||
share/shotcut/qml/modules/Shotcut/Controls/Button.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/ColorPicker.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/ComboBox.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/DoubleSpinBox.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/Gauge.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/GradientControl.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/HoverTip.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/KeyframableFilter.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/KeyframesButton.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/Preset.qml
|
||||
@ -457,8 +420,7 @@ share/shotcut/qml/modules/Shotcut/Controls/TextFilterUi.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/TextFilterVui.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/TimeSpinner.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/ToggleButton.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/ToolBarToggle.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/ToolTip.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/ToolButton.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/UndoButton.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/VuiBase.qml
|
||||
share/shotcut/qml/modules/Shotcut/Controls/qmldir
|
||||
@ -480,7 +442,6 @@ share/shotcut/qml/views/keyframes/KeyframesToolbar.qml
|
||||
share/shotcut/qml/views/keyframes/Parameter.qml
|
||||
share/shotcut/qml/views/keyframes/ParameterHead.qml
|
||||
share/shotcut/qml/views/keyframes/Ruler.qml
|
||||
share/shotcut/qml/views/keyframes/ToggleButton.qml
|
||||
share/shotcut/qml/views/keyframes/ZoomSlider.qml
|
||||
share/shotcut/qml/views/keyframes/keyframes.qml
|
||||
share/shotcut/qml/views/timeline/
|
||||
|
Loading…
x
Reference in New Issue
Block a user