summaryrefslogtreecommitdiff
path: root/print/scribus/patches/patch-ag
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-03-31 19:15:23 +0000
committerdrochner <drochner@pkgsrc.org>2005-03-31 19:15:23 +0000
commit93c1b255025cbbb179a9ed3c3bb2e82f072c638a (patch)
treec46fb61f3a5f83cf34c29200ab1129d8eb89d86d /print/scribus/patches/patch-ag
parent674d0848653e7c380ee3bd07bb4c570157f9732e (diff)
downloadpkgsrc-93c1b255025cbbb179a9ed3c3bb2e82f072c638a.tar.gz
update to 1.2.1
changes: -new import/export features -python scripter additions (not enabled in pkgsrc yet) -rendering speed improvements -bugfixes -more UI translations note: scribus is able to trigger bugs in older ghostscript versions, appearently due a too high number of colors used. As a workaround, it worked for me (drochner) to delete unused colors from the palette before invoking print preview. afpl-ghostscript-8.50 works fine, but there is no pkg for (yet).
Diffstat (limited to 'print/scribus/patches/patch-ag')
-rw-r--r--print/scribus/patches/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/scribus/patches/patch-ag b/print/scribus/patches/patch-ag
new file mode 100644
index 00000000000..f8f069929f3
--- /dev/null
+++ b/print/scribus/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/03/31 19:15:23 drochner Exp $
+
+--- ./scribus/plugins/gettext/sxwim/ioapi.h.orig 2005-03-10 17:40:13.000000000 +0100
++++ ./scribus/plugins/gettext/sxwim/ioapi.h
+@@ -39,6 +39,7 @@
+ extern "C" {
+ #endif
+
++#define OF(x) x
+ typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
+ typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
+ typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));