[Debian GNUstep maintainers] Bug#1012857: libpopplerkit0: Please update for Poppler 22.06
Nathan Pratta Teodosio
nathan.teodosio at canonical.com
Wed Jun 15 17:21:46 BST 2022
Package: libpopplerkit0
Severity: normal
Tags: patch
X-Debbugs-Cc: nathan.teodosio at canonical.com
Dear Maintainer,
Since Poppler 22.06 made its way into experimental, Libpopplerkit0 will need
the compatibility changes present in the attached debdiff.
-- System Information:
Debian Release: bookworm/sid
APT prefers kinetic
APT policy: (500, 'kinetic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.15.0-33-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libpopplerkit0 depends on:
pn gnustep-back0.29 <none>
ii gnustep-base-runtime 1.28.0-4build2
ii gnustep-gui-runtime 0.29.0-2build2
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.5
ii libc6 2.35-0ubuntu3
ii libfontconfig1 2.13.1-4.4ubuntu1
ii libgcc-s1 12.1.0-2ubuntu1
ii libgnustep-base1.28 1.28.0-4build2
ii libgnustep-gui0.29 0.29.0-2build2
ii libobjc4 12.1.0-2ubuntu1
pn libpoppler118 <none>
ii libstdc++6 12.1.0-2ubuntu1
libpopplerkit0 recommends no packages.
libpopplerkit0 suggests no packages.
-------------- next part --------------
diff -Nru popplerkit.framework-0.0.20051227svn/debian/changelog popplerkit.framework-0.0.20051227svn/debian/changelog
--- popplerkit.framework-0.0.20051227svn/debian/changelog 2022-02-08 11:46:16.000000000 -0300
+++ popplerkit.framework-0.0.20051227svn/debian/changelog 2022-06-15 12:33:01.000000000 -0300
@@ -1,3 +1,12 @@
+popplerkit.framework (0.0.20051227svn-8.3) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload
+
+ [ Nathan Pratta Teodosio ]
+ * Fix bild with poppler 22.06.
+
+ -- Nathan Pratta Teodosio <nathan.teodosio at canonical.com> Wed, 15 Jun 2022 12:33:01 -0300
+
popplerkit.framework (0.0.20051227svn-8.2) unstable; urgency=medium
* Non-maintainer upload
diff -Nru popplerkit.framework-0.0.20051227svn/debian/patches/poppler2206.patch popplerkit.framework-0.0.20051227svn/debian/patches/poppler2206.patch
--- popplerkit.framework-0.0.20051227svn/debian/patches/poppler2206.patch 1969-12-31 21:00:00.000000000 -0300
+++ popplerkit.framework-0.0.20051227svn/debian/patches/poppler2206.patch 2022-06-15 12:32:04.000000000 -0300
@@ -0,0 +1,15 @@
+Description: Fix build for Poppler 22.06
+Author: Nathan Pratta Teodosio <nathan.teodosio at canonical.com>
+
+--- a/bindings/poppler_document.cc 2022-06-15 12:25:10.501074922 -0300
++++ b/bindings/poppler_document.cc 2022-06-15 12:25:15.113136267 -0300
+@@ -31,8 +31,7 @@
+ return NULL;
+ }
+
+- GooString* path_g = new GooString(path);
+- PDFDoc* doc = new PDFDoc(path_g, NULL, NULL);
++ PDFDoc* doc = new PDFDoc(std::make_unique<GooString>(path));
+ return doc;
+ }
+
diff -Nru popplerkit.framework-0.0.20051227svn/debian/patches/series popplerkit.framework-0.0.20051227svn/debian/patches/series
--- popplerkit.framework-0.0.20051227svn/debian/patches/series 2022-02-08 11:46:16.000000000 -0300
+++ popplerkit.framework-0.0.20051227svn/debian/patches/series 2022-06-15 12:31:16.000000000 -0300
@@ -5,3 +5,4 @@
build_poppler71.patch
build_poppler85.patch
build_poppler107.patch
+poppler2206.patch
More information about the pkg-GNUstep-maintainers
mailing list