wok-next diff supertux/receipt @ rev 21554

updated clutter (1.26.2 -> 1.26.4)
author Hans-G?nter Theisgen
date Mon Jun 22 13:39:30 2020 +0100 (2020-06-22)
parents d5aab818505e
children
line diff
     1.1 --- a/supertux/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/supertux/receipt	Mon Jun 22 13:39:30 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://supertux.googlecode.com/files/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev \
     1.8 +BUILD_DEPENDS="sdl-dev sdl-image-dev sdl-mixer-dev curl-dev \
     1.9  physfs-dev openal-dev mesa-dev glew-dev cmake boost-dev libvorbis-dev"
    1.10  SPLIT="$PACKAGE-data"
    1.11  
    1.12 @@ -32,7 +32,7 @@
    1.13  	case $PACKAGE in
    1.14  		supertux)
    1.15  			copy bin/
    1.16 -			DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal \
    1.17 +			DEPENDS="sdl sdl-image sdl-mixer curl physfs openal \
    1.18  			mesa glew supertux-data"
    1.19  			SUGGESTED="nvidia"
    1.20  			;;