Bug#983724: openboard: FTBFS with new poppler (experimental) [PATCH]

Gianfranco Costamagna locutusofborg at debian.org
Sun Feb 28 21:03:54 GMT 2021


Source: openboard
Version: 1.5.4+dfsg1-2
Severity: important
tags: patch

Hello, new poppler removed the splash pkgconfig file, so now the package FTBFS without it.

The following patch seems to make it build correctly

--- openboard-1.5.4+dfsg1/debian/patches/new-poppler-build-fix.patch	1970-01-01 00:00:00.000000000 +0000
+++ openboard-1.5.4+dfsg1/debian/patches/new-poppler-build-fix.patch	2021-02-28 15:42:52.000000000 +0000
@@ -0,0 +1,15 @@
+Description: Fix build with new poppler without splash anymore
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+Last-Update: 2021-02-28
+
+--- openboard-1.5.4+dfsg1.orig/libs.pri
++++ openboard-1.5.4+dfsg1/libs.pri
+@@ -3,7 +3,7 @@ THIRD_PARTY_PATH="../OpenBoard-ThirdPart
+ linux {
+     CONFIG += link_pkgconfig
+     PKGCONFIG += poppler
+-    PKGCONFIG += poppler-splash
++    # PKGCONFIG += poppler-splash
+     PKGCONFIG += freetype2
+ 
+     # Find different versions of quazip
diff -Nru openboard-1.5.4+dfsg1/debian/patches/series openboard-1.5.4+dfsg1/debian/patches/series
--- openboard-1.5.4+dfsg1/debian/patches/series	2020-12-19 12:57:11.000000000 +0000
+++ openboard-1.5.4+dfsg1/debian/patches/series	2021-02-28 15:42:36.000000000 +0000
@@ -15,3 +15,4 @@
 1008_fix-bashism-in-podcast-pri.patch
 2009_no-or-updated-font-credits.patch
 1009_various-typo-fixes.patch
+new-poppler-build-fix.patch

Please apply it an consider upstreaming it if possible.
Note: I didn't check if the patch works also for the current poppler in sid or not (but I guess it works)

Gianfranco



More information about the Debian-edu-pkg-team mailing list