# HG changeset patch # User Hans-G?nter Theisgen # Date 1566231165 -3600 # Node ID f985f12b5206f41e7664e4d09e7b241491a23000 # Parent 739f32ea7fb323a53107ee9ef86e10f4a1a20233 updated mlt (6.14.0 -> 6.16.0) diff -r 739f32ea7fb3 -r f985f12b5206 mlt/receipt --- a/mlt/receipt Mon Aug 19 10:53:21 2019 +0200 +++ b/mlt/receipt Mon Aug 19 17:12:45 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mlt" -VERSION="6.14.0" +VERSION="6.16.0" CATEGORY="multimedia" TAGS="multimedia" MAINTAINER="jozee@slitaz.org" @@ -12,10 +12,10 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/mltframework/mlt/archive/v$VERSION.tar.gz" -DEPENDS="ffmpeg frei0r-plugins gtk+ libdv libsamplerate libsdl-image libxml2 \ - qt4 sox" +DEPENDS="ffmpeg frei0r-plugins gcc83-lib-base gtk+ libdv libsamplerate \ + libsdl2-image libxml2 qt4 sox" BUILD_DEPENDS="alsa-lib-dev ffmpeg-dev frei0r-plugins-dev gcc83 gtk+-dev \ - libdv-dev libsamplerate-dev libsdl-image-dev libxml2-dev \ + libdv-dev libsamplerate-dev libsdl2-image-dev libxml2-dev \ mesa-dev pulseaudio-dev Qt4-dev sox-dev" # Rules to configure and make the package. @@ -32,7 +32,7 @@ --qimage-libdir=/usr/lib/ \ --qimage-includedir=/usr/include/Qt \ --avformat-swscale && - make -j 1 && + make && make install }