Ignore:
Timestamp:
2018-07-09T21:14:55+12:00 (6 years ago)
Author:
ak19
Message:

All the changes to incorporate libtiff and libjpeg into the xpdftools GS2 extension, to get libjpeg compiled up on 64 bit machines, and for both libs to be seen and used by xpdftools when this is built.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/xpdf-tools/trunk/src/packages/CASCADE-MAKE.sh

    r32228 r32249  
    33source ../cascade-make/lib/cascade-lib.bash GEXT_XPDFTOOLS .. $*
    44
    5 PACKAGES="CMAKE LIBZ LIBPNG FREETYPE XPDFTOOLS"
     5# order of image libraries in cascade-make taken from
     6# http://trac.greenstone.org/browser/gs2-extensions/ocr/trunk/packages/cmdline/CASCADE-MAKE.sh
     7#PACKAGES="CMAKE LIBZ LIBPNG FREETYPE XPDFTOOLS"
     8PACKAGES="CMAKE LIBZ LIBTIFF LIBPNG LIBJPEG FREETYPE XPDFTOOLS"
    69
    710for d in $PACKAGES ; do
Note: See TracChangeset for help on using the changeset viewer.