[Lunar-commits] CVS: moonbase/libs/wxPython DEPENDS, 1.5, 1.6 DETAILS, 1.9, 1.10 BUILD, 1.6, NONE CONFIGURE, 1.3, NONE

Moritz Heiber moe at lunar-linux.org
Sun Oct 17 12:25:57 UTC 2004


Update of /var/cvs/lunar/moonbase/libs/wxPython
In directory espresso.foo-projects.org:/tmp/cvs-serv19805/wxPython

Modified Files:
	DEPENDS DETAILS 
Removed Files:
	BUILD CONFIGURE 
Log Message:
Whoever has been maintaining these modules .. he didn't catch up very well:
- Both can't be compiled with OpenGL support since there is no Mesa module (yet)
- CONFIGURE questioning is not the right way for enabling stuff (use DEPENDS)
- wxPython does not depend on wxGTK
- wxPython has autotools stuff .. use it
- wxPython depends on GTK2
- Bumped wxPython to 2.5.2.8, added sha1 checksums for both modules
- minor tweaks


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/wxPython/DEPENDS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEPENDS	3 Aug 2003 19:54:38 -0000	1.5
+++ DEPENDS	17 Oct 2004 12:25:55 -0000	1.6
@@ -1,4 +1,2 @@
-depends		Python			&&
-depends		wxGTK			&&
-optional_depends    "PyOpenGL"	 ""   ""  "for OpenGL support"
-optional_depends "gtk+-2" "" "" "for gtk+2 support"
+depends  Python  &&
+depends  gtk+-2

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/wxPython/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	5 Oct 2004 09:30:11 -0000	1.9
+++ DETAILS	17 Oct 2004 12:25:55 -0000	1.10
@@ -1,12 +1,12 @@
           MODULE=wxPython
-         VERSION=2.4.2.4
+         VERSION=2.5.2.8
           SOURCE=${MODULE}Src-$VERSION.tar.gz
-      SOURCE_VFY=md5:ea4eb68e10a0c2a9be643b35dcb78e41
+      SOURCE_VFY=sha1:8ce9074dd53a7ae617a1c90258252a3f341a0863
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}Src-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/wxpython/
         WEB_SITE=http://www.wxpython.org
          ENTERED=20010927
-         UPDATED=20031119
+         UPDATED=20041017
            SHORT="wxPython is a GUI toolkit for the Python programming language"
 
 cat << EOF

--- BUILD DELETED ---

--- CONFIGURE DELETED ---



More information about the Lunar-commits mailing list