wok rev 6870

Up: mlt to 0.5.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 20:24:39 2010 +0000 (2010-10-20)
parents 6613102ce5d9
children bcedfed93a5b
files mlt-dev/receipt mlt-python-bindings/receipt mlt/receipt
line diff
     1.1 --- a/mlt-dev/receipt	Wed Oct 20 20:07:00 2010 +0000
     1.2 +++ b/mlt-dev/receipt	Wed Oct 20 20:24:39 2010 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mlt-dev"
     1.7 -VERSION="0.5.0"
     1.8 +VERSION="0.5.10"
     1.9  CATEGORY="development"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  SHORT_DESC="mlt devel files"
    1.12  WEB_SITE="http://www.mltframework.org"
    1.13 +DEPENDS="mlt"
    1.14  WANTED="mlt"
    1.15  
    1.16 -
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
     2.1 --- a/mlt-python-bindings/receipt	Wed Oct 20 20:07:00 2010 +0000
     2.2 +++ b/mlt-python-bindings/receipt	Wed Oct 20 20:24:39 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="mlt-python-bindings"
     2.7 -VERSION="0.5.0"
     2.8 +VERSION="0.5.10"
     2.9  SOURCE="mlt"
    2.10  CATEGORY="multimedia"
    2.11  MAINTAINER="jozee@slitaz.org"
    2.12 @@ -13,7 +13,6 @@
    2.13  WGET_URL="$SF_MIRROR/mlt/$TARBALL"
    2.14  
    2.15  # Rules to configure and make the package.
    2.16 -
    2.17  compile_rules() 
    2.18  {
    2.19     cd $src/src/swig/python
    2.20 @@ -24,9 +23,9 @@
    2.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.22  genpkg_rules()
    2.23  {
    2.24 -	mkdir -p $fs/usr/lib/python2.5/ 
    2.25 -	cp -a $src/src/swig/python/mlt.py $fs/usr/lib/python2.5/ 
    2.26 -	cp -a $src/src/swig/python/_mlt.so $fs/usr/lib/python2.5/
    2.27 -	cp -a $src/src/swig/python/mlt_wrap.o  $fs/usr/lib/python2.5/ 
    2.28 +	mkdir -p $fs/usr/lib/python2.7/ 
    2.29 +	cp -a $src/src/swig/python/mlt.py $fs/usr/lib/python2.7/ 
    2.30 +	cp -a $src/src/swig/python/_mlt.so $fs/usr/lib/python2.7/
    2.31 +	cp -a $src/src/swig/python/mlt_wrap.o  $fs/usr/lib/python2.7/ 
    2.32  	
    2.33  }
     3.1 --- a/mlt/receipt	Wed Oct 20 20:07:00 2010 +0000
     3.2 +++ b/mlt/receipt	Wed Oct 20 20:24:39 2010 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="mlt"
     3.7 -VERSION="0.5.0"
     3.8 +VERSION="0.5.10"
     3.9  CATEGORY="multimedia"
    3.10  MAINTAINER="jozee@slitaz.org"
    3.11  SHORT_DESC="An open source multimedia framework"