This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Review 2 - Good to go] gd: A graphics library for fast imagecreation


>>>>> "Nicholas" == Nicholas Wourms <nwourms@netscape.net> writes:

    Nicholas> Volker,

    Nicholas> I think the best way to determine this is whether or not the package
    Nicholas> installs versioned includes and static/import libs.  Also, the naming
    Nicholas> of the libraries & include dirs is important.  In the case of
    Nicholas> freetype, freetype-1 is libttf whereas freetype2 is libfreetype.  Even
    Nicholas> if it doesn't, it pays to check out the Mandrake/RedHat/Debian
    Nicholas> packages to see how they are doing it.  Sometimes it may be necessary
    Nicholas> to make a package have co-existing versions, especially in the case of
    Nicholas> databases where src API's can change, causing some existing sources
    Nicholas> not to compile/work. Also, it is pretty much a given that most GNOME
    Nicholas> libraries are going to need to be versioned.  The key is to plan ahead
    Nicholas> now, before you are stuck providing kludges or empty-package
    Nicholas> work-arounds.

It looks like the devel package is not versioned.
I uploaded my packages again. See below for download script.

    Nicholas> Cheers,
    Nicholas> Nicholas

Ciao
  Volker

------------------------------ cut here ---------------------------------
#!/bin/bash

mkdir -p gd gd/libgd2 gd/libgd-devel
cd gd

wget http://de.geocities.com/vzell1/cygwin/gd.hint.zip
mv gd.hint.zip setup.hint

wget http://de.geocities.com/vzell1/cygwin/libgd2.hint.zip
mv libgd2.hint.zip libgd2/setup.hint

wget http://de.geocities.com/vzell1/cygwin/libgd-devel.hint.zip
mv libgd-devel.hint.zip libgd-devel/setup.hint

wget http://de.geocities.com/vzell1/cygwin/gd-2.0.15-1-src.tar.zip
mv gd-2.0.15-1-src.tar.zip gd-2.0.15-1-src.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/gd-2.0.15-1.tar.zip
mv gd-2.0.15-1.tar.zip gd-2.0.15-1.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/libgd-devel-2.0.15-1.tar.zip
mv libgd-devel-2.0.15-1.tar.zip libgd-devel/libgd-devel-2.0.15-1.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/libgd2-2.0.15-1.tar.zip
mv libgd2-2.0.15-1.tar.zip libgd2/libgd2-2.0.15-1.tar.bz2
------------------------------ cut here ---------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]