Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30401/10.4-transitional/unstable/crypto/finkinfo

Added Files:
        libgdiplus.info libgdiplus.patch 
Log Message:
move to crypto because it depends on gtk-sharp, which is in crypto (backport 
froom 10.4)


--- NEW FILE: libgdiplus.patch ---
--- libgdiplus-1.1.13/Makefile.in       2006-01-06 14:01:18.000000000 -0500
+++ libgdiplus-1.1.13-new/Makefile.in   2006-01-12 22:45:55.000000000 -0500
@@ -190,7 +190,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = cairo src tests
+SUBDIRS = src tests
 #libpixman
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libgdiplus.pc 
--- libgdiplus-1.1.13/configure 2006-01-06 14:01:19.000000000 -0500
+++ libgdiplus-1.1.13-new/configure     2006-01-12 22:47:34.000000000 -0500
@@ -19603,14 +19603,9 @@
 
 
 
-subdirs="$subdirs cairo"
+CAIRO_LIBS="`pkg-config --libs cairo`"
+CAIRO_CFLAGS="`pkg-config --cflags cairo`"
 
-CAIRO_LIBS='$(top_builddir)/cairo/src/libcairo.la'
-CAIRO_CFLAGS='-I$(top_builddir)/cairo/pixman/src 
-I$(top_srcdir)/cairo/pixman/src -I$(top_builddir)/cairo/src 
-I$(top_srcdir)/cairo/src'
-
-cat >>confdefs.h <<\_ACEOF
-#define USE_INCLUDED_CAIRO 1
-_ACEOF
 
 
 # Activate this when we support linking to an already exiting Cairo 
installation
@@ -19635,7 +19630,7 @@
 #      CAIRO_CFLAGS="`pkg-config --cflags cairo`"
 #fi
 
-GDIPLUS_LIBS="$CAIRO_LIBS `pkg-config --libs glib-2.0 ` `freetype-config 
--libs`"
+GDIPLUS_LIBS="$CAIRO_LIBS `pkg-config --libs glib-2.0 ` `freetype-config 
--libs` -lfontconfig -lX11"
 GDIPLUS_CFLAGS="$CAIRO_CFLAGS `pkg-config --cflags glib-2.0 ` `freetype-config 
--cflags`"
 
 
@@ -19994,7 +19989,7 @@
 #define _REENTRANT 1
 _ACEOF
 
-               CFLAGS="-pthreads $CFLAGS"
+               CFLAGS="$CFLAGS"
                ;;
 
        *-*-darwin*)
@@ -20004,7 +19999,7 @@
 _ACEOF
 
                CFLAGS="-no-cpp-precomp $CFLAGS"
-               LDFLAGS="-flat_namespace -undefined suppress $LDFLAGS"
+               LDFLAGS="-Xlinker -framework -Xlinker ApplicationServices 
$LDFLAGS"
                ;;
 
        *)
@@ -20027,7 +20022,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_save_CFLAGS=$CFLAGS
-   CFLAGS="$CFLAGS -pthread"
+   CFLAGS="$CFLAGS"
 
 
    ac_ext=c
@@ -20096,7 +20091,7 @@
 if test $myapp_cv_gcc_pthread = yes
 then
    myapp_threads=""
-   CFLAGS="$CFLAGS -pthread"
+   CFLAGS="$CFLAGS"
 else
    echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
@@ -21534,16 +21529,16 @@
 
 fi
 if test $ac_cv_header_gif_lib_h = yes; then
-  GIF='ungif'; LIBGIF='-lungif'
+  GIF='gif'; LIBGIF='-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;}
+  { echo "$as_me:$LINENO: WARNING: *** GIF loader will not be built 
(giflibrary not found) ***" >&5
+echo "$as_me: WARNING: *** GIF loader will not be built (giflibrary not found) 
***" >&2;}
 fi
 
 
 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;}
+  { echo "$as_me:$LINENO: WARNING: *** GIF loader will not be built 
(giflibrary not found) ***" >&5
+echo "$as_me: WARNING: *** GIF loader will not be built (giflibrary not found) 
***" >&2;}
 fi
 
   fi
--- libgdiplus-1.1.13/src/pngcodec.c    2005-11-10 10:23:04.000000000 -0500
+++ libgdiplus-1.1.13-new/src/pngcodec.c        2006-01-12 22:45:55.000000000 
-0500
@@ -451,7 +451,7 @@
     GpBitmap *bitmap = (GpBitmap *) image;
     gdip_stream_png_source_ptr pngsrc = NULL;
 
-    int i;
+    int i, j;
 
     int bit_depth;
     int color_type;

--- NEW FILE: libgdiplus.info ---
Package: libgdiplus
Version: 1.1.13
Revision: 22

CustomMirror: <<
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk
<<
Source: http://www.go-mono.org/sources/%n-1.1/%n-%v.tar.gz
Source-MD5: 9f655b0032603d653b52ce12b6c29a50
PatchScript: <<
  perl -pi -e 's,-Werror,,' src/Makefile.in
  patch -p1 < %a/%n.patch
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README
# FIXME: re-add cairo dep when libgdiplus gets updated to the new stable API
Depends: cairo-shlibs (>= 1.0-1), libgettext3-shlibs, glib2-shlibs (>= 
2.2.1-4), libiconv, libjpeg-shlibs, libpng3-shlibs (>= 1.2.5-4), 
libtiff-shlibs, giflib-shlibs | libungif-shlibs, mono (>= %v-1), mono-tools (>= 
1.1.11-1)
BuildDepends: cairo (>= 1.0-1), freetype219, libgettext3-dev, gettext-tools, 
glib2-dev (>= 2.0.4-1), glib2 (>= 2.0.4-1), glitz (>= 0.4.4-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/lib/freetype219/include -I%p/lib/freetype219/include/freetype 
-I%p/include -I/usr/X11R6/include
NoSETLDFLAGS: true
SetLIBS: -L%p/lib/freetype219/lib -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 PATH="%p/lib/freetype219/bin:$PATH"
  ./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 xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to