wok diff smplayer/receipt @ rev 8302

Fix: check_module.sh (into linux stuff) modified to works with tazwok-experimental
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 01 02:51:09 2011 +0100 (2011-02-01)
parents 21f0f0dac400
children 5af4199c207b
line diff
     1.1 --- a/smplayer/receipt	Sun Sep 12 11:56:31 2010 +0000
     1.2 +++ b/smplayer/receipt	Tue Feb 01 02:51:09 2011 +0100
     1.3 @@ -5,11 +5,11 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="QT-based front-end for MPlayer"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="mplayer-svn libQtCore libQtGui libQtXml gcc-lib-base"
     1.8 -BUILD_DEPENDS="mplayer-svn Qt4-dev qmake libQtCore libQtGui libQtXml libQtNetwork libegl-mesa"
     1.9 +DEPENDS="mplayer libQtCore libQtGui libQtXml gcc-lib-base"
    1.10 +BUILD_DEPENDS="mplayer Qt4-dev qmake libQtCore libQtGui libQtXml libQtNetwork libegl-mesa zlib-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://smplayer.sourceforge.net/" 
    1.13 -WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  TAGS="player audio video movie"
    1.16  
    1.17  # Rules to configure and make the package.