# HG changeset patch # User Christophe Lincoln # Date 1307476576 -7200 # Node ID 4b5d992717d271af55fee8d32e728c53aed38ad4 # Parent 3caad2933601af8d12a507a0f671f4a477ade65d python-pygame: we want font, image, mixer support for childsplay diff -r 3caad2933601 -r 4b5d992717d2 python-pygame/receipt --- a/python-pygame/receipt Tue Jun 07 10:18:08 2011 +0000 +++ b/python-pygame/receipt Tue Jun 07 21:56:16 2011 +0200 @@ -9,9 +9,11 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.pygame.org" WGET_URL="$WEB_SITE/ftp/$TARBALL" + DEPENDS="python libsdl libsdl-image libsdl-mixer libsdl-ttf python-numpy \ libsmpeg gcc-lib-base" -BUILD_DEPENDS="python-dev libsmpeg-dev libsdl-dev" +BUILD_DEPENDS="python-dev libsmpeg-dev libsdl-dev libsdl-image-dev \ +libsdl-mixer-dev libsdl-ttf-dev" # Rules to configure and make the package. compile_rules()