update ImageMagick version in windows installer because I really can not find the 6.3.2-5 version

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17800 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-04-14 04:27:00 +00:00
parent 04f055441d
commit 04547980dc

View File

@ -31,7 +31,7 @@ Settings for LyX installer
#--------------------------------
#Locations of components to download
!define DOWNLOAD_LATEX "http://superb-west.dl.sourceforge.net/sourceforge/miktex/basic-miktex-2.5.2580.exe"
!define DOWNLOAD_IMAGEMAGICK "http://superb-west.dl.sourceforge.net/sourceforge/imagemagick/ImageMagick-6.3.2-5-Q16-windows-dll.exe"
!define DOWNLOAD_IMAGEMAGICK "http://superb-west.dl.sourceforge.net/sourceforge/imagemagick/ImageMagick-6.3.3-7-Q16-windows-dll.exe"
!define DOWNLOAD_GHOSTSCRIPT "http://superb-west.dl.sourceforge.net/sourceforge/ghostscript/gs854w32-gpl.exe"
!define DOWNLOAD_VIEWER "http://tug.ctan.org/tex-archive/nonfree/support/ghostscript/ghostgum/gsv48w32.exe"
@ -41,7 +41,7 @@ Settings for LyX installer
#Download size (in KB)
!define SIZE_DOWNLOAD_LATEX 47271
!define SIZE_DOWNLOAD_IMAGEMAGICK 7096
!define SIZE_DOWNLOAD_IMAGEMAGICK 6947
!define SIZE_DOWNLOAD_GHOSTSCRIPT 12669
!define SIZE_DOWNLOAD_VIEWER 1459
@ -57,7 +57,7 @@ Settings for LyX installer
#Locations of setup files for components (for bundled setup)
!define INSTALL_LATEX "basic-miktex-2.5.2580.exe"
!define INSTALL_IMAGEMAGICK "ImageMagick-6.3.2-5-Q16-windows-dll.exe"
!define INSTALL_IMAGEMAGICK "ImageMagick-6.3.3-7-Q16-windows-dll.exe"
!define INSTALL_GHOSTSCRIPT "gs854w32-gpl.exe"
!define INSTALL_VIEWER "gsv48w32.exe"