wok diff mplayer-svn/receipt @ rev 8719

Up: readline to 6.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 18 01:18:35 2011 +0000 (2011-02-18)
parents 53ecebbc8732
children ad786a87b22e
line diff
     1.1 --- a/mplayer-svn/receipt	Mon Jan 31 18:22:05 2011 +0000
     1.2 +++ b/mplayer-svn/receipt	Fri Feb 18 01:18:35 2011 +0000
     1.3 @@ -13,6 +13,8 @@
     1.4  WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
     1.5  PROVIDES="mplayer"
     1.6  TAGS="player movie audio video"
     1.7 +WGET_URL="subversion|svn://svn.mplayerhq.hu/mplayer/trunk"
     1.8 +BRANCH="$VERSION"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  #
    1.12 @@ -27,14 +29,6 @@
    1.13  
    1.14  compile_rules()
    1.15  {
    1.16 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
    1.17 -	if [ -f $TARBALL ]; then
    1.18 -		unlzma -c $TARBALL | tar xf -
    1.19 -	else
    1.20 -		svn checkout -r $VERSION \
    1.21 -			svn://svn.mplayerhq.hu/mplayer/trunk $PACKAGE-$VERSION &&
    1.22 -		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
    1.23 -	fi
    1.24  	cd $src
    1.25  	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.26  	sed -i "s/uname -r/echo $KERNEL_VERSION-slitaz/" configure