Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (b1b520ebc43abca8e54871770c55fcb5f371edcc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (b1b520ebc43abca8e54871770c55fcb5f371edcc)
  • Date: Fri, 9 Nov 2018 20:22:29 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

doc/mupdf/BUILD | 4 ++++
doc/mupdf/DEPENDS | 9 +++++++--
doc/mupdf/HISTORY | 3 +++
3 files changed, 14 insertions(+), 2 deletions(-)

New commits:
commit b1b520ebc43abca8e54871770c55fcb5f371edcc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mupdf: corrected build for mupdf-gl

diff --git a/doc/mupdf/BUILD b/doc/mupdf/BUILD
index f29510f..ca5aeac 100755
--- a/doc/mupdf/BUILD
+++ b/doc/mupdf/BUILD
@@ -1 +1,5 @@
+if is_depends_enabled ${SPELL} $(get_spell_provider ${SPELL} OPENGL); then
+ LDFLAGS="-lglfw -lGL ${LDFLAGS}"
+fi &&
+
CFLAGS= LIBS= make XCFLAGS="$CFLAGS" XLIBS="$LDFLAGS" ${OPTS} build=release
verbose=yes
diff --git a/doc/mupdf/DEPENDS b/doc/mupdf/DEPENDS
index 1738e92..fb685a9 100755
--- a/doc/mupdf/DEPENDS
+++ b/doc/mupdf/DEPENDS
@@ -17,7 +17,12 @@ optional_depends curl \
"HAVE_CURL=no" \
"for progressive loading support" &&

-optional_depends glfw \
+optional_depends OPENGL \
"HAVE_GLFW=yes" \
"HAVE_GLFW=no" \
- "for OpenGL-based viewer"
+ "for OpenGL-based viewer" &&
+
+if is_depends_enabled ${SPELL} $(get_spell_provider ${SPELL} OPENGL); then
+ depends GLUT &&
+ depends glfw
+fi
diff --git a/doc/mupdf/HISTORY b/doc/mupdf/HISTORY
index 52a76ea..28773d0 100644
--- a/doc/mupdf/HISTORY
+++ b/doc/mupdf/HISTORY
@@ -1,3 +1,6 @@
+2018-11-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS: corrected build for mupdf-gl
+
2016-10-01 Vlad Glagolev <stealth AT sourcemage.org>
* UP_TRIGGERS: added, to rebuild spells depending on mupdf static libs




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (b1b520ebc43abca8e54871770c55fcb5f371edcc), Vlad Glagolev, 11/09/2018

Archive powered by MHonArc 2.6.24.

Top of Page