- 8.15.2.
- No longer need build, krgb, pdfwrite, str1570 patches.
This commit is contained in:
parent
89973ef806
commit
d7d2317b15
@ -15,3 +15,4 @@ adobe-cmaps-200204.tar.gz
|
||||
espgs-8.15rc4-source.tar.bz2
|
||||
espgs-8.15.1-source.tar.bz2
|
||||
adobe-cmaps-200406.tar.gz
|
||||
espgs-8.15.2-source.tar.bz2
|
||||
|
@ -1,6 +1,5 @@
|
||||
diff -ruN espgs-8.15.1.orig/lib/gs_ttf.ps espgs-8.15.1/lib/gs_ttf.ps
|
||||
--- espgs-8.15.1.orig/lib/gs_ttf.ps 2005-08-12 04:57:14.000000000 +0900
|
||||
+++ espgs-8.15.1/lib/gs_ttf.ps 2006-01-26 13:28:18.000000000 +0900
|
||||
--- espgs-8.15.2/lib/gs_ttf.ps.big-cmap-post 2005-09-22 22:31:58.000000000 +0100
|
||||
+++ espgs-8.15.2/lib/gs_ttf.ps 2006-04-25 16:49:58.000000000 +0100
|
||||
@@ -261,6 +261,54 @@
|
||||
} for pop exch pop
|
||||
} bind def
|
||||
@ -146,10 +145,10 @@ diff -ruN espgs-8.15.1.orig/lib/gs_ttf.ps espgs-8.15.1/lib/gs_ttf.ps
|
||||
(OS/2) 1 index
|
||||
- (post) 1 index
|
||||
+ (post) { .readbigtable }
|
||||
(vhea) 1 index
|
||||
% Big tables
|
||||
(glyf) { .readbigtable }
|
||||
@@ -860,10 +908,17 @@
|
||||
%(vhea) 1 index
|
||||
systemdict /DEVICE .knownget { (pdfwrite) ne } {true} ifelse {
|
||||
(vhea) 1 index % better to be ignored for vertical writing in pdfwrite
|
||||
@@ -867,10 +915,17 @@
|
||||
} ifelse
|
||||
% Stack: ... /FontInfo mark key1 value1 ...
|
||||
post null ne {
|
||||
@ -171,7 +170,7 @@ diff -ruN espgs-8.15.1.orig/lib/gs_ttf.ps espgs-8.15.1/lib/gs_ttf.ps
|
||||
} if
|
||||
counttomark 0 ne { .dicttomark } { pop pop } ifelse
|
||||
/XUID [orgXUID 42 curxuid]
|
||||
@@ -922,22 +977,22 @@
|
||||
@@ -929,22 +984,22 @@
|
||||
} if
|
||||
tabdict /cmap get % bool [] i PlatID SpecID (cmap)
|
||||
dup /cmaptab exch def % temporary
|
||||
|
@ -1,11 +1,11 @@
|
||||
%define gs_ver 8.15.1
|
||||
%define gs_ver 8.15.2
|
||||
%define gs_dot_ver 8.15
|
||||
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
|
||||
Summary: A PostScript(TM) interpreter and renderer.
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 10
|
||||
Release: 2
|
||||
|
||||
License: GPL
|
||||
URL: http://www.cups.org/espgs/
|
||||
@ -16,7 +16,6 @@ Source2: adobe-cmaps-200406.tar.gz
|
||||
Source3: acro5-cmaps-2001.tar.gz
|
||||
Source4: cidfmap
|
||||
|
||||
Patch1: ghostscript-build.patch
|
||||
Patch2: ghostscript-gtk2.patch
|
||||
Patch3: ghostscript-scripts.patch
|
||||
Patch4: ghostscript-ps2epsi.patch
|
||||
@ -26,9 +25,6 @@ Patch7: ghostscript-noopt.patch
|
||||
Patch8: ghostscript-use-external-freetype.patch
|
||||
Patch9: ghostscript-split-font-configuration.patch
|
||||
Patch10: ghostscript-big-cmap-post.patch
|
||||
Patch11: ghostscript-krgb.patch
|
||||
Patch12: espgs-pdfwrite.patch
|
||||
Patch13: espgs-str1570.patch
|
||||
|
||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||
BuildRequires: libjpeg-devel, libXt-devel
|
||||
@ -83,7 +79,6 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||
%setup -q -n espgs-%{gs_ver}%{?gs_rc:%gs_rc}
|
||||
|
||||
# Make it build.
|
||||
%patch1 -p1 -b .build
|
||||
%patch2 -p1 -b .gtk2
|
||||
|
||||
# Fix some shell scripts
|
||||
@ -109,15 +104,6 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||
# Support reading a big cmap/post table from a TrueType font.
|
||||
%patch10 -p1 -b .big-cmap-post
|
||||
|
||||
# Updated KRGB patch for gdevijs.
|
||||
%patch11 -p1 -b .krgb
|
||||
|
||||
# Fix pdfwrite (bug #187834).
|
||||
%patch12 -p1 -b .pdfwrite
|
||||
|
||||
# Fix emacs interaction (bug #189321, STR #1570).
|
||||
%patch13 -p0 -b .str1570
|
||||
|
||||
# Convert manual pages to UTF-8
|
||||
from8859_1() {
|
||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||
@ -275,8 +261,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/ijs/*
|
||||
%{_bindir}/ijs-config
|
||||
%{_libdir}/libijs.*a
|
||||
%{_libdir}/pkgconfig/ijs.pc
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-2
|
||||
- 8.15.2.
|
||||
- No longer need build, krgb, pdfwrite, str1570 patches.
|
||||
|
||||
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-10
|
||||
- Fix emacs interaction (bug #189321, STR #1570).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user