Initial .bep file for pixman-0.16.2 plus a minor patch.

This commit is contained in:
Scott McCreary
2009-11-17 04:45:19 +00:00
parent 26316e443b
commit 27811cf809
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -urN pixman-0.16.2-orig/test/blitters-test.c pixman-0.16.2/test/blitters-test.c
--- pixman-0.16.2-orig/test/blitters-test.c 2009-09-28 05:58:31.000000000 -0700
+++ pixman-0.16.2/test/blitters-test.c 2009-11-16 20:39:32.000000000 -0800
@@ -174,7 +174,7 @@
{
int stride = pixman_image_get_stride (img);
uint32_t *data = pixman_image_get_data (img);
- int height = pixman_image_get_height (img);;
+ int height = pixman_image_get_height (img);
int i, j;
/* swap bytes only on big endian systems */

View File

@@ -0,0 +1,20 @@
DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
SRC_URI="http://www.cairographics.org/releases/pixman-0.16.2.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd pixman-0.16.2
libtoolize --force --copy --install
aclocal
# echo "AC_CONFIG_MACRO_DIR([m4]) > configure.in
automake
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
}