Module submission - wxGTK

duncan.gibson@xs4all.nl duncan.gibson at xs4all.nl
Thu Jan 18 00:11:46 CET 2007


module name       : wxGTK
suggested section : libs
update (y/n)      : y
bugfix (y/n)      : n
security (y/n)    : n

bumped to 2.8.0.1
as part of update of wxPython dependency tree

simplified the BUILD file to let the configure work things
out for itself, and although it installs, there are some
oddities that I can't work out. configure in a user directory
detects OpenGL. configure within lin does not.

However, I haven't tested because I haven't been able to build
the corresponding wxPython using this new version. For some
reason it fails to find some include files.

It looks like almost all of the devs have looked at these two
modules in the past, so maybe someone can see whether I've
done something wrong with this one.


Duncan / engelsman

-------------- next part --------------
--- wxGTK/BUILD	2006-10-23 00:29:32.000000000 +0200
+++ wxGTK/BUILD	2007-01-17 22:33:15.000000000 +0100
@@ -9,18 +9,7 @@
 		--enable-shared	   \
 		--enable-optimise  \
 		$OPTS             &&
-  default_make                    &&
 
-  for DIR in contrib/src/stc \
-	     contrib/src/gizmos \
-	     contrib/src/ogl;
-  do
-
-  cd $DIR;
-  make;
-  make install;
-  cd $SOURCE_DIRECTORY;
-
-  done
+  default_make                    
 
 ) > $C_FIFO 2>&1
--- wxGTK/DETAILS	2006-11-05 01:01:06.000000000 +0100
+++ wxGTK/DETAILS	2007-01-17 23:56:25.000000000 +0100
@@ -1,13 +1,13 @@
           MODULE=wxGTK
-         VERSION=2.6.3.3
+         VERSION=2.8.0.1
 # NOTE: leave source the same as wxPython to save dl bw
           SOURCE=wxPython-src-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/wxPython-src-$VERSION
       SOURCE_URL=$SFORGE_URL/wxpython/
-      SOURCE_VFY=sha1:e55a3a8cfbd1aff394be15297ae205a8c597bed8
+      SOURCE_VFY=sha1:917b690a1e39cb4919d086a184ae0fdbc0df8c99
         WEB_SITE=http://www.wxwidgets.org/
          ENTERED=20011217
-         UPDATED=20060716
+         UPDATED=20070116
            SHORT="GTK+ version of wxWindows API."
 
 cat << EOF
@@ -16,4 +16,6 @@
 and drag and drop, multithreading, image loading and saving in a
 variety of formats, database support, HTML viewing and printing.
 Quite good for a GUI API.
+
+Note: under Lunar, this module is really the subset of wxPython.
 EOF
-------------- next part --------------
lvu submit wxGTK 511060b0fb284c62efd9f6c20ab91312  -
2.6.19.2 2.6.12 gcc-3.4.6 glibc-2.3.6


More information about the Lunar mailing list