Commit 7918cc77 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated ghostscript to 9.54.0

parent 8d730227
all:
tar xf ghostscript-9.52.tar.xz
cd ghostscript-9.52 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.52 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.52
$(MAKE) -C ghostscript-9.52 install
ln -sfvn ../ghostscript/9.52/doc /usr/share/doc/ghostscript-9.52
tar xf ghostscript-9.54.0.tar.xz
cd ghostscript-9.54.0 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.54.0 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.54.0
$(MAKE) -C ghostscript-9.54.0 install
ln -sfvn ../ghostscript/9.54.0/doc /usr/share/doc/ghostscript-9.54.0
tar -xvf ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript --no-same-owner
tar -xvf gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript --no-same-owner
fc-cache -v /usr/share/ghostscript/fonts/
rm -rf ghostscript-9.52
rm -rf ghostscript-9.54.0
so:
tar xf ghostscript-9.52.tar.xz
cd ghostscript-9.52 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.52 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.52
$(MAKE) -C ghostscript-9.52 so
$(MAKE) -C ghostscript-9.52 install
$(MAKE) -C ghostscript-9.52 soinstall
cd ghostscript-9.52 && install -v -m644 base/*.h /usr/include/ghostscript
tar xf ghostscript-9.54.0.tar.xz
cd ghostscript-9.54.0 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.54.0 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.54.0
$(MAKE) -C ghostscript-9.54.0 so
$(MAKE) -C ghostscript-9.54.0 install
$(MAKE) -C ghostscript-9.54.0 soinstall
cd ghostscript-9.54.0 && install -v -m644 base/*.h /usr/include/ghostscript
ln -sfvn ghostscript /usr/include/ps
ln -sfvn ../ghostscript/9.52/doc /usr/share/doc/ghostscript-9.52
ln -sfvn ../ghostscript/9.54.0/doc /usr/share/doc/ghostscript-9.54.0
tar -xvf ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript --no-same-owner
tar -xvf gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript --no-same-owner
fc-cache -v /usr/share/ghostscript/fonts/
rm -rf ghostscript-9.52
rm -rf ghostscript-9.54.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment