wok-next rev 5385
Up: avidemux (2.5.2) - Added tar and coreutils-file-special to build depends. Needed because busybox tar and ln don't work for compiling this.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 01 12:37:37 2010 +0000 (2010-05-01) |
parents | 38d232c76a55 |
children | 063ab2698119 |
files | avidemux/receipt |
line diff
1.1 --- a/avidemux/receipt Sat May 01 11:50:43 2010 +0000 1.2 +++ b/avidemux/receipt Sat May 01 12:37:37 2010 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="avidemux" 1.7 -VERSION="2.5.1" 1.8 +VERSION="2.5.2" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="free video editor" 1.11 MAINTAINER="allan316@gmail.com" 1.12 DEPENDS="libsdl alsa-lib libsdl-gfx libxml2 xorg-libXv gtk+ cairo libQtGui" 1.13 -BUILD_DEPENDS="cmake alsa-lib-dev libsdl-dev libsdl-gfx-dev" 1.14 +BUILD_DEPENDS="cmake alsa-lib-dev libsdl-dev libsdl-gfx-dev tar coreutils-file-special" 1.15 TARBALL="avidemux_$VERSION.tar.gz" 1.16 WEB_SITE="http://fixounet.free.fr/$PACKAGE" 1.17 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 1.18 @@ -28,8 +28,10 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib $fs/usr/share 1.23 + mkdir -p $fs/usr/lib $fs/usr/share/pixmaps $fs/usr/share/applications 1.24 cp -a $_pkg/usr/bin $fs/usr 1.25 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.26 cp -a $_pkg/usr/share/ADM_scripts $fs/usr/share 1.27 + cp -a $src/src/avidemux_icon.png $fs/usr/share/pixmaps/avidemux.png 1.28 + cp -a $src/src/avidemux2.desktop $fs/usr/share/applications/avidemux2.desktop 1.29 }