[Lunar-commits] <moonbase> pygame: camera is broken with current linux

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Sun May 20 13:02:47 CEST 2012


commit 83d31504efc6eb42fb2eabeb9c2b3a40b92d08df
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Sun May 20 13:02:47 2012 +0200

    pygame: camera is broken with current linux
---
 python/pygame/BUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/python/pygame/BUILD b/python/pygame/BUILD
index cdd8e1b..a56f457 100644
--- a/python/pygame/BUILD
+++ b/python/pygame/BUILD
@@ -1,8 +1,13 @@
 (
 
- echo Y | python setup.py build  &&
+ 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
-


More information about the Lunar-commits mailing list