misc/libfreetype/version.sed
author koda
Thu, 27 Dec 2012 17:01:02 +0100
changeset 8337 bf237f7f1d94
parent 5172 88f2e05288ba
permissions -rw-r--r--
add a splashscreen while the main interface is loading (enabled on all platforms, disable if it doesn'n't look good

#! /usr/bin/sed -nf

s/^#define  *FREETYPE_MAJOR  *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p
s/^#define  *FREETYPE_MINOR  *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p
s/^#define  *FREETYPE_PATCH  *\([^ ][^ ]*\).*$/freetype_patch=".\1" ;/p