Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e30c161acc9ef15ef8f400fe55147bfa5527c936)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e30c161acc9ef15ef8f400fe55147bfa5527c936)
  • Date: Sun, 10 Apr 2011 19:08:21 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 1 +
graphics-libs/graphite2/BUILD | 3 +++
graphics-libs/graphite2/DEPENDS | 3 +++
graphics-libs/graphite2/DETAILS | 16 ++++++++++++++++
graphics-libs/graphite2/HISTORY | 3 +++
5 files changed, 26 insertions(+)

New commits:
commit e30c161acc9ef15ef8f400fe55147bfa5527c936
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

graphite2: new spell, font rendering lib for complex fonts

diff --git a/ChangeLog b/ChangeLog
index b10204a..9e95008 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* lua-forge/lua-zlib-brimworks: new spell, lua zlib interface
* python-pypi/piddle: new spell, python graphics lib
* python-pypi/graphite: new spell, python graphing lib
+ * graphics-libs/graphite2: new spell, font rendering lib

2011-04-08 Arjan Bouter <abouter AT sourcemage.org>
* devel/icecream: new spell, distributed compiler
diff --git a/graphics-libs/graphite2/BUILD b/graphics-libs/graphite2/BUILD
new file mode 100755
index 0000000..ee02cb9
--- /dev/null
+++ b/graphics-libs/graphite2/BUILD
@@ -0,0 +1,3 @@
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr \
+ -DSYSCONFDIR=$INSTALLROOT/etc . &&
+make
diff --git a/graphics-libs/graphite2/DEPENDS b/graphics-libs/graphite2/DEPENDS
new file mode 100755
index 0000000..1c5d9a6
--- /dev/null
+++ b/graphics-libs/graphite2/DEPENDS
@@ -0,0 +1,3 @@
+depends cmake &&
+depends freetype2 &&
+depends glib2
diff --git a/graphics-libs/graphite2/DETAILS b/graphics-libs/graphite2/DETAILS
new file mode 100755
index 0000000..b64f618
--- /dev/null
+++ b/graphics-libs/graphite2/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=graphite2
+ VERSION=0.9.3
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]="${SOURCEFORGE_URL}/silgraphite/${SOURCE}"
+
SOURCE_HASH=sha512:dea45611da88623b4e634207da9b780560c873c92abdca4e7090d90570403ed3b0ccf344708c8da51c40624c1d3be4350761b882ee5c445521d16fcd3e23de34
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://graphite.sil.org";
+ LICENSE[0]=LGPL
+ ENTERED=20110410
+ SHORT="complex font rendering library"
+cat << EOF
+Graphite can be used to create “smart fonts” capable of displaying
+writing systems with various complex behaviors. With respect to the Text
+Encoding Model, Graphite handles the "Rendering" aspect of writing system
+implementation.
+EOF
diff --git a/graphics-libs/graphite2/HISTORY b/graphics-libs/graphite2/HISTORY
new file mode 100644
index 0000000..06871e8
--- /dev/null
+++ b/graphics-libs/graphite2/HISTORY
@@ -0,0 +1,3 @@
+2011-04-10 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e30c161acc9ef15ef8f400fe55147bfa5527c936), Arjan Bouter, 04/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page