mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
libXfont: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
502527cfe9
commit
557f6a1e46
@ -2,13 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build fontcacheproto
|
|
||||||
$SCRIPTS/build xtrans
|
|
||||||
$SCRIPTS/build fontsproto
|
|
||||||
$SCRIPTS/build freetype
|
|
||||||
$SCRIPTS/build libfontenc
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
@ -27,5 +20,4 @@ cd $PKG_BUILD
|
|||||||
--with-gnu-ld
|
--with-gnu-ld
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install freetype
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/src/.libs/libXfont.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/src/.libs/libXfont.so* $INSTALL/usr/lib
|
||||||
|
14
packages/x11/lib/libXfont/meta
Normal file
14
packages/x11/lib/libXfont/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="libXfont"
|
||||||
|
PKG_VERSION="1.4.3"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="OSS"
|
||||||
|
PKG_SITE="http://www.X.org"
|
||||||
|
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS="freetype"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain fontcacheproto fontsproto xtrans freetype libfontenc"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="x11/lib"
|
||||||
|
PKG_SHORTDESC="libxfont: X font Library"
|
||||||
|
PKG_LONGDESC="X font Library"
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://xorg.freedesktop.org/archive/individual/lib/libXfont-1.4.3.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user