fontconfig: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 13:17:33 +01:00
parent 81ef657bc3
commit cf0bee7d6e
4 changed files with 14 additions and 10 deletions

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build freetype
$SCRIPTS/build libxml2
$SCRIPTS/build zlib
# ensure we dont use '-O3' optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"`
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`

View File

@ -2,10 +2,6 @@
. config/options $1
$SCRIPTS/install zlib
$SCRIPTS/install freetype
$SCRIPTS/install libxml2
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="fontconfig"
PKG_VERSION="2.8.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.fontconfig.org"
PKG_URL="http://fontconfig.org/release/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="freetype libxml2 zlib"
PKG_BUILD_DEPENDS="toolchain freetype libxml2 zlib"
PKG_PRIORITY="optional"
PKG_SECTION="x11/other"
PKG_SHORTDESC="fontconfig: A library for font customization and configuration"
PKG_LONGDESC="Fontconfig is a library for font customization and configuration."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://fontconfig.org/release/fontconfig-2.8.0.tar.gz