Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f5728fce602bf87cb01c575cd60a1863abcca161)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (f5728fce602bf87cb01c575cd60a1863abcca161)
  • Date: Sun, 18 Mar 2007 11:59:03 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

libs/sdl_ttf/HISTORY | 5 +++++
libs/sdl_ttf/PRE_BUILD | 4 +---
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit f5728fce602bf87cb01c575cd60a1863abcca161
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

sdl_ttf: PRE_BUILD updated to always apply patch for freetype >= 2.2.x.
Bug 13630.

diff --git a/libs/sdl_ttf/HISTORY b/libs/sdl_ttf/HISTORY
index f084682..ca24cdc 100644
--- a/libs/sdl_ttf/HISTORY
+++ b/libs/sdl_ttf/HISTORY
@@ -1,3 +1,8 @@
+2007-03-18 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: Removed check for freetype 2.2.x. freetype2 >
+ 2.2.x is now in stable. This patch is needed for all grimoires.
+ Bug #13630
+
2006-10-02 Robin Cook <rcook AT wyrms.net>
* PRE_BUILD: added to apply patch if freetype2 2.2.x
http://freetype.sourceforge.net/freetype2/freetype-2.2.0.html
diff --git a/libs/sdl_ttf/PRE_BUILD b/libs/sdl_ttf/PRE_BUILD
index ac257f1..786d6eb 100755
--- a/libs/sdl_ttf/PRE_BUILD
+++ b/libs/sdl_ttf/PRE_BUILD
@@ -1,6 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
+patch -p0 < ${SCRIPT_DIRECTORY}/sdl-ttf-2.0.8-noftinternals.patch

-if [[ "$(installed_version freetype2 | cut -d . -f 1-2)" == "2.2" ]]; then
- patch -p0 < ${SCRIPT_DIRECTORY}/sdl-ttf-2.0.8-noftinternals.patch
-fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f5728fce602bf87cb01c575cd60a1863abcca161), George Sherwood, 03/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page