[Lunar-commits] r20175 - moonbase/trunk/libs/libgdiplus

Chad Kittel v3rt1g0 at lunar-linux.org
Tue May 23 02:41:35 UTC 2006


Author: v3rt1g0
Date: 2006-05-23 02:41:34 +0000 (Tue, 23 May 2006)
New Revision: 20175

Modified:
   moonbase/trunk/libs/libgdiplus/DEPENDS
   moonbase/trunk/libs/libgdiplus/DETAILS
Log:
  Module Version Bump: libgdiplus (1.1.9.2 -> 1.1.15)

   * new version, lots of imporvements.
   * cleaned up the depends -- removed unneeded ones and added missing ones
     - libgdiplus does NOT depend on mono, mono can optionally depend on it
       though (to come in my next commit)
     - libgdiplus cannot _yet_ use a system installed cairo, cairo ships
       with libgdiplus and is built statically in, so until then, cairo
       doesn't need to be listed as a depends.

  compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/libs/libgdiplus/DEPENDS
===================================================================
--- moonbase/trunk/libs/libgdiplus/DEPENDS	2006-05-23 00:32:25 UTC (rev 20174)
+++ moonbase/trunk/libs/libgdiplus/DEPENDS	2006-05-23 02:41:34 UTC (rev 20175)
@@ -1,3 +1,9 @@
-depends mono &&
-depends cairo &&
-depends icu
+depends  %X      &&
+depends  glib-2  &&
+
+optional_depends  "tiff"    ""  "--without-libtiff"  \
+                  "for TIFF image IO support"        &&
+optional_depends  "jpeg"    ""  "--without-libjpg"   \
+                  "for JPEG image IO support"        &&
+optional_depends  "libpng"  ""  "--without-libpng"   \
+                  "for PNG image IO support"

Modified: moonbase/trunk/libs/libgdiplus/DETAILS
===================================================================
--- moonbase/trunk/libs/libgdiplus/DETAILS	2006-05-23 00:32:25 UTC (rev 20174)
+++ moonbase/trunk/libs/libgdiplus/DETAILS	2006-05-23 02:41:34 UTC (rev 20175)
@@ -1,14 +1,15 @@
           MODULE=libgdiplus
            MAJOR=1.1
-         VERSION=${MAJOR}.9.2
+         VERSION=${MAJOR}.15
           SOURCE=${MODULE}-${VERSION}.tar.gz
       SOURCE_URL=http://www.go-mono.org/sources/${MODULE}-${MAJOR}/
-      SOURCE_VFY=sha1:dd53d21c6aa2da69d0e4fec374eb77831259c597
-        WEB_SITE=http://www.mono-project.com
+      SOURCE_VFY=sha1:4e6cc20b9a8759caf03d5d8efbd55100fbb6a792
+        WEB_SITE=http://www.mono-project.com/
          ENTERED=20020801
-         UPDATED=20051007
-           SHORT="A GDI+ implementation in mono"
+         UPDATED=20060522
+           SHORT="a library that implements System.Drawing for Mono"
+
 cat << EOF
-libgdiplus is a GDI+ implementation in mono.  This will install the API 
-of Windows.Forms and System.Drawing for C# and Mono Development.  
+libgdiplus is a GDI+ implementation for Mono.  This will install the
+API of Windows.Forms and System.Drawing.
 EOF



More information about the Lunar-commits mailing list