wok rev 19816
Up mlt (6.4.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 02 11:06:20 2017 +0100 (2017-03-02) |
parents | 4552ae99ebc7 |
children | c52a03a5a657 |
files | mlt-dev/receipt mlt/receipt |
line diff
1.1 --- a/mlt-dev/receipt Thu Mar 02 10:17:19 2017 +0100 1.2 +++ b/mlt-dev/receipt Thu Mar 02 11:06:20 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mlt-dev" 1.7 -VERSION="0.7.2" 1.8 +VERSION="6.4.1" 1.9 CATEGORY="development" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 LICENSE="LGPL2.1"
2.1 --- a/mlt/receipt Thu Mar 02 10:17:19 2017 +0100 2.2 +++ b/mlt/receipt Thu Mar 02 11:06:20 2017 +0100 2.3 @@ -1,29 +1,26 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="mlt" 2.7 -VERSION="0.7.2" 2.8 +VERSION="6.4.1" 2.9 CATEGORY="multimedia" 2.10 MAINTAINER="jozee@slitaz.org" 2.11 LICENSE="LGPL2.1" 2.12 SHORT_DESC="An open source multimedia framework" 2.13 WEB_SITE="http://www.mltframework.org" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.16 +WGET_URL="https://github.com/mltframework/mlt/archive/v$VERSION.tar.gz" 2.17 TAGS="multimedia" 2.18 2.19 DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg \ 2.20 frei0r-plugins" 2.21 BUILD_DEPENDS="libsdl-image-dev libsamplerate-dev libdv-dev Qt4-dev sox-dev \ 2.22 -libxml2-dev gtk+-dev ffmpeg-dev frei0r-plugins-dev" 2.23 +libxml2-dev gtk+-dev ffmpeg-dev frei0r-plugins-dev mesa-dev alsa-lib-dev \ 2.24 +pulseaudio-dev" 2.25 2.26 # Rules to configure and make the package. 2.27 2.28 compile_rules() 2.29 { 2.30 - # update to ffmpeg 2.0 2.31 - sed -i -e 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/MAX_AUDIO_FRAME_SIZE/' \ 2.32 - -e 's/avcodec_decode_audio3/avcodec_decode_audio4/' \ 2.33 - src/modules/avformat/*.c 2.34 ./configure --prefix=/usr \ 2.35 --enable-gpl \ 2.36 --disable-mmx \