mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
cairo: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
74eee2dc6c
commit
1143078ba2
@ -2,18 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build freetype
|
||||
$SCRIPTS/build fontconfig
|
||||
$SCRIPTS/build libpng
|
||||
$SCRIPTS/build pixman
|
||||
$SCRIPTS/build libXrender
|
||||
$SCRIPTS/build libX11
|
||||
# $SCRIPTS/build Mesa
|
||||
# $SCRIPTS/build libdrm
|
||||
# $SCRIPTS/build libxcb
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -2,15 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install freetype
|
||||
$SCRIPTS/install fontconfig
|
||||
$SCRIPTS/install libpng
|
||||
$SCRIPTS/install pixman
|
||||
$SCRIPTS/install libXrender
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install Mesa
|
||||
#$SCRIPTS/install libxcb
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/libcairo.so* $INSTALL/usr/lib
|
||||
|
14
packages/graphics/cairo/meta
Normal file
14
packages/graphics/cairo/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="cairo"
|
||||
PKG_VERSION="1.10.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://cairographics.org/"
|
||||
PKG_URL="http://cairographics.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="zlib freetype fontconfig libpng pixman libXrender libX11"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib freetype fontconfig libpng pixman libXrender libX11"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="graphics"
|
||||
PKG_SHORTDESC="cairo: Multi-platform 2D graphics library"
|
||||
PKG_LONGDESC="Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://cairographics.org/releases/cairo-1.10.0.tar.gz
|
Loading…
x
Reference in New Issue
Block a user