mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated versions of pixman 0.18.4 and 0.19.4
This commit is contained in:
11
x11-libs/pixman/patches/pixman-0.19.4.patch
Normal file
11
x11-libs/pixman/patches/pixman-0.19.4.patch
Normal 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"
|
||||
21
x11-libs/pixman/pixman-0.18.4.bep
Normal file
21
x11-libs/pixman/pixman-0.18.4.bep
Normal 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
|
||||
}
|
||||
32
x11-libs/pixman/pixman-0.19.4.bep
Normal file
32
x11-libs/pixman/pixman-0.19.4.bep
Normal 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"
|
||||
Reference in New Issue
Block a user