From 2af29b6710d531b60392d6ddaa69b252d21746b1 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sun, 12 Dec 2010 16:56:26 +1300 Subject: [PATCH 1/2] Use 1.4.5 of libpng because it exists. Closes GH-7 --- magick-installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/magick-installer.sh b/magick-installer.sh index 9076d60..e53ddbf 100755 --- a/magick-installer.sh +++ b/magick-installer.sh @@ -12,7 +12,7 @@ function download() { } download http://nongnu.askapache.com/freetype/freetype-2.4.3.tar.gz -download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.4.tar.gz +download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.5.tar.gz download http://www.ijg.org/files/jpegsrc.v8b.tar.gz download http://www.sfr-fresh.com/unix/misc/tiff-3.9.4.tar.gz download http://voxel.dl.sourceforge.net/project/wvware/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz @@ -29,8 +29,8 @@ make sudo make install cd .. -tar xzvf libpng-1.4.4.tar.gz -cd libpng-1.4.4 +tar xzvf libpng-1.4.5.tar.gz +cd libpng-1.4.5 ./configure --prefix=/usr/local make clean make From 0fb9544a0b4a0e6a18bf0727558bca705dd5580b Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sun, 12 Dec 2010 17:08:41 +1300 Subject: [PATCH 2/2] Updated ImageMagick to 6.6.6-4 --- magick-installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/magick-installer.sh b/magick-installer.sh index e53ddbf..6c0e0af 100755 --- a/magick-installer.sh +++ b/magick-installer.sh @@ -19,7 +19,7 @@ download http://voxel.dl.sourceforge.net/project/wvware/libwmf/0.2.8.4/libwmf-0. download http://downloads.sourceforge.net/project/lcms/lcms/1.19/lcms-1.19.tar.gz download http://heanet.dl.sourceforge.net/project/ghostscript/GPL%20Ghostscript/9.00/ghostscript-9.00.tar.gz download http://voxel.dl.sourceforge.net/project/gs-fonts/gs-fonts/8.11%20%28base%2035%2C%20GPL%29/ghostscript-fonts-std-8.11.tar.gz -download http://image_magick.veidrodis.com/image_magick/ImageMagick-6.6.5-5.tar.gz +download ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-6.6.6-4.tar.gz tar xzvf freetype-2.4.3.tar.gz cd freetype-2.4.3 @@ -90,8 +90,8 @@ sudo mkdir -p /usr/local/share/ghostscript/fonts sudo mv -f fonts/* /usr/local/share/ghostscript/fonts -tar xzvf ImageMagick-6.6.5-5.tar.gz -cd ImageMagick-6.6.5-5 +tar xzvf ImageMagick-6.6.6-4.tar.gz +cd ImageMagick-6.6.6-4 export CPPFLAGS=-I/usr/local/include export LDFLAGS=-L/usr/local/lib ./configure --prefix=/usr/local --disable-static --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 --with-gs-font-dir=/usr/local/share/ghostscript/fonts --disable-openmp