Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ff86f49e836a515cfef924cb5f8addd22ae5d4fe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ff86f49e836a515cfef924cb5f8addd22ae5d4fe)
  • Date: Fri, 15 Dec 2017 04:06:59 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

doc/mupdf/DEPENDS | 2 ++
doc/mupdf/HISTORY | 4 +++-
doc/mupdf/PRE_BUILD | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit ff86f49e836a515cfef924cb5f8addd22ae5d4fe
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

doc/mupdf: use system GLUT and lcms2

diff --git a/doc/mupdf/DEPENDS b/doc/mupdf/DEPENDS
index 1738e92..c545e4d 100755
--- a/doc/mupdf/DEPENDS
+++ b/doc/mupdf/DEPENDS
@@ -1,8 +1,10 @@
depends JPEG &&
depends openjpeg &&
depends freetype2 &&
+depends GLUT &&
depends harfbuzz &&
depends jbig2dec &&
+depends lcms2 &&
depends zlib &&
depends libxext &&
depends libx11 &&
diff --git a/doc/mupdf/HISTORY b/doc/mupdf/HISTORY
index 4e2704e..2188d65 100644
--- a/doc/mupdf/HISTORY
+++ b/doc/mupdf/HISTORY
@@ -1,5 +1,7 @@
2017-12-14 Pavel Vinogradov <public AT sourcemage.org>
- * PRE_BUILD: added fixes for missing headers & z_const alias
+ * DEPENDS: needs GLUT and lcms2
+ * PRE_BUILD: added fixes for missing headers & z_const alias,
+ freeglut and lcms2 directories should be removed as well

2017-12-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.12.0
diff --git a/doc/mupdf/PRE_BUILD b/doc/mupdf/PRE_BUILD
index 333aeb9..134f85e 100755
--- a/doc/mupdf/PRE_BUILD
+++ b/doc/mupdf/PRE_BUILD
@@ -5,7 +5,7 @@ sedit "/OPJ_STATIC$/d" source/fitz/load-jpx.c &&
sedit "s:-DOPJ_STATIC::" Makethird &&
patch -p1 < "${SPELL_DIRECTORY}/mupdf-${VERSION}-shared_libs-1.patch" &&

-rm -rf thirdparty/{curl,freetype,harfbuzz,glfw,jbig2dec,jpeg,libjpeg,zlib} &&
+rm -rf
thirdparty/{curl,freeglut,freetype,harfbuzz,glfw,jbig2dec,jpeg,lcms2,libjpeg,zlib}
&&

# building against older system OpenJPEG library is unsupported
if spell_ok openjpeg && ! is_version_less $(installed_version openjpeg) 2.0;
then



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ff86f49e836a515cfef924cb5f8addd22ae5d4fe), Pavel Vinogradov, 12/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page