diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2009-03-28 20:05:52 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-03-28 20:05:52 +0000 |
| commit | b5a670a4ad85266e8417a94d2ae0015b3d7ad618 (patch) | |
| tree | fe675e097ec9354acd3bf2fcd266227749b366e7 /print/ghostscript8/files/patch-src-gdevvglb.c | |
| parent | Update to Wine 1.1.18. Among others, this includes the following changes: (diff) | |
Update to 8.64. Changes include:
- Improvements to overprint and spot color support in documents with
transparency, improvements to PDF and PS output, proper handling of
PDF-specific text rendering modes and support for reading
AES-encrypted PDF documents.
- Improved handling of CJK text, especially in vertical writing modes.
- Improved memory footprint processing some files at high resolution.
- The handling of color spaces has been moved from PostScript code to
C.
- A number of the included printer drivers and cups wrappers have been
updated to support a PDF-based workflow. Also fixed are several
long-standing bugs in the pcl drivers with respect to duplex,
resolution and paper tray selection.
Diffstat (limited to '')
| -rw-r--r-- | print/ghostscript8/files/patch-base-gdevvglb.c (renamed from print/ghostscript8/files/patch-src-gdevvglb.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/files/patch-src-gdevvglb.c b/print/ghostscript8/files/patch-base-gdevvglb.c index a14739678e92..a67ad581daf5 100644 --- a/print/ghostscript8/files/patch-src-gdevvglb.c +++ b/print/ghostscript8/files/patch-base-gdevvglb.c @@ -1,5 +1,5 @@ ---- src/gdevvglb.c.orig Tue Sep 25 22:31:24 2007 -+++ src/gdevvglb.c Sat Nov 24 23:00:49 2007 +--- base/gdevvglb.c.orig Tue Sep 25 22:31:24 2007 ++++ base/gdevvglb.c Sat Nov 24 23:00:49 2007 @@ -149,10 +149,13 @@ } |
