wok-6.x diff mlt/receipt @ rev 22294
updated xorg-xload (1.1.1 -> 1.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 16:30:29 2019 +0100 (2019-11-13) |
parents | 3c5c8872d9c0 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/mlt/receipt Mon Apr 29 17:43:51 2019 +0100 1.2 +++ b/mlt/receipt Wed Nov 13 16:30:29 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mlt" 1.7 -VERSION="6.14.0" 1.8 +VERSION="6.16.0" 1.9 CATEGORY="multimedia" 1.10 TAGS="multimedia" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -12,10 +12,10 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="https://github.com/mltframework/mlt/archive/v$VERSION.tar.gz" 1.15 1.16 -DEPENDS="ffmpeg frei0r-plugins gtk+ libdv libsamplerate libsdl-image libxml2 \ 1.17 - qt4 sox" 1.18 +DEPENDS="ffmpeg frei0r-plugins gcc83-lib-base gtk+ libdv libsamplerate \ 1.19 + libsdl2-image libxml2 qt4 sox" 1.20 BUILD_DEPENDS="alsa-lib-dev ffmpeg-dev frei0r-plugins-dev gcc83 gtk+-dev \ 1.21 - libdv-dev libsamplerate-dev libsdl-image-dev libxml2-dev \ 1.22 + libdv-dev libsamplerate-dev libsdl2-image-dev libxml2-dev \ 1.23 mesa-dev pulseaudio-dev Qt4-dev sox-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 @@ -32,7 +32,7 @@ 1.27 --qimage-libdir=/usr/lib/ \ 1.28 --qimage-includedir=/usr/include/Qt \ 1.29 --avformat-swscale && 1.30 - make -j 1 && 1.31 + make && 1.32 make install 1.33 } 1.34