mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .bep file for pixman-0.16.2 plus a minor patch.
This commit is contained in:
12
x11-libs/pixman/patches/pixman-0.16.2.patch
Normal file
12
x11-libs/pixman/patches/pixman-0.16.2.patch
Normal 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 */
|
||||
20
x11-libs/pixman/pixman-0.16.2.bep
Normal file
20
x11-libs/pixman/pixman-0.16.2.bep
Normal 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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user