[Lunar-commits] <moonbase> ghostscript: version bumped to 9.00.

Florin Braescu florin at lunar-linux.org
Sat Sep 18 08:30:37 CEST 2010


commit 8dcd7d0622e6aa771a30b2dce5a7ee257259e0a2
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Sep 18 09:30:37 2010 +0300

    ghostscript: version bumped to 9.00.
    
    Changes:
    This release includes a move to an ICC-based color rendering workflow.
    The glyph rendering for all font types except Type 3 is now handled by
    Freetype.
    The Postscript interpreter's graphics state now stores two separate
    colour space settings for stroking and filling, to better support the
    stroke and fill colours required by the PDF interpreter.
    Support for optional content has been added to the PDF interpreter.
    It includes a number of improvements to the pdfwrite device to improve
    reliability and quality with PCL and XPS input.
    For security reasons, Ghostscript no longer searches the current
    directory by default. Use -P option to revert to old behavior.
---
 printer/ghostscript/BUILD   |    4 +++-
 printer/ghostscript/DETAILS |   13 ++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 6b2e34c..be31ed4 100644
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -2,6 +2,8 @@
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
 
+  ./autogen.sh  &&
+
   if module_installed libpaper ; then
      sedit "s:lpaper:llibpaper:g" configure
   fi  &&
@@ -9,7 +11,7 @@
   if module_installed jasper ; then
      rm -fr jasper
   fi  &&
-  
+
   export CFLAGS="$CFLAGS -fPIC"
 
   default_build  &&
diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS
index 1320186..c2581b8 100644
--- a/printer/ghostscript/DETAILS
+++ b/printer/ghostscript/DETAILS
@@ -1,16 +1,15 @@
           MODULE=ghostscript
-         VERSION=8.71.1
-          SOURCE=gnu-$MODULE-$VERSION.tar.bz2
+         VERSION=9.00
+          SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=$MODULE-8.64-jasper.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnu-$MODULE-$VERSION
-   SOURCE_URL[0]=http://ftp.gnu.org/gnu/$MODULE
-   SOURCE_URL[1]=$SFORGE_URL/$MODULE
+   SOURCE_URL[0]=$SFORGE_URL/$MODULE
+   SOURCE_URL[1]=http://ftp.gnu.org/gnu/$MODULE
      SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:4f960b0b509cfb893be677fe04381899ae9dc709
+      SOURCE_VFY=sha1:0ef940b65fba776e7b00a23bd21b0483a45db31e
      SOURCE2_VFY=sha1:c2f6599d0d3e6c8a554ebb82e32b519184206ce2
         WEB_SITE=http://www.ghostscript.com
          ENTERED=20041116
-         UPDATED=20100912
+         UPDATED=20100918
            PSAFE=no
            SHORT="GPL ghostscript"
 


More information about the Lunar-commits mailing list