wok rev 21817

updated mlt (6.14.0 -> 6.16.0)
author Hans-G?nter Theisgen
date Mon Aug 19 17:12:45 2019 +0100 (2019-08-19)
parents 739f32ea7fb3
children 1e0e339f9dcc
files mlt/receipt
line diff
     1.1 --- a/mlt/receipt	Mon Aug 19 10:53:21 2019 +0200
     1.2 +++ b/mlt/receipt	Mon Aug 19 17:12:45 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