Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (672b0378f88f3f7019992b18de554b4f37327e51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (672b0378f88f3f7019992b18de554b4f37327e51)
  • Date: Fri, 9 Jul 2021 16:35:17 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics-libs/poppler/DEPENDS | 1 +
graphics-libs/poppler/HISTORY | 4 ++++
2 files changed, 5 insertions(+)

New commits:
commit 672b0378f88f3f7019992b18de554b4f37327e51
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

poppler: Optionally depends on boost

Need to disable if no boost otherwise compile fails:
-- Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at
least version "1.58.0")
CMake Error at CMakeLists.txt:192 (message):
-- Boost recommended for Splash. Use ENABLE_BOOST=OFF to skip.

diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index 8feb3fd..a316c5a 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -3,6 +3,7 @@ depends libxml2 &&
depends freetype2 &&
depends fontconfig &&
depends poppler-data &&
+optional_depends boost -DENABLE_BOOST={ON,OFF} 'for Splash support' &&
optional_depends curl -DENABLE_LIBCURL={ON,OFF} 'HTTP support' &&
optional_depends glib2 '' '' 'GLib support' &&
optional_depends gobject-introspection '' '' 'introspection support' &&
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 6cdae1b..e31fd68 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,7 @@
+2021-07-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on boost
+ Need to disable if no boost otherwise compile fails
+
2021-07-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 21.07.0




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (672b0378f88f3f7019992b18de554b4f37327e51), Eric Sandall, 07/09/2021

Archive powered by MHonArc 2.6.24.

Top of Page