Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3338/10.4/main/finkinfo/libs

Added Files:
        libgdiplus.info libgdiplus.patch 
Log Message:
more mono work, mostly untested

--- NEW FILE: libgdiplus.patch ---
--- libgdiplus-1.1.5/Makefile.in        Fri Mar 18 08:59:48 2005
+++ libgdiplus-1.1.5-new/Makefile.in    Thu Mar 24 14:39:08 2005
@@ -182,7 +182,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = libpixman cairo src tests
+SUBDIRS = libpixman cairo src tests
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libgdiplus.pc 
 DISTCLEANFILES = libgdiplus.pc
--- libgdiplus-1.1.5/configure  Fri Mar 18 08:59:50 2005
+++ libgdiplus-1.1.5-new/configure      Thu Mar 24 14:55:50 2005
@@ -19390,7 +19390,7 @@
 _ACEOF
 
 else
-       if pkg-config --exact-version 0.3.0 cairo; then
+       if pkg-config --atleast-version 0.3.0 cairo; then
                echo Cairo installation OK
        else
                { { echo "$as_me:$LINENO: error: \"Did not find Cairo == 
0.3.0\"" >&5
@@ -20954,13 +20954,13 @@
 fi
 
   if test x$with_libungif != xno && test -z "$LIBUNGIF"; then
-    echo "$as_me:$LINENO: checking for DGifOpenFileName in -lungif" >&5
-echo $ECHO_N "checking for DGifOpenFileName in -lungif... $ECHO_C" >&6
+    echo "$as_me:$LINENO: checking for DGifOpenFileName in -lgif" >&5
+echo $ECHO_N "checking for DGifOpenFileName in -lgif... $ECHO_C" >&6
 if test "${ac_cv_lib_ungif_DGifOpenFileName+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lungif  $LIBS"
+LIBS="-lgif  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -21157,7 +21157,7 @@
 
 fi
 if test $ac_cv_header_gif_lib_h = yes; then
-  UNGIF='ungif'; LIBUNGIF='-lungif'
+  UNGIF='ungif'; LIBUNGIF='-lgif'
 else
   { echo "$as_me:$LINENO: WARNING: *** GIF loader will not be built 
(ungiflibrary not found) ***" >&5
 echo "$as_me: WARNING: *** GIF loader will not be built (ungiflibrary not 
found) ***" >&2;}

--- NEW FILE: libgdiplus.info ---
Package: libgdiplus
Version: 1.1.7
Revision: 21
Source: http://www.go-mono.org/sources/%n-1.1/%n-%v.tar.gz
Source-MD5: 458c2c4aec84ac1cccb15b6c31fa8f7a
Patch: %n.patch
DocFiles: AUTHORS COPYING* ChangeLog NEWS README
# FIXME: add cairo dep back in when libgdiplus supports cairo 0.4.0
Depends: gettext, glib2-shlibs (>= 2.2.1-4), libiconv, libjpeg-shlibs, 
libpixman1-shlibs, libpng3-shlibs (>= 1.2.5-4), libtiff-shlibs, giflib-shlibs | 
libungif-shlibs, mono (>= %v-1)
BuildDepends: gettext-dev, gettext-bin, glib2-dev (>= 2.0.4-1), glib2 (>= 
2.0.4-1), glitz (>= 0.4.0-1), libiconv-dev, libicu32-dev, libjpeg, libpixman1, 
libpng3, libtiff, libungif | giflib, mono-dev (>= %v-1), pkgconfig
Homepage: http://go-mono.com/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Description: System.Drawing implementation for Mono
NoSetCPPFLAGS: true
SetCPPFLAGS: -I%p/include
NoSETLDFLAGS: true
SetLIBS: -L%p/lib
ConfigureParams: --mandir=%p/share/man --with-cairo=installed 
--disable-dependency-tracking
CompileScript: <<
#!/bin/sh -ex

  export lt_cv_sys_max_cmd_len=65536
  perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
  ./configure %c
  make
<<
InstallScript: <<
  MAKEFLAGS=-j1 make install DESTDIR=%d
<<
PostInstScript: <<
  [ -x "%p/bin/monodoc" ] && [ -d "%p/lib/monodoc" ] && "%p/bin/monodoc" 
--make-index >/dev/null 2>&1 || :
<<

DescDetail: <<
libgdiplus is an Open Source implementation of the GDI+ API.
<<
License: OSI-Approved



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to