]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
ghostscript: Update to 9.0.5.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Feb 2012 00:53:24 +0000 (01:53 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Feb 2012 00:53:24 +0000 (01:53 +0100)
Fixes this weird debugedit problem.

ghostscript/ghostscript.nm

index f144f019c0c9ed6706f3ad9000a20e71537e30e6..08d7f5334871cce7ebba2561a401bfbfb12ba4cb 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = ghostscript
-version    = 9.04
-release    = 3
+version    = 9.05
+release    = 1
 
 groups     = Applications/Printing
 url        = http://ghostscript.com
@@ -13,33 +13,56 @@ license    = GPL
 summary    = An interpreter for the PostScript language and for PDF.
 
 description
-       Ghostscript is a package of software that provides:\
-       \
-       * An interpreter for the PostScript (TM) language, with the ability to \
-         convert PostScript language files to many raster formats, view them \
-         on displays, and print them on printers that don't have PostScript \
-         language capability built in; \
-       * An interpreter for Portable Document Format (PDF) files, with the \
-         same abilities; \
-       * The ability to convert PostScript language files to PDF (with some \
-         limitations) and vice versa; and \
-       * A set of C procedures (the Ghostscript library) that implement the \
-         graphics and filtering (data compression / decompression \
-         / conversion) capabilities that appear as primitive operations in \
-         the PostScript language and in PDF.
+       Ghostscript is a package of software that provides an interpreter
+       for the PostScript (TM) language, with the ability to convert PostScript
+       language files to many raster formats, view them on displays, and print
+       them on printers that don't have PostScript  language capability built in.
+       It also contains an interpreter for Portable Document Format (PDF) files,
+       with the same abilities and has the ability to convert PostScript
+       language files to PDF (with some limitations) and vice versa.
+       A set of C procedures (the Ghostscript library) implements the
+       graphics and filtering (data compression / decompression / conversion)
+       capabilities that appear as primitive operations in the PostScript
+       language and in PDF.
 end
 
-source_dl  =
+source_dl  = http://downloads.ghostscript.com/public/
 
 build
+       requires
+               cups-devel
+               dbus-devel
+               glib2-devel
+               libjpeg-devel
+               libtiff-devel
+               libtool
+               libxml2-devel
+               unzip
+               zlib-devel
+       end
+
+       prepare_cmds
+               rm -rvf libpng zlib jpeg jasper expat
+       end
+
+       CFLAGS += -fno-strict-aliasing
+
        configure_options += \
-               --without-omni
+               --with-ijs \
+               --enable-dynamic \
+               --with-drivers=ALL \
+               --disable-compile-inits \
+               --with-system-libtiff \
+               --with-install-cups
 
        PARALLELISMFLAGS = # Disable this
 end
 
 packages
        package %{name}
+
+       package %{name}-devel
+               template DEVEL
        end
 
        package %{name}-debuginfo