summaryrefslogtreecommitdiffstats
path: root/deps/mlt/mlt.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:48:22 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:48:22 +0200
commite50dde88fc2b02b5122db326c00e818f58a27731 (patch)
treecd1ba501de6f8b4b39c10730061b3ef916de9e59 /deps/mlt/mlt.SlackBuild
parentc3ec663d00f8164ab2b4057aabe4620998c3d093 (diff)
downloadktown-e50dde88fc2b02b5122db326c00e818f58a27731.tar.gz
ktown-e50dde88fc2b02b5122db326c00e818f58a27731.tar.xz
deps/mlt needed a recompilation against Qt 5.15 to fix broken kdenlive
Diffstat (limited to 'deps/mlt/mlt.SlackBuild')
-rwxr-xr-xdeps/mlt/mlt.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/mlt/mlt.SlackBuild b/deps/mlt/mlt.SlackBuild
index 361bcae..e6139cb 100755
--- a/deps/mlt/mlt.SlackBuild
+++ b/deps/mlt/mlt.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mlt
VERSION=${VERSION:-6.20.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
PYTHONSITEPKG=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
@@ -84,6 +84,10 @@ rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
cd $PKGNAM-$VERSION || exit 1
+# Apply patches:
+# Make mlt compile against Qt 5.15:
+cat $CWD/patches/mlt_qt515.patch | patch -p1 --verbose || exit 1
+
# Fix bogus permissions:
chown -R root:root .
find . \