misc/libfreetype/version.sed
author sheepluva
Sat, 10 Sep 2011 01:05:01 +0200
changeset 5833 d0c742472d46
parent 5172 88f2e05288ba
permissions -rw-r--r--
Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
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