From d9a2f650b53cef9ad3845c9682465637c6e9f8cb Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 27 Oct 2010 22:27:41 +0000 Subject: [PATCH] Updated pixman to 0.20.0, note that it no longer needs to be patched as the previous patch has now been upstreamed. --- x11-libs/pixman/pixman-0.20.0.bep | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 x11-libs/pixman/pixman-0.20.0.bep diff --git a/x11-libs/pixman/pixman-0.20.0.bep b/x11-libs/pixman/pixman-0.20.0.bep new file mode 100644 index 000000000..869613857 --- /dev/null +++ b/x11-libs/pixman/pixman-0.20.0.bep @@ -0,0 +1,33 @@ +DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo" +HOMEPAGE="http://cgit.freedesktop.org/pixman/" +SRC_URI="http://cairographics.org/releases/pixman-0.20.0.tar.gz" +CHECKSUM_MD5="c1a31d5cedfa97c5af7148a2d1fd4356" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd pixman-0.20.0 + libtoolize --force --copy --install + aclocal + autoconf + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd pixman-0.20.0 + make install +} + +TEST { + cd pixman-0.20.0 + make check +} + +LICENSE="MIT" +COPYRIGHT="1987-1998 The Open Group + 1987-1989 Digital Equipment Corporation + 1999, 2004, 2008 Keith Packard + 2004-2010 Red Hat, Inc. + 2009-2010 Sun Microsystems, Inc. + and many others"