Browse Source

* updated ghostscript (8.15.2 -> 8.15.4)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20499 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
79f8f96e6c
  1. 6
      graphic/ghostscript/ghostscript.desc
  2. 25
      graphic/ghostscript/no_gtk.diff

6
graphic/ghostscript/ghostscript.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../ghostscript/ghostscript.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -31,9 +31,9 @@
[L] OpenSource
[S] Stable
[V] 8.15.2
[V] 8.15.4
[P] X -----5---9 142.700
[D] 357943687 espgs-8.15.2-source.tar.bz2 http://ftp.easysw.com/pub/ghostscript/8.15.2/
[D] 853758805 espgs-8.15.4-source.tar.bz2 http://ftp.easysw.com/pub/ghostscript/8.15.4/
[F] NOPARALLEL FPIC-QUIRK

25
graphic/ghostscript/no_gtk.diff

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../ghostscript/no_gtk.diff
# Filename: package/.../ghostscript/no_gtk.diff
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -12,12 +13,12 @@
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
Only build the Gtk+ binary when gtk-12 is around.
--- espgs-8.15.2/src/unix-dll.mak.vanilla 2006-07-20 19:31:55.000000000 +0200
+++ espgs-8.15.2/src/unix-dll.mak 2006-07-20 19:33:23.000000000 +0200
--- ./src/unix-dll.mak.orig 2006-09-28 13:54:45.000000000 -0400
+++ ./src/unix-dll.mak 2007-03-17 19:15:57.000000000 -0400
@@ -87,7 +87,7 @@
# Normal shared object
@ -28,10 +29,10 @@ Only build the Gtk+ binary when gtk-12 is around.
# Debug shared object
# Note that this is in the same directory as the normal shared
@@ -103,7 +103,6 @@
-mkdir -p $(bindir)
-mkdir -p $(libdir)
$(INSTALL_PROGRAM) $(GSSOC) $(bindir)/$(GSSOC_XENAME)
- $(INSTALL_PROGRAM) $(GSSOX) $(bindir)/$(GSSOX_XENAME)
$(INSTALL_PROGRAM) $(BINDIR)/$(SOBINRELDIR)/$(GS_SONAME_MAJOR_MINOR) $(libdir)/$(GS_SONAME_MAJOR_MINOR)
$(RM_) $(libdir)/$(GS_SONAME)
ln -s $(GS_SONAME_MAJOR_MINOR) $(libdir)/$(GS_SONAME)
-mkdir -p $(install_prefix)$(bindir)
-mkdir -p $(install_prefix)$(libdir)
$(INSTALL_PROGRAM) $(GSSOC) $(install_prefix)$(bindir)/$(GSSOC_XENAME)
- $(INSTALL_PROGRAM) $(GSSOX) $(install_prefix)$(bindir)/$(GSSOX_XENAME)
$(INSTALL_PROGRAM) $(BINDIR)/$(SOBINRELDIR)/$(GS_SONAME_MAJOR_MINOR) $(install_prefix)$(libdir)/$(GS_SONAME_MAJOR_MINOR)
$(RM_) $(install_prefix)$(libdir)/$(GS_SONAME)
ln -s $(GS_SONAME_MAJOR_MINOR) $(install_prefix)$(libdir)/$(GS_SONAME)

Loading…
Cancel
Save