Package: popplerkit.framework / 0.0.20051227svn-16

Metadata

Package Version Patches format
popplerkit.framework 0.0.20051227svn-16 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
etoile.patch | (download)

bindings/GNUmakefile | 8 8 + 0 - 0 !
bindings/poppler.cc | 2 2 + 0 - 0 !
bindings/poppler_cairo_img_renderer.cc | 19 19 + 0 - 0 !
bindings/poppler_page.cc | 13 13 + 0 - 0 !
bindings/poppler_splash_renderer.cc | 31 30 + 1 - 0 !
bindings/poppler_text.cc | 11 9 + 2 - 0 !
config.sh | 41 33 + 8 - 0 !
7 files changed, 114 insertions(+), 11 deletions(-)

 add support for poppler/0.5; fix linking.
 Additional patches from toil:
  - Fix distorted colours in splash renderer
  - Add missing check for fontconfig
poppler06.patch | (download)

bindings/GNUmakefile | 4 4 + 0 - 0 !
bindings/poppler.cc | 8 6 + 2 - 0 !
bindings/poppler_page.cc | 10 4 + 6 - 0 !
bindings/poppler_splash_renderer.cc | 18 9 + 9 - 0 !
bindings/poppler_text.cc | 12 9 + 3 - 0 !
config.sh | 7 7 + 0 - 0 !
6 files changed, 39 insertions(+), 20 deletions(-)

 add support poppler 0.6.
C++ compilation.patch | (download)

bindings/GNUmakefile | 25 11 + 14 - 0 !
1 file changed, 11 insertions(+), 14 deletions(-)

 use c++ gnustep make variables for c++ compilation.
poppler020.patch | (download)

bindings/GNUmakefile | 4 4 + 0 - 0 !
bindings/poppler_splash_renderer.cc | 17 13 + 4 - 0 !
bindings/poppler_text.cc | 18 14 + 4 - 0 !
config.sh | 5 5 + 0 - 0 !
4 files changed, 36 insertions(+), 8 deletions(-)

 support poppler 0.20
 Add version 0.20 detection to config.sh
 startDoc now takes a PDFDoc not its XRef
 findText no longer takes a Catalog argument
 TextOutputDev now takes a wholeWord argument
build_poppler71.patch | (download)

bindings/poppler_cairo_img_renderer.cc | 4 2 + 2 - 0 !
bindings/poppler_splash_renderer.cc | 10 5 + 5 - 0 !
bindings/poppler_text.cc | 8 4 + 4 - 0 !
3 files changed, 11 insertions(+), 11 deletions(-)

 fix the build with poppler 0.71.
build_poppler85.patch | (download)

bindings/GNUmakefile | 4 4 + 0 - 0 !
bindings/poppler.cc | 2 2 + 0 - 0 !
config.sh | 5 5 + 0 - 0 !
3 files changed, 11 insertions(+)

 fix build with poppler 0.85
build_poppler107.patch | (download)

config.sh | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix build with removed poppler-splash.
poppler2206.patch | (download)

bindings/poppler_document.cc | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix build for poppler 22.06
debian fonts.patch | (download)

GNUmakefile | 3 0 + 3 - 0 !
PopplerFontManager.m | 28 14 + 14 - 0 !
2 files changed, 14 insertions(+), 17 deletions(-)

 use fonts provided by the fonts-urw-base35 package.
Bug-Debian: https://bugs.debian.org/1035862
poppler2404.patch | (download)

config.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build with c++20
 Fix build after poppler switched to C++20
 https://gitlab.freedesktop.org/poppler/poppler/-/commit/d8ae3ba
cross.patch | (download)

config.sh | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix ftcbfs.
Bug-Debian: https://bugs.debian.org/1093994
poppler2502.patch | (download)

bindings/GNUmakefile | 14 9 + 5 - 0 !
bindings/poppler.cc | 2 2 + 0 - 0 !
config.sh | 5 5 + 0 - 0 !
3 files changed, 16 insertions(+), 5 deletions(-)

 fix rdeps' abort with poppler >= 25.02.
 Also use correct variable bindings_CPPFLAGS throughout the makefile.