summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-11-13 13:40:20 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-11-13 13:40:20 +0000
commitb76faef7efa89b9561acffbab163b23d0935fa16 (patch)
tree0f8b905e71f9b381f2178c782460347f447907af /app-text/ghostscript/files
parentchangelog:P (diff)
downloadgentoo-2-b76faef7efa89b9561acffbab163b23d0935fa16.tar.gz
gentoo-2-b76faef7efa89b9561acffbab163b23d0935fa16.tar.bz2
gentoo-2-b76faef7efa89b9561acffbab163b23d0935fa16.zip
changelog:P
Diffstat (limited to 'app-text/ghostscript/files')
-rw-r--r--app-text/ghostscript/files/digest-ghostscript-7.05.6-r45
-rw-r--r--app-text/ghostscript/files/gs7.05.6-gdevpx.patch12
2 files changed, 17 insertions, 0 deletions
diff --git a/app-text/ghostscript/files/digest-ghostscript-7.05.6-r4 b/app-text/ghostscript/files/digest-ghostscript-7.05.6-r4
new file mode 100644
index 000000000000..a76e8443ea4a
--- /dev/null
+++ b/app-text/ghostscript/files/digest-ghostscript-7.05.6-r4
@@ -0,0 +1,5 @@
+MD5 991cbd7bafc6917a19abf9df3ecad58e espgs-7.05.6-source.tar.bz2 5410541
+MD5 1521fab85ca3e8ce3ce781d4970e6c79 gnu-gs-fonts-std-6.0.tar.gz 1881193
+MD5 33457d3f37de7ef03d2eea05a9e6aa4f gnu-gs-fonts-other-6.0.tar.gz 796086
+MD5 a3bf430a7e21cd82401258a2ec3b8afb adobe-cmaps-200204.tar.gz 4360486
+MD5 2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz 631653
diff --git a/app-text/ghostscript/files/gs7.05.6-gdevpx.patch b/app-text/ghostscript/files/gs7.05.6-gdevpx.patch
new file mode 100644
index 000000000000..f2addea045c3
--- /dev/null
+++ b/app-text/ghostscript/files/gs7.05.6-gdevpx.patch
@@ -0,0 +1,12 @@
+--- espgs-7.05.6/src/gdevpx.c 2002-04-23 07:58:43.000000000 -0400
++++ espgs-7.05.6/src/gdevpx.c.new 2003-11-09 15:25:16.000000000 -0500
+@@ -851,8 +851,7 @@
+ px_put_s(s, (uint)pattern[i]);
+ px_put_a(s, pxaLineDashStyle);
+ if (offset != 0) {
+- px_put_rl(s, offset);
+- px_put_a(s, pxaDashOffset);
++ px_put_usa(s, (uint)offset, pxaDashOffset);
+ }
+ }
+ spputc(s, pxtSetLineDash);