misc/libfreetype/version.sed
author nemo
Wed, 07 Sep 2011 20:12:20 -0400
changeset 5800 3a04c30e5ac7
parent 5172 88f2e05288ba
permissions -rw-r--r--
NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
#! /usr/bin/sed -nf
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
s/^#define  *FREETYPE_MAJOR  *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
s/^#define  *FREETYPE_MINOR  *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
s/^#define  *FREETYPE_PATCH  *\([^ ][^ ]*\).*$/freetype_patch=".\1" ;/p