wok-next diff pingus/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents a3c581bf52b8
children d5aab818505e
line diff
     1.1 --- a/pingus/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/pingus/receipt	Thu Aug 23 07:07:52 2018 +0300
     1.3 @@ -14,8 +14,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://pingus.seul.org/files/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="scons2 libsdl-dev libsdl-image-dev libsdl-mixer-dev libboost-dev \
     1.8 -libboost-signals libpng16-dev"
     1.9 +BUILD_DEPENDS="scons2 libsdl-dev libsdl-image-dev libsdl-mixer-dev boost-dev \
    1.10 +boost-signals libpng16-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	sed -i 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/screenshot.cpp
    1.14 @@ -43,5 +43,5 @@
    1.15  
    1.16  genpkg_rules() {
    1.17  	copy @std
    1.18 -	DEPENDS="libsdl libsdl-image libsdl-mixer libboost-signals gcc-lib-base"
    1.19 +	DEPENDS="libsdl libsdl-image libsdl-mixer boost-signals gcc-lib-base"
    1.20  }