wok rev 18068

Up smtube (15.5.17)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue May 19 23:57:59 2015 +0200 (2015-05-19)
parents 692a6a48ec65
children 03f467e7ae6c
files smtube/receipt
line diff
     1.1 --- a/smtube/receipt	Mon May 18 20:15:58 2015 +0200
     1.2 +++ b/smtube/receipt	Tue May 19 23:57:59 2015 +0200
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="smtube"
     1.7 -VERSION="14.7.0"
     1.8 +VERSION="15.5.17"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Qt Youtube browser using *mplayer or vlc."
    1.11  MAINTAINER="psychomaniak@xakep.ru"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://smplayer.sourceforge.net/smtube" 
    1.15 -WGET_URL="$SF_MIRROR/smplayer/$TARBALL"
    1.16 +WEB_SITE="http://smtube.sourceforge.net/" 
    1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="mplayer-opt libQtGui libQtXml libQtScript libQtNetwork"
    1.20 +DEPENDS="mplayer-opt libQtGui libQtXml libQtScript libQtNetwork libQtWebkit"
    1.21  BUILD_DEPENDS="qmake Qt4-dev"
    1.22  
    1.23  # Rules to configure and make the package.