Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1:/tmp/cvs-serv5220

Added Files:
        gd2-2.0.9-1.info gd2-2.0.9-1.patch 
Removed Files:
        gd2-2.0.8-2.info gd2-2.0.8-2.patch 
Log Message:
new upstream version


--- NEW FILE: gd2-2.0.9-1.info ---
Package: gd2
Version: 2.0.9
Revision: 1
Depends: %N-shlibs (= %v-%r)
BuildDepends: libpng (>= 1.0.12-3), libjpeg (>= 6b-3), fink (>= 0.9.9), freetype2
Conflicts: gd
Replaces: gd
Source: http://www.boutell.com/gd/http/gd-%v.tar.gz
Source-MD5: 393cd9adc62f3c77c65945c11922ab33
Patch: %f.patch
NoSetCPPFLAGS: True
SetCPPFLAGS: -fno-common -I%p/include
SetLDFLAGS: -liconv
CompileScript: <<
 ./configure %c
 make CCLD="gcc -L./.libs"
<<
DocFiles: COPYING INSTALL index.html README-JPEG.TXT README.TXT readme.jpn
BuildDependsOnly: True
SplitOff: <<
  Package: %N-shlibs
  Depends: libpng-shlibs, libjpeg-bin, freetype2-shlibs, x11
  Files: lib/libgd.2*.dylib
  Shlibs: %p/lib/libgd.2.dylib 3.0.0 %n (>= 2.0.7-1)
  DocFiles: COPYING index.html
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs
  Conflicts: gd-bin
  Replaces: gd-bin
  Files: bin
  DocFiles: COPYING index.html
<<
Description: Graphics generation library
DescDetail: <<
 The GD library is useful for creating graphics like hit counters on
 the fly. This version supports the PNG, JPEG and WBMP formats and lets
 you use TrueType fonts rendered via freetype2.
<<
DescPort: <<
 The dynamic library needs the -fno-common switch.
 For some reason, libiconv is not found at link time, so we explicitly
  invoke it.
 When an older version is installed, the wrong library version may be
  linked against; the CCLD="gcc -L./.libs" is a workaround for this.
<<
DescPackaging: <<
 This package is based on previous work by Chris Pepper, Jeremy Higgs
 and Peter O'Gorman.  Previously maintained by Christoph Pfisterer.
<<
License: OSI-Approved
Homepage: http://www.boutell.com/gd/
Maintainer: Dave Morrison <[EMAIL PROTECTED]>

--- NEW FILE: gd2-2.0.9-1.patch ---
diff -ru gd-2.0.8/config/ltmain.sh gd-2.0.8-patched/config/ltmain.sh
--- gd-2.0.8/config/ltmain.sh   Mon Oct 21 16:29:46 2002
+++ gd-2.0.8-patched/config/ltmain.sh   Tue Nov 26 18:05:00 2002
@@ -2894,6 +2894,11 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi
          eval cmds=\"$archive_cmds\"
        fi
        save_ifs="$IFS"; IFS='~'
diff -ru gd-2.0.8/configure gd-2.0.8-patched/configure
--- gd-2.0.8/configure  Mon Nov 25 10:28:47 2002
+++ gd-2.0.8-patched/configure  Tue Nov 26 18:03:26 2002
@@ -5705,11 +5705,11 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-flat_namespace -undefined suppress'
     # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.
-    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname 
$(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
+$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname 
+$tmp_verstring'
     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes

--- gd2-2.0.8-2.info DELETED ---

--- gd2-2.0.8-2.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to