wok rev 9246

Add python-httplib2 and python-pil to openshot depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 12 18:12:54 2011 +0000 (2011-03-12)
parents 63b996317ebe
children 2067efdf9cc2
files openshot/receipt
line diff
     1.1 --- a/openshot/receipt	Sat Mar 12 17:54:52 2011 +0000
     1.2 +++ b/openshot/receipt	Sat Mar 12 18:12:54 2011 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  MAINTAINER="jozee@slitaz.org"
     1.5  SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework"
     1.6  WEB_SITE="http://www.openshotvideo.com/"
     1.7 -DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg frei0r-plugins"
     1.8 +DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg frei0r-plugins python-pil python-httplib2"
     1.9  SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa"
    1.10  BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev ffmpeg-dev goocanvas-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -14,21 +14,18 @@
    1.13  TAGS=""
    1.14  
    1.15  # Rules to configure and make the package.
    1.16 -
    1.17  compile_rules() {
    1.18  
    1.19  	cd $src
    1.20 -	python setup.py install --prefix=/usr --root=$PWD/_pkg
    1.21 -	
    1.22 +	python setup.py install --root=$DESTDIR --optimize=1
    1.23  }
    1.24  	
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr/share
    1.29 -	cp -a $_pkg/usr/bin $fs/usr		
    1.30 -	cp -a $_pkg/usr/lib $fs/usr	 
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/lib $fs/usr
    1.33  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.34 -	cp -a $_pkg/usr/share/mime $fs/usr/share		
    1.35 -	
    1.36 +	cp -a $_pkg/usr/share/mime $fs/usr/share
    1.37  }