wok-next diff openshot/receipt @ rev 14672
edbus-dev: Up to 1.7.7
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:08:29 2013 +0200 (2013-06-06) |
parents | c109b456d997 |
children | 2b9f96603415 |
line diff
1.1 --- a/openshot/receipt Fri May 20 19:39:54 2011 +0000 1.2 +++ b/openshot/receipt Thu Jun 06 22:08:29 2013 +0200 1.3 @@ -1,16 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openshot" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.4.3" 1.9 CATEGORY="multimedia" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework" 1.12 WEB_SITE="http://www.openshotvideo.com/" 1.13 -DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg frei0r-plugins python-pil python-httplib2" 1.14 +DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg \ 1.15 +frei0r-plugins python-pil python-httplib2" 1.16 SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa" 1.17 -BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev ffmpeg-dev goocanvas-dev" 1.18 +BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev \ 1.19 +ffmpeg-dev goocanvas-dev wget" 1.20 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.21 -WGET_URL="http://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" 1.22 +WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" 1.23 TAGS="" 1.24 1.25 # Rules to configure and make the package. 1.26 @@ -24,8 +26,8 @@ 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/share 1.30 - cp -a $_pkg/usr/bin $fs/usr 1.31 - cp -a $_pkg/usr/lib $fs/usr 1.32 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.33 - cp -a $_pkg/usr/share/mime $fs/usr/share 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/lib $fs/usr 1.36 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.37 + cp -a $install/usr/share/mime $fs/usr/share 1.38 }