* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
* contrib/hbhpdf/3rd/libhpdf/libhpdf.dif
+ contrib/hbhpdf/3rd/libhpdf/hpdf3dme.h
+ contrib/hbhpdf/3rd/libhpdf/hpdf3dme.c
+ contrib/hbhpdf/3rd/libhpdf/hpdfencu.c
+ contrib/hbhpdf/3rd/libhpdf/hpdfexda.h
+ contrib/hbhpdf/3rd/libhpdf/hpdfexda.c
+ contrib/hbhpdf/3rd/libhpdf/hpdfimac.c
+ contrib/hbhpdf/3rd/libhpdf/t4.h
* contrib/hbhpdf/3rd/libhpdf/*
+ libharu 2.2.1 -> 2.3.0RC2
updated to latest RC2 because I may also need it and
the project is pretty much dead these days, so it might
take a while to decide on a release. (plus I submitted
pull request for warnings and report about more warnings)
beware of bugs and if you find any, report to libharu
developers. most important new stuff is partial unicode
(1-2 bytes UTF8) and PDF/A support. it also incorporates
our png patch, so local patching is minimal now.
; TODO: add hbhpdf wrappers for new functions not yet covered.
34 lines
884 B
Plaintext
34 lines
884 B
Plaintext
diff -urN libhpdf-rc2.orig\hpdf.h libhpdf-rc2\hpdf.h
|
|
--- libhpdf-rc2.orig\hpdf.h Wed Apr 04 21:40:06 2012
|
|
+++ libhpdf-rc2\hpdf.h Wed Apr 04 21:40:06 2012
|
|
@@ -17,7 +17,7 @@
|
|
#ifndef _HPDF_H
|
|
#define _HPDF_H
|
|
|
|
-#include "hpdf_config.h"
|
|
+#include "hpdfcfg.h"
|
|
#include "hpdfvers.h"
|
|
|
|
#define HPDF_UNUSED(a) ((void)(a))
|
|
@@ -487,7 +487,7 @@
|
|
const char *uri);
|
|
|
|
|
|
-HPDF_Annotation
|
|
+HPDF_EXPORT(HPDF_Annotation)
|
|
HPDF_Page_CreateTextMarkupAnnot (HPDF_Page page,
|
|
HPDF_Rect rect,
|
|
const char *text,
|
|
diff -urN libhpdf-rc2.orig\hpdfutil.h libhpdf-rc2\hpdfutil.h
|
|
--- libhpdf-rc2.orig\hpdfutil.h Wed Apr 04 21:40:06 2012
|
|
+++ libhpdf-rc2\hpdfutil.h Wed Apr 04 21:40:06 2012
|
|
@@ -18,7 +18,7 @@
|
|
#ifndef _HPDF_UTILS_H
|
|
#define _HPDF_UTILS_H
|
|
|
|
-#include "hpdf_config.h"
|
|
+#include "hpdfcfg.h"
|
|
#include "hpdftype.h"
|
|
|
|
#ifdef __cplusplus
|