wok-next diff mpv/receipt @ rev 20800

apngopt: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 12 01:07:56 2018 +0300 (2018-06-12)
parents ea3c4b76ea5d
children d5aab818505e
line diff
     1.1 --- a/mpv/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/mpv/receipt	Tue Jun 12 01:07:56 2018 +0300
     1.3 @@ -14,15 +14,15 @@
     1.4  
     1.5  DEPENDS="xorg-server xorg-libXv xorg-libXinerama xorg-libXScrnSaver util-linux-uuid \
     1.6  alsa-lib enca fribidi libass lua ffmpeg"
     1.7 -BUILD_DEPENDS="wget xorg-dev xorg-libXv-dev xorg-libXScrnSaver-dev lua-dev ffmpeg-dev \
     1.8 +BUILD_DEPENDS="xorg-dev xorg-libXv-dev xorg-libXScrnSaver-dev lua-dev ffmpeg-dev \
     1.9  enca-dev fribidi-dev libass-dev alsa-lib-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	[ -s $SOURCES_REPOSITORY/$WAFTOOL ] || wget -P $SOURCES_REPOSITORY \
    1.15 +	[ -s $SRC/$WAFTOOL ] || wget -P $SRC \
    1.16  		http://www.freehackers.org/~tnagy/release/$WAFTOOL
    1.17 -	install -m 755 $SOURCES_REPOSITORY/$WAFTOOL waf
    1.18 +	install -m 755 $SRC/$WAFTOOL waf
    1.19  	./bootstrap.py
    1.20  	./waf configure \
    1.21  		--prefix=/usr \