wok-4.x rev 2479
lame, lbreakout2, libQt*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 20:40:56 2009 +0000 (2009-03-15) |
parents | 2ddc861c6696 |
children | 84e6c4023ab1 |
files | lame/receipt lbreakout2/receipt libQtCore/receipt libQtGui/receipt libQtWebkit/receipt libQtXml/receipt |
line diff
1.1 --- a/lame/receipt Sun Mar 15 20:31:26 2009 +0000 1.2 +++ b/lame/receipt Sun Mar 15 20:40:56 2009 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="MPEG Audio Layer III (MP3) encoder." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 TARBALL="$PACKAGE-398-2.tar.gz" 1.7 +DEPENDS="ncurses" 1.8 BUILD_DEPENDS="gtk+-dev ncurses-dev" 1.9 WEB_SITE="http://lame.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
2.1 --- a/lbreakout2/receipt Sun Mar 15 20:31:26 2009 +0000 2.2 +++ b/lbreakout2/receipt Sun Mar 15 20:40:56 2009 +0000 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2" 2.5 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.6 WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL" 2.7 -DEPENDS="libpng libSDL libsdl-mixer libiconv" 2.8 +DEPENDS="libpng libSDL libsdl-mixer libiconv zlib" 2.9 BUILD_DEPENDS="libpng-dev libSDL-dev" 2.10 2.11 # Rules to configure and make the package. 2.12 @@ -17,8 +17,8 @@ 2.13 { 2.14 cd $src 2.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.16 - --disable-sdltest --mandir=/usr/share/man $CONFIGURE_ARGS 2.17 - make 2.18 + --disable-sdltest --mandir=/usr/share/man $CONFIGURE_ARGS && 2.19 + make && 2.20 make DESTDIR=$PWD/_pkg install 2.21 } 2.22
3.1 --- a/libQtCore/receipt Sun Mar 15 20:31:26 2009 +0000 3.2 +++ b/libQtCore/receipt Sun Mar 15 20:40:56 2009 +0000 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="Qt Core files" 3.6 MAINTAINER="allan316@gmail.com" 3.7 -DEPENDS="" 3.8 +DEPENDS="glib zlib" 3.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 WEB_SITE="http://www.trolltech.com" 3.11 WANTED="qt-x11-opensource-src"
4.1 --- a/libQtGui/receipt Sun Mar 15 20:31:26 2009 +0000 4.2 +++ b/libQtGui/receipt Sun Mar 15 20:40:56 2009 +0000 4.3 @@ -5,7 +5,9 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="Qt Gui Library" 4.6 MAINTAINER="allan316@gmail.com" 4.7 -DEPENDS="libQtCore" 4.8 +DEPENDS="libQtCore expat fontconfig freetype xorg-libICE xorg-libSM \ 4.9 +xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \ 4.10 +xorg-libXrender" 4.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.12 WEB_SITE="http://www.trolltech.com" 4.13 WANTED="qt-x11-opensource-src"
5.1 --- a/libQtWebkit/receipt Sun Mar 15 20:31:26 2009 +0000 5.2 +++ b/libQtWebkit/receipt Sun Mar 15 20:40:56 2009 +0000 5.3 @@ -5,7 +5,7 @@ 5.4 CATEGORY="development" 5.5 SHORT_DESC="Web browser engine for Qt" 5.6 MAINTAINER="allan316@gmail.com" 5.7 -DEPENDS="libQtCore" 5.8 +DEPENDS="libQtCore libQtGui libQtNetwork" 5.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.10 WEB_SITE="http://www.trolltech.com" 5.11 WANTED="qt-x11-opensource-src"
6.1 --- a/libQtXml/receipt Sun Mar 15 20:31:26 2009 +0000 6.2 +++ b/libQtXml/receipt Sun Mar 15 20:40:56 2009 +0000 6.3 @@ -5,7 +5,7 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="Qt Xml library" 6.6 MAINTAINER="allan316@gmail.com" 6.7 -DEPENDS="libQtCore" 6.8 +DEPENDS="libQtCore libQtNetwork" 6.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.10 WEB_SITE="http://www.trolltech.com" 6.11 WANTED="qt-x11-opensource-src"