Hi, On Feb 27, 2015, at 11:03, Sven Eckelmann <[email protected]> wrote:
> libungif isn't released anymore since 2005. This was after the GIF LZW > expired. > New systems don't provide libungif anymore and require you to link against > the original libgif for the same functionality. Yeah, well, I actually just recently learned bout libgif form Barry from Puppy Linux sending a libgif package in for our T2 (http://t2-project.org), … so yeah, well, GIF does not have such a high priority here, … I find it a wonder the "modern" web has revived it for this poor-man’s movie substitutes, … ;-) If we wanted to be fancy we could actually check for either of them (beside we may just implement a loader for that in C++, … ;-), but, oh well, … Committed revision 2070. René > --- > codecs/Makefile | 4 ++-- > configure | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/codecs/Makefile b/codecs/Makefile > index e596309..43b6d99 100644 > --- a/codecs/Makefile > +++ b/codecs/Makefile > @@ -18,8 +18,8 @@ else > NOT_SRCS += png.cc > endif > > -ifeq "$(WITHLIBUNGIF)" "1" > -LDFLAGS += -lungif > +ifeq "$(WITHLIBGIF)" "1" > +LDFLAGS += -lgif > else > NOT_SRCS += gif.cc > endif > diff --git a/configure b/configure > index 2cf92f4..07aec70 100755 > --- a/configure > +++ b/configure > @@ -2,7 +2,7 @@ > > . config/functions > > -with_options="x11 freetype evas libjpeg libtiff libpng libungif jasper > openexr expat lcms bardecode lua swig perl python php ruby" > +with_options="x11 freetype evas libjpeg libtiff libpng libgif jasper openexr > expat lcms bardecode lua swig perl python php ruby" > > feature_options="evasgl tga pcx static" > TGA=1 # default to yes > @@ -64,7 +64,7 @@ fi > pkgcheck libjpeg header LIBJPEG cc jconfig.h > pkgcheck libtiff header LIBTIFF c++ tiffconf.h tiffio.h # tiffio.hxx > pkgcheck libpng pkg-config LIBPNG atleast 1.2 > -pkgcheck libungif header LIBUNGIF c++ gif_lib.h > +pkgcheck libgif header LIBGIF c++ gif_lib.h > pkgcheck jasper header JASPER c++ jasper/jasper.h > if pkgcheck expat header EXPAT c++ expat.h; then # just for the SVG parser > var_append EXPATLIBS " " "-lexpat" > -- > 2.1.4 > -- ExactCODE GmbH, Lietzenburger Str. 42, DE-10789 Berlin DE Legal: Amtsgericht Berlin (Charlottenburg) HRB 105123B, Tax-ID#: DE251602478 Managing Director: René Rebe http://exactcode.com | http://exactscan.com | http://ocrkit.com | http://t2-project.org | http://rene.rebe.de
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe exact-image
