From 4dbd8bcdd244ff6d0e1c0a1432ebfaf97eaf3e0d Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Mon, 27 Nov 2006 16:25:12 +0000 Subject: [PATCH] GPL Ghostscript git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16078 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/settings.nsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/development/Win32/packaging/installer/settings.nsh b/development/Win32/packaging/installer/settings.nsh index c92dd80d7e..3f81dc7dbb 100644 --- a/development/Win32/packaging/installer/settings.nsh +++ b/development/Win32/packaging/installer/settings.nsh @@ -41,8 +41,8 @@ Settings for LyX installer ;Locations of components to download !define DOWNLOAD_LATEX "http://superb-west.dl.sourceforge.net/sourceforge/miktex/basic-miktex-2.5.2471.exe" -!define DOWNLOAD_IMAGEMAGICK "http://superb-west.dl.sourceforge.net/sourceforge/imagemagick/ImageMagick-6.3.0-1-Q16-windows-dll.exe" -!define DOWNLOAD_GHOSTSCRIPT "http://superb-west.dl.sourceforge.net/sourceforge/ghostscript/gs854w32.exe" +!define DOWNLOAD_IMAGEMAGICK "http://superb-west.dl.sourceforge.net/sourceforge/imagemagick/ImageMagick-6.3.0-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" !define DOWNLOAD_ASPELLDICTS "ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows" @@ -67,8 +67,8 @@ Settings for LyX installer ;Locations of setup files for components (for bundled setup) !define INSTALL_LATEX "basic-miktex-2.5.2471.exe" -!define INSTALL_IMAGEMAGICK "ImageMagick-6.3.0-2-Q16-windows-dll.exe" -!define INSTALL_GHOSTSCRIPT "gs854w32.exe" +!define INSTALL_IMAGEMAGICK "ImageMagick-6.3.0-7-Q16-windows-dll.exe" +!define INSTALL_GHOSTSCRIPT "gs854w32-gpl.exe" !define INSTALL_VIEWER "gsv48w32.exe" ;--------------------------------