summaryrefslogtreecommitdiff
path: root/converters/psiconv/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-19 20:08:51 +0000
committerwiz <wiz>2001-12-19 20:08:51 +0000
commitfd1dd829350719ae243476aaa5acf89ed3e33985 (patch)
tree80f6b6da29a66ec1e554c94eab7197a557c1c2cc /converters/psiconv/patches
parentc0cf9ff1fdc826197f8a78bba21abe219075488f (diff)
downloadpkgsrc-fd1dd829350719ae243476aaa5acf89ed3e33985.tar.gz
Update to 0.8.2. Fixes bulk build failure.
Changes since 0.6.1: 0.8.2 200002?? Basic sheet support in library Added autogen.sh autoconf-2.50, automake-1.4-p4 0.8.1 20000110 New enum screenfont_t New program rewrite in extra Added psiconv_empty_* functions Fixed a few minor generation bugs 0.8.0 20001228 Fixed style inheritance from Normal Fixed warnings in layouts Added generation routines to libpsiconv Upgraded documentation to version 2.6 Fixed several minor parse-related issues 0.7.1 20001218 Maintenance release to be used with Abiword. Set proper interline defaults. 0.7.0 20001215 Made libpsiconv C++ compatible. general.h is now installed properly (oops...) Revamped package directory structure and files. Include files contain now the correct paths. Fixed a nasty typo; larger files should now work. It seems psiconv_verbosity was never defined. Added message printing hook for applications to capture. All result codes are now tested, library is much more robust. Some internal data fields have been renamed. 0.6.2 20001021 ImageMagick 5 now works. I hope.
Diffstat (limited to 'converters/psiconv/patches')
-rw-r--r--converters/psiconv/patches/patch-aa20
-rw-r--r--converters/psiconv/patches/patch-ab11
-rw-r--r--converters/psiconv/patches/patch-ac20
-rw-r--r--converters/psiconv/patches/patch-ad42
4 files changed, 40 insertions, 53 deletions
diff --git a/converters/psiconv/patches/patch-aa b/converters/psiconv/patches/patch-aa
index 9bdf0a4f3f0..54f519a266b 100644
--- a/converters/psiconv/patches/patch-aa
+++ b/converters/psiconv/patches/patch-aa
@@ -1,11 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $
+$NetBSD: patch-aa,v 1.2 2001/12/19 20:08:51 wiz Exp $
---- ./compat/Makefile.in.orig Sun Dec 5 06:42:06 1999
-+++ ./compat/Makefile.in Mon Dec 6 10:00:29 1999
-@@ -101,5 +101,5 @@
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
--LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -rpath $(PREFIX)/lib
- DIST_COMMON = Makefile.am Makefile.in getopt.c getopt1.c strdup.c
+--- Makefile.in.orig Mon Jul 16 19:53:54 2001
++++ Makefile.in
+@@ -80,7 +80,7 @@
+ VERSION = @VERSION@
+ cflags_set = @cflags_set@
+-SUBDIRS = compat lib program formats extra docs
++SUBDIRS = compat lib program extra docs
+ EXTRA_DIST = autogen.sh
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/converters/psiconv/patches/patch-ab b/converters/psiconv/patches/patch-ab
index 613c03ca844..4fcec8debc5 100644
--- a/converters/psiconv/patches/patch-ab
+++ b/converters/psiconv/patches/patch-ab
@@ -1,7 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $
+$NetBSD: patch-ab,v 1.2 2001/12/19 20:08:51 wiz Exp $
---- ./Makefile.am.orig Wed Oct 27 23:03:37 1999
-+++ ./Makefile.am Mon Dec 6 10:02:34 1999
-@@ -1 +1 @@
--SUBDIRS = compat lib psiconv formats docs
+--- Makefile.am.orig Sun Jun 17 20:52:33 2001
++++ Makefile.am
+@@ -1,2 +1,2 @@
+-SUBDIRS = compat lib program formats extra docs
+SUBDIRS = compat lib psiconv docs
+ EXTRA_DIST=autogen.sh
diff --git a/converters/psiconv/patches/patch-ac b/converters/psiconv/patches/patch-ac
index 0fa5691def0..c8e3ed7a532 100644
--- a/converters/psiconv/patches/patch-ac
+++ b/converters/psiconv/patches/patch-ac
@@ -1,11 +1,13 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/12/06 01:58:07 sakamoto Exp $
+$NetBSD: patch-ac,v 1.2 2001/12/19 20:08:51 wiz Exp $
---- ./Makefile.in.orig Sun Dec 5 06:42:04 1999
-+++ ./Makefile.in Mon Dec 6 10:02:40 1999
-@@ -78,5 +78,5 @@
- cflags_set = @cflags_set@
+--- compat/Makefile.in.orig Mon Jul 16 19:53:56 2001
++++ compat/Makefile.in
+@@ -103,7 +103,7 @@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -rpath $(PREFIX)/lib
+ DIST_COMMON = Makefile.am Makefile.in strdup.c
+
--SUBDIRS = compat lib psiconv formats docs
-+SUBDIRS = compat lib psiconv docs
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/converters/psiconv/patches/patch-ad b/converters/psiconv/patches/patch-ad
index f459eab0be1..219a884ea93 100644
--- a/converters/psiconv/patches/patch-ad
+++ b/converters/psiconv/patches/patch-ad
@@ -1,31 +1,13 @@
-$NetBSD: patch-ad,v 1.2 2000/08/30 16:13:13 sakamoto Exp $
+$NetBSD: patch-ad,v 1.3 2001/12/19 20:08:51 wiz Exp $
---- psiconv/gen_image.c.orig Sat Dec 4 09:46:15 1999
-+++ psiconv/gen_image.c Sat Jul 8 18:49:11 2000
-@@ -33,8 +33,24 @@
- static Image *get_paint_data_section(psiconv_paint_data_section sec)
- {
- Image *image;
-- image = CreateImage(sec->xsize,sec->ysize,sec->red,sec->green,
-- sec->blue,NULL);
-+ float *pixel, *p, *red, *green, *blue;
-+ int x,y;
-+ ExceptionInfo exception;
-+
-+ red = sec->red;
-+ green = sec->green;
-+ blue = sec->blue;
-+ p = pixel = malloc(sec->xsize * sec->ysize * 3 * sizeof(float));
-+ for (y = 0; y < sec->ysize; y++) {
-+ for (x = 0; x < sec->xsize; x++) {
-+ *p++ = *red++;
-+ *p++ = *green++;
-+ *p++ = *blue++;
-+ }
-+ }
-+ image = ConstituteImage(sec->xsize,sec->ysize,"RGB",FloatPixel,pixel,&exception);
-+ free(pixel);
-+
- return image;
- }
-
+--- program/psiconv/gen_image.c.orig Sat Jun 30 15:35:24 2001
++++ program/psiconv/gen_image.c
+@@ -221,7 +221,7 @@
+ ff.output = psiconv_gen_image;
+ for (mi = GetMagickFileList(); mi ; mi = mi->next) {
+ if (mi->encoder) {
+- ff.name = strdup(mi->tag);
++ ff.name = strdup(mi->name);
+ ff.description = strdup(mi->description);
+ psiconv_list_add(fileformat_list,&ff);
+ }