SF.net SVN: gar:[23647] csw/mgar/pkg/ghostscript/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Sun May 18 14:53:45 CEST 2014
Revision: 23647
http://sourceforge.net/p/gar/code/23647
Author: lblume
Date: 2014-05-18 12:53:43 +0000 (Sun, 18 May 2014)
Log Message:
-----------
ghostscript/trunk: Bump to 9.14; switch to GCC4; disable old workarounds
Modified Paths:
--------------
csw/mgar/pkg/ghostscript/trunk/Makefile
csw/mgar/pkg/ghostscript/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/ghostscript/trunk/files/map.ghostscript
Modified: csw/mgar/pkg/ghostscript/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/Makefile 2014-05-18 12:48:41 UTC (rev 23646)
+++ csw/mgar/pkg/ghostscript/trunk/Makefile 2014-05-18 12:53:43 UTC (rev 23647)
@@ -1,26 +1,28 @@
# $Id$
NAME = ghostscript
-VERSION = 9.07
+VERSION = 9.14
GARTYPE = v2
DESCRIPTION = PostScript and PDF interpreter
define BLURB
endef
-MASTER_SITES = $(SF_MIRRORS)
-DISTFILES = $(NAME)-$(VERSION).tar.bz2
+MASTER_SITES = http://downloads.ghostscript.com/public/
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTFILES += map.ghostscript
# See for details https://www.opencsw.org/mantis/view.php?id=4913
-PATCHFILES += 0001-Use-ksh-and-GNU-sed-as-reported-in-4913.patch
+#PATCHFILES += 0001-Use-ksh-and-GNU-sed-as-reported-in-4913.patch
VENDOR_URL = http://www.ghostscript.com
LICENSE = LICENSE
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=
-UPSTREAM_USE_SF = 1
+GARCOMPILER = GCC4
+LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.ghostscript)"
+
# Many more missing
BUILD_DEP_PKGS += CSWlibpng-dev
BUILD_DEP_PKGS += CSWlibz-dev
@@ -28,7 +30,7 @@
BUILD_DEP_PKGS += CSWlibfreetype-dev
BUILD_DEP_PKGS += CSWcups-dev
BUILD_DEP_PKGS += CSWlibjbig2dec-dev
-BUILD_DEP_PKGS += CSWfconfig-dev
+BUILD_DEP_PKGS += CSWfontconfig-dev
BUILD_DEP_PKGS += CSWlibjpeg-dev
BUILD_DEP_PKGS += CSWlibpaper-dev
BUILD_DEP_PKGS += CSWlibcairo2
@@ -133,6 +135,7 @@
CONFIGURE_ARGS += --with-fontpath=$(datadir)/ghostscript/fonts
CONFIGURE_ARGS += --enable-cups
CONFIGURE_ARGS += --with-install-cups
+CONFIGURE_ARGS += --with-system-libtiff
# pentium_pro does not have SSE2 and the detection does not work
CONFIGURE_ARGS-32-i386 += --disable-sse2
@@ -155,11 +158,11 @@
@# https://bugzilla.redhat.com/show_bug.cgi?id=912307
@# http://list-archives.org/2013/02/14/gs-devel-ghostscript-com/ghostscript-9-07-and-ghostpdl-9-07/f/6061272699
#rm -rf $(WORKSRC)/lcms2
- rm -rf $(WORKSRC)/zlib
- rm -rf $(WORKSRC)/jpeg
- rm -rf $(WORKSRC)/tiff
- rm -rf $(WORKSRC)/jbig2dec
- rm -rf $(WORKSRC)/libpng
- rm -rf $(WORKSRC)/freetype
+ #rm -rf $(WORKSRC)/zlib
+ #rm -rf $(WORKSRC)/jpeg
+ #rm -rf $(WORKSRC)/tiff
+ #rm -rf $(WORKSRC)/jbig2dec
+ #rm -rf $(WORKSRC)/libpng
+ #rm -rf $(WORKSRC)/freetype
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/ghostscript/trunk/checksums
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/checksums 2014-05-18 12:48:41 UTC (rev 23646)
+++ csw/mgar/pkg/ghostscript/trunk/checksums 2014-05-18 12:53:43 UTC (rev 23647)
@@ -1 +1 @@
-eea27befc1e85bef6d4768202f6b03a5 ghostscript-9.07.tar.bz2
+586494befb443363338c1b6379f13973 ghostscript-9.14.tar.gz
Added: csw/mgar/pkg/ghostscript/trunk/files/map.ghostscript
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/map.ghostscript (rev 0)
+++ csw/mgar/pkg/ghostscript/trunk/files/map.ghostscript 2014-05-18 12:53:43 UTC (rev 23647)
@@ -0,0 +1 @@
+libc.so - SUNW_1.22.5 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.5;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list