From e50dde88fc2b02b5122db326c00e818f58a27731 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:48:22 +0200 Subject: deps/mlt needed a recompilation against Qt 5.15 to fix broken kdenlive --- deps/mlt/mlt.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'deps/mlt/mlt.SlackBuild') 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 . \ -- cgit v1.2.3