wok-undigest rev 78

Add openshot
author Rohit Joshi <jozee@slitaz.org>
date Tue Apr 20 08:22:29 2010 -0400 (2010-04-20)
parents e9c342649c9c
children ddee67212392
files openshot/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openshot/receipt	Tue Apr 20 08:22:29 2010 -0400
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="openshot"
     1.7 +VERSION="1.1.3"
     1.8 +CATEGORY="multimedia"
     1.9 +MAINTAINER="jozee@slitaz.org"
    1.10 +SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework"
    1.11 +WEB_SITE="http://www.openshotvideo.com/"
    1.12 +DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg frei0r-plugins"
    1.13 +SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa"
    1.14 +BUILD_DEPENDS=" mlt mlt-dev librsvg-dev libsdl libsdl-dev frei0r-plugins-dev frei0r-plugins sox sox-dev ffmpeg-svn-dev"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="http://launchpad.net/openshot/1.1/$VERSION/+download/$TARBALL"
    1.17 +TAGS=""
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +
    1.21 +compile_rules() {
    1.22 +
    1.23 +	cd $src
    1.24 +	python setup.py install --prefix=/usr --root=$PWD/_pkg
    1.25 +	
    1.26 +}
    1.27 +	
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr/share
    1.32 +	cp -a $_pkg/usr/bin $fs/usr		
    1.33 +	cp -a $_pkg/usr/lib $fs/usr	 
    1.34 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.35 +	cp -a $_pkg/usr/share/mime $fs/usr/share		
    1.36 +	
    1.37 +}