mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
freetype: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d0a2330e91
commit
3bc88a68df
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
|
||||
# unset LIBTOOL because freetype uses its own
|
||||
unset LIBTOOL
|
||||
|
||||
|
@ -2,7 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/objs/.libs/libfreetype.so* $INSTALL/usr/lib
|
||||
|
14
packages/print/freetype/meta
Normal file
14
packages/print/freetype/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="freetype"
|
||||
PKG_VERSION="2.4.3"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.freetype.org"
|
||||
PKG_URL="http://mirror.lihnidos.org/GNU/savannah/freetype/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="zlib"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="print"
|
||||
PKG_SHORTDESC="freetype: TrueType font rendering library"
|
||||
PKG_LONGDESC="The FreeType engine is a free and portable TrueType font rendering engine. It has been developed to provide TT support to a great variety of platforms and environments."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://mirror.lihnidos.org/GNU/savannah/freetype/freetype-2.4.3.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user