From e6334ab5e009a81455675a2feb2013d435752fdf Mon Sep 17 00:00:00 2001 From: Ben Kero Date: Thu, 11 Feb 2010 23:31:26 -0800 Subject: [PATCH 1/2] Version bump for GraphicsMagick --- pts/test-resources/graphics-magick/downloads.xml | 4 ++-- pts/test-resources/graphics-magick/install.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pts/test-resources/graphics-magick/downloads.xml b/pts/test-resources/graphics-magick/downloads.xml index 61dc5e2..97c61c8 100644 --- a/pts/test-resources/graphics-magick/downloads.xml +++ b/pts/test-resources/graphics-magick/downloads.xml @@ -1,8 +1,8 @@ - http://internap.dl.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-1.3.7.tar.bz2, http://voxel.dl.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-1.3.7.tar.bz2, http://heanet.dl.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-1.3.7.tar.bz2 - 42bfd382ddcda399880721170bcbf61b + http://internap.dl.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-1.3.10.tar.bz2, http://voxel.dl.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-1.3.10.tar.bz2, http://heanet.dl.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-1.3.10.tar.bz2 + 09137f1180edc6d99834e8a7b1e620e3 6581207 diff --git a/pts/test-resources/graphics-magick/install.sh b/pts/test-resources/graphics-magick/install.sh index bf00293..b16c4ac 100755 --- a/pts/test-resources/graphics-magick/install.sh +++ b/pts/test-resources/graphics-magick/install.sh @@ -1,7 +1,7 @@ #!/bin/sh tar -zxvf libpng-1.2.39.tar.gz -tar -xjf GraphicsMagick-1.3.7.tar.bz2 +tar -xjf GraphicsMagick-1.3.10.tar.bz2 mkdir $HOME/gm_ @@ -11,13 +11,13 @@ make -j $NUM_CPU_JOBS make install cd .. -cd GraphicsMagick-1.3.7/ +cd GraphicsMagick-1.3.10/ LDFLAGS="-L$HOME/gm_/lib" CPPFLAGS="-I$HOME/gm_/include" ./configure --without-perl --prefix=$HOME/gm_ --with-png=yes > /dev/null make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. -rm -rf GraphicsMagick-1.3.7/ +rm -rf GraphicsMagick-1.3.10/ rm -rf libpng-1.2.39/ rm -rf gm_/share/doc/GraphicsMagick/ rm -rf gm_/share/man/ -- 1.6.6