Your message dated Tue, 8 Feb 2022 09:54:05 -0500
with message-id
<CAD+GYvxcF7waAVkQMQ4N=h3ykf6bfkymi-qalafv3pds8hn...@mail.gmail.com>
and subject line Re: openboard: FTBFS with new poppler (experimental) [PATCH]
has caused the Debian Bug report #983724,
regarding openboard: FTBFS with new poppler (experimental) [PATCH]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
983724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983724
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
+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
--- End Message ---
--- Begin Message ---
Version: 1.6.1+dfsg1-1
--- End Message ---