libxcb: update to libxcb-1.7, add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-13 18:50:49 +02:00
parent 46fc2e45fa
commit cb094363a1
4 changed files with 16 additions and 12 deletions

View File

@ -1,13 +1,6 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build xcb-proto
$SCRIPTS/build libpthread-stubs
$SCRIPTS/build libXau
. config/options.python
PKG_CONFIG="$PKG_CONFIG --define-variable=pythondir=$PYTHON_TOOLCHAIN_PATH"

View File

@ -2,9 +2,7 @@
. config/options $1
$SCRIPTS/install libXau
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/.libs/libxcb.so* $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/.libs/libxcb-glx*.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libxcb.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libxcb-glx*.so* $INSTALL/usr/lib
rm -rf $INSTALL/usr/lib/libxcb-glx*.so*T

View File

@ -0,0 +1,14 @@
PKG_NAME="libxcb"
PKG_VERSION="1.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://xcb.freedesktop.org"
PKG_URL="http://xcb.freedesktop.org/dist/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libXau"
PKG_BUILD_DEPENDS="toolchain Python xcb-proto libpthread-stubs libXau"
PKG_PRIORITY="optional"
PKG_SECTION="x11/lib"
PKG_SHORTDESC="libxcb: X C-language Bindings library"
PKG_LONGDESC="X C-language Bindings library."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://xcb.freedesktop.org/dist/libxcb-1.6.tar.bz2