wok diff mlt-python-bindings/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 6e8b1bcb30e2
children 5ea0ce1cecc0
line diff
     1.1 --- a/mlt-python-bindings/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/mlt-python-bindings/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mlt-python-bindings"
     1.7 -VERSION="0.7.2"
     1.8 -SOURCE="mlt"
     1.9 +VERSION="6.14.0"
    1.10  CATEGORY="multimedia"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 +SHORT_DESC="python bindings for MLT multimedia framework"
    1.13  LICENSE="LGPL2.1"
    1.14 -SHORT_DESC="python bindings for MLT multimedia framework"
    1.15 -WEB_SITE="https://www.mltframework.org"
    1.16 +WEB_SITE="https://www.mltframework.org/"
    1.17 +
    1.18 +SOURCE="mlt"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 -WGET_URL="$SF_MIRROR/mlt/$TARBALL"
    1.21 +WGET_URL="https://github.com/mltframework/$SOURCE/archive/v$VERSIONtar.gz"
    1.22  
    1.23  DEPENDS="python mlt"
    1.24  BUILD_DEPENDS="swig python-dev mlt"
    1.25 @@ -21,9 +22,12 @@
    1.26  	./build
    1.27  	PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')
    1.28  	mkdir -p $DESTDIR/usr/lib/python${PYTHON_VERSION}
    1.29 -	cp -a $src/src/swig/python/mlt.py $DESTDIR/usr/lib/python${PYTHON_VERSION}
    1.30 -	cp -a $src/src/swig/python/_mlt.so $DESTDIR/usr/lib/python${PYTHON_VERSION}
    1.31 -	cp -a $src/src/swig/python/mlt_wrap.o  $DESTDIR/usr/lib/python${PYTHON_VERSION}
    1.32 +	cp -a $src/src/swig/python/mlt.py \
    1.33 +		$DESTDIR/usr/lib/python${PYTHON_VERSION}
    1.34 +	cp -a $src/src/swig/python/_mlt.so \
    1.35 +		$DESTDIR/usr/lib/python${PYTHON_VERSION}
    1.36 +	cp -a $src/src/swig/python/mlt_wrap.o \
    1.37 +		$DESTDIR/usr/lib/python${PYTHON_VERSION}
    1.38   
    1.39  }
    1.40