[Lunar-commits] <moonbase-other> pygame: readded to -other
v4hn
me at v4hn.de
Sat Oct 13 20:46:50 CEST 2012
commit a7f362953b43aa458a56376355ba7ac7c57b9299
Author: v4hn <me at v4hn.de>
Date: Sat, 13 Oct 2012 11:46:50 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a7f362953b43aa458a56376355ba7ac7c57b9299
pygame: readded to -other
---
python/pygame/BUILD | +13/-0
python/pygame/DEPENDS | +5/-0
python/pygame/DETAILS | +18/-0
3 files changed, 36 insertions(+)
--- /dev/null
+++ b/python/pygame/BUILD
@@ -0,0 +1,13 @@
+(
+
+ yes | python config.py &&
+
+ #linux removed v4l1 support -> camera is broken
+ #see e.g. http://lists.fedoraproject.org/pipermail/devel/2011-February/148519.html
+ sedit 's/^\(_camera.*\)/#\1/' Setup &&
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/pygame/DEPENDS
@@ -0,0 +1,5 @@
+depends SDL_image
+depends SDL_ttf
+depends SDL_mixer
+depends smpeg
+depends numpy
--- /dev/null
+++ b/python/pygame/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=pygame
+ VERSION=1.9.1release
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=http://www.pygame.org/ftp
+ SOURCE_VFY=sha1:a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa
+ WEB_SITE=http://www.pygame.org
+ ENTERED=20030906
+ UPDATED=20101228
+ SHORT="A set of Python modules designed for writing games"
+
+cat << EOF
+Pygame is a set of Python modules designed for writing games. It is
+written on top of the excellent SDL library. This allows you to create
+fully featured games and multimedia programs in the python language.
+Pygame is highly portable and runs on nearly every platform and
+operating system.
+EOF
More information about the Lunar-commits
mailing list