misc/libfreetype/version.sed
author koda
Thu, 14 Jun 2012 00:10:06 +0200
changeset 7244 75197d981acb
parent 5172 88f2e05288ba
permissions -rw-r--r--
ios: explain why setting a style disables schemes and/or weapons sometimes
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