Updated versions of pixman 0.18.4 and 0.19.4

This commit is contained in:
Scott McCreary
2010-10-18 21:38:49 +00:00
parent a3d13687d7
commit 30da9eabc2
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
diff -urN pixman-0.19.4/configure.ac pixman-0.19.4-haiku/configure.ac
--- pixman-0.19.4/configure.ac 2010-09-21 14:11:23.028049408 +0000
+++ pixman-0.19.4-haiku/configure.ac 2010-10-18 14:12:25.000000000 +0000
@@ -726,6 +726,7 @@
PIXMAN_CHECK_PTHREAD([CFLAGS="-D_REENTRANT"; LIBS="-lpthread"])
PIXMAN_CHECK_PTHREAD([CFLAGS="-pthread"; LDFLAGS="-pthread"])
+ PIXMAN_CHECK_PTHREAD([CFLAGS="-D_REENTRANT"; LDFLAGS="-lroot"])
if test $support_for_pthread_setspecific = yes; then
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"

View File

@@ -0,0 +1,21 @@
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
SRC_URI="http://cairographics.org/releases/pixman-0.18.4.tar.gz"
CHECKSUM_MD5="532db4194e18c108d0b7dd85f20d39b8"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd pixman-0.18.4
libtoolize --force --copy --install
aclocal
automake
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd pixman-0.18.4
make install
}

View File

@@ -0,0 +1,32 @@
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
SRC_URI="http://cairographics.org/releases/pixman-0.19.4.tar.gz"
CHECKSUM_MD5="100a2d23f1d5683fdaa5d7ca71a0182b"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd pixman-0.19.4
libtoolize --force --copy --install
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd pixman-0.19.4
make install
}
TEST {
cd pixman-0.19.4
make check
}
LICENSE="MIT"
COPYRIGHT="1987-1998 The Open Group
1987-1989 Digital Equipment Corporation
1999, 2004, 2008 Keith Packard
2004, 2005, 2007, 2008 Red Hat, Inc.
2009-2010 Sun Microsystems, Inc.
and many others"