wok-next diff python-pygame/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line diff
     1.1 --- a/python-pygame/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/python-pygame/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  WGET_URL="https://github.com/pygame/pygame/archive/$VERSION.tar.gz"
     1.5  
     1.6  BUILD_DEPENDS="python-dev python3-dev \
     1.7 -libsdl-dev libsdl-ttf-dev libsdl-image-dev libsdl-mixer-dev libpng-dev \
     1.8 +sdl-dev sdl-ttf-dev sdl-image-dev sdl-mixer-dev libpng-dev \
     1.9  libjpeg-turbo-dev libx11-dev portmidi-dev freetype-dev"
    1.10  SPLIT="$PACKAGE-dev $PACKAGE \
    1.11  ${PACKAGE/python/python3}-dev:3 ${PACKAGE/python/python3}:3"
    1.12 @@ -39,8 +39,8 @@
    1.13  			;;
    1.14  		*)
    1.15  			copy @std @rm
    1.16 -			DEPENDS="$py freetype libjpeg-turbo libpng libsdl libsdl-image \
    1.17 -			libsdl-mixer libsdl-ttf portmidi libx11"
    1.18 +			DEPENDS="$py freetype libjpeg-turbo libpng sdl sdl-image \
    1.19 +			sdl-mixer sdl-ttf portmidi libx11"
    1.20  			;;
    1.21  	esac
    1.22  }