Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31479

Added Files:
        gd3.info gd3.patch 
Log Message:
new pkg gd3 2.1.0

--- NEW FILE: gd3.patch ---
--- libgd-2.1.0-orig/config/gdlib-config.in     2013-06-25 05:58:23.000000000 
-0400
+++ libgd-2.1.0/config/gdlib-config.in  2013-07-11 09:24:44.000000000 -0400
@@ -68,10 +68,10 @@
        echo @GDLIB_REVISION@
        ;;
     --ldflags)
-       echo @LDFLAGS@
+       echo -L@libdir@
        ;;
     --libs)
-       echo -lgd @LIBS@ @LIBICONV@
+       echo 
        ;;
     --cflags|--includes)
        echo -I@includedir@
@@ -83,8 +83,8 @@
        echo "GD library  @VERSION@"
        echo "includedir: $includedir"
        echo "cflags:     -I@includedir@"
-       echo "ldflags:    @LDFLAGS@"
-       echo "libs:       @LIBS@ @LIBICONV@"
+       echo "ldflags:    -L@libdir@"
+       echo "libs:       "
        echo "libdir:     $libdir"
        echo "features:   @FEATURES@"
        ;;

--- NEW FILE: gd3.info ---
Package: gd3
Version: 2.1.0
Revision: 1
Description: Graphics generation library
License: OSI-Approved
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
        fink (>= 0.32),
        fink-package-precedence,
        fontconfig2-dev (>= 2.10.2-1),
        freetype219 (>= 2.4.11-1),
        gettext-tools,
        libiconv-dev,
        libjpeg9,
        libpng16,
        libtiff5,
        libvpx,
        x11-dev
<<
Conflicts: <<
        gd,
        gd2, gd2-nox,
        gd209,
        gd3
<<
Replaces: <<
        gd,
        gd2, gd2-nox,
        gd209,
        gd2-bin (<< 2.0.33-3),
        gd3
<<
Source: https://bitbucket.org/libgd/gd-libgd/downloads/libgd-%v.tar.xz
Source-MD5: 03588159bf4faab9079849c8d709acc6
Source-Checksum: SHA1(66c56fc07246b66ba649c83e996fd2085ea2f9e2)
PatchFile: gd3.patch
PatchFile-MD5: 3afca94252e762eb99470fb80c183fcc
ConfigureParams: <<
        --enable-dependency-tracking \
        --disable-static
<<
CompileScript: <<
        %{default_script}
        fink-package-precedence --prohibit-bdep=gd2,gd2-nox,gd3 .
<<
InfoTest: <<
        TestScript: make check || exit 2
<<
DocFiles: COPYING ChangeLog NEWS docs/README.JPN
BuildDependsOnly: True
SplitOff2: <<
        Package: %N-shlibs
        Depends: <<
                fontconfig2-shlibs (>= 2.10.2-1),
                freetype219-shlibs (>= 2.4.11-1),
                libiconv,
                libjpeg9-shlibs (>= 9-3),
                libpng16-shlibs,
                libtiff5-shlibs,
                x11-shlibs
        <<
        Files: lib/libgd.3*.dylib
        Shlibs: %p/lib/libgd.3.dylib 4.0.0 %n (>= 2.1.0-1)
        Description: Shared libraries for gd3 package
        DocFiles: COPYING NEWS
<<
SplitOff: <<
        Package: %N-bin
        Depends: <<
                %N-shlibs (>= %v-%r),
                fontconfig2-shlibs (>= 2.10.2-1),
                freetype219-shlibs (>= 2.4.11-1),
                libiconv,
                libjpeg-bin,
                libjpeg9-shlibs,
                libpng16-shlibs,
                libtiff5-shlibs,
                x11
        <<
        Conflicts: <<
                gd-bin,
                gd2-bin, gd2-nox-bin,
                gd209-bin,
                gd3-bin
        <<
        Replaces: <<
                gd-bin,
                gd2-bin, gd2-nox-bin,
                gd209-bin,
                gd3-bin
        <<
        Files: <<
                bin/annotate
                bin/bdftogd
                bin/gd2copypal
                bin/gd2togif
                bin/gd2topng
                bin/gdcmpgif
                bin/gdparttopng
                bin/gdtopng
                bin/giftogd2
                bin/pngtogd
                bin/pngtogd2
                bin/webpng
        <<
        Description: Executables for gd3 package
        DocFiles: COPYING NEWS
<<
Homepage: http://www.libgd.org/
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.
<<
DescPackaging: <<
This package is based on previous work by Chris Pepper, Jeremy Higgs, 
Peter O'Gorman, and Dave Morrison (via gd2).

dmacks removed static libs and cleared internal-use-only
dependencies' flags from gdlib-config (all .dylib symbols
resolved via dyld so no need to force InheritedBuildDepends)
as of 2.0.35-11

nieder: new libN pkg gd3 based on drm's gd2.
<<


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to