libXrender: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 19:27:49 +01:00
parent f0debfb919
commit c3613627ac
4 changed files with 16 additions and 10 deletions

View File

@ -2,10 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build renderproto
$SCRIPTS/build libX11
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -16,6 +12,5 @@ cd $PKG_BUILD
--enable-shared \
--enable-malloc0returnsnull
$MAKE
make
$MAKEINSTALL

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install libX11
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/.libs/libXrender.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libXrender.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="libXrender"
PKG_VERSION="0.9.6"
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="libX11"
PKG_BUILD_DEPENDS="toolchain renderproto libX11"
PKG_PRIORITY="optional"
PKG_SECTION="x11/lib"
PKG_SHORTDESC="libxrender: X Rendering Extension client library"
PKG_LONGDESC="The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/lib/libXrender-0.9.6.tar.bz2