# HG changeset patch # User Christopher Rogers # Date 1287606279 0 # Node ID 99e8c056d76f54fbc268cdff40163d9df38d6b4b # Parent 6613102ce5d9b1f32d7b1337233a0f9ede705cde Up: mlt to 0.5.10. diff -r 6613102ce5d9 -r 99e8c056d76f mlt-dev/receipt --- a/mlt-dev/receipt Wed Oct 20 20:07:00 2010 +0000 +++ b/mlt-dev/receipt Wed Oct 20 20:24:39 2010 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="mlt-dev" -VERSION="0.5.0" +VERSION="0.5.10" CATEGORY="development" MAINTAINER="jozee@slitaz.org" SHORT_DESC="mlt devel files" WEB_SITE="http://www.mltframework.org" +DEPENDS="mlt" WANTED="mlt" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 6613102ce5d9 -r 99e8c056d76f mlt-python-bindings/receipt --- a/mlt-python-bindings/receipt Wed Oct 20 20:07:00 2010 +0000 +++ b/mlt-python-bindings/receipt Wed Oct 20 20:24:39 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mlt-python-bindings" -VERSION="0.5.0" +VERSION="0.5.10" SOURCE="mlt" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" @@ -13,7 +13,6 @@ WGET_URL="$SF_MIRROR/mlt/$TARBALL" # Rules to configure and make the package. - compile_rules() { cd $src/src/swig/python @@ -24,9 +23,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/python2.5/ - cp -a $src/src/swig/python/mlt.py $fs/usr/lib/python2.5/ - cp -a $src/src/swig/python/_mlt.so $fs/usr/lib/python2.5/ - cp -a $src/src/swig/python/mlt_wrap.o $fs/usr/lib/python2.5/ + mkdir -p $fs/usr/lib/python2.7/ + cp -a $src/src/swig/python/mlt.py $fs/usr/lib/python2.7/ + cp -a $src/src/swig/python/_mlt.so $fs/usr/lib/python2.7/ + cp -a $src/src/swig/python/mlt_wrap.o $fs/usr/lib/python2.7/ } diff -r 6613102ce5d9 -r 99e8c056d76f mlt/receipt --- a/mlt/receipt Wed Oct 20 20:07:00 2010 +0000 +++ b/mlt/receipt Wed Oct 20 20:24:39 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mlt" -VERSION="0.5.0" +VERSION="0.5.10" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" SHORT_DESC="An open source multimedia framework"