diff options
Diffstat (limited to 'multimedia/mlt/mlt.SlackBuild')
-rw-r--r-- | multimedia/mlt/mlt.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild index e17e410bcfc2a..f3d75a2073742 100644 --- a/multimedia/mlt/mlt.SlackBuild +++ b/multimedia/mlt/mlt.SlackBuild @@ -50,9 +50,10 @@ # 22-OCT-2016 add qt5 support, bug fixes/addenda (Larry Hajali) # 29-JAN-2017 version update # 16-APR-2017 Compiling with vdpau is no longer supported ffmpeg-3.x +# 08-AUG-2018 verion update, remove qt5 patch PRGNAM=mlt -VERSION=${VERSION:-6.4.1} +VERSION=${VERSION:-6.10.0} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -118,9 +119,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix building against qt >= 5.7. -patch -p1 < $CWD/qt5-5.7.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |