Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f17ec37abfde09ab8a487b587be3322250f53815)
  • Date: Thu, 3 Aug 2006 18:45:59 -0500

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

doc/xpdf/DEPENDS | 8 +++++---
doc/xpdf/HISTORY | 4 ++++
2 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit f17ec37abfde09ab8a487b587be3322250f53815
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

xpdf: Needs to know where to find freetype2 headers to use freetype2 (if
t1lib is not used, xpdf binary will not install)

diff --git a/doc/xpdf/DEPENDS b/doc/xpdf/DEPENDS
index 987a608..ef32b36 100755
--- a/doc/xpdf/DEPENDS
+++ b/doc/xpdf/DEPENDS
@@ -1,4 +1,6 @@
-depends freetype2 &&
-depends MOTIF &&
-depends ghostscript-fonts-std &&
+depends freetype2 \
+ "--with-freetype2-includes=$TRACK_ROOT/usr/include/freetype2" &&
+depends MOTIF &&
+depends ghostscript-fonts-std &&
+
optional_depends "t1lib" "" "" "to display (embedded) Type1 fonts"
diff --git a/doc/xpdf/HISTORY b/doc/xpdf/HISTORY
index 7a1dd4b..b0c8497 100644
--- a/doc/xpdf/HISTORY
+++ b/doc/xpdf/HISTORY
@@ -1,3 +1,7 @@
+2006-08-03 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Inform xpdf where to find the freetype2 headers.
+ Without this, the xpdf binary won't be built if we say 'n' to t1lib.
+
2006-07-09 Juuso Alasuutari <iuso AT sourcemage.org>
* CONFIGURE: Replaced $SPELL_OPTION hack for paper size
selection with config_query_option A4_PAPER, bug #11897.



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f17ec37abfde09ab8a487b587be3322250f53815), Eric Sandall, 08/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page