diff --git a/install_im.sh b/install_im.sh index cc2cfc8..9071ea6 100644 --- a/install_im.sh +++ b/install_im.sh @@ -63,8 +63,8 @@ try_download http://www.ijg.org/files/jpegsrc.v8b.tar.gz try_download http://download.osgeo.org/libtiff/tiff-3.9.4.tar.gz try_download http://"$SF_MIRROR".dl.sourceforge.net/project/lcms/lcms/2.0/lcms2-2.0a.tar.gz try_download http://ghostscript.googlecode.com/files/ghostscript-9.00.tar.gz -try_download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.7.tar.gz -try_download ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.6-10.tar.gz +try_download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.4.tar.gz +try_download ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.1-1.tar.gz # Decompress applications. decompress_applications @@ -73,7 +73,7 @@ echo "Starting..." # LibPNG. # Official PNG reference library. -cd libpng-1.4.7 +cd libpng-1.5.4 ./configure --prefix=$CONFIGURE_PREFIX make sudo make install @@ -138,7 +138,7 @@ cd .. # ImageMagick. # Software suite to create, edit, and compose bitmap images. -cd ImageMagick-6.6.6-10 +cd ImageMagick-6.7.1-1 export CPPFLAGS=-I$CONFIGURE_PREFIX/include export LDFLAGS=-L$CONFIGURE_PREFIX/lib ./configure --prefix=$CONFIGURE_PREFIX $IMAGEMAGICK_ARGUMENTS --with-gs-font-dir=$CONFIGURE_GS_FONT/fonts