[csw-devel] SF.net SVN: gar:[5317] csw/mgar/pkg/pixman/trunk
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Jun 18 23:30:39 CEST 2009
Revision: 5317
http://gar.svn.sourceforge.net/gar/?rev=5317&view=rev
Author: wbonnet
Date: 2009-06-18 21:30:38 +0000 (Thu, 18 Jun 2009)
Log Message:
-----------
Update to 0.15.12
Modified Paths:
--------------
csw/mgar/pkg/pixman/trunk/Makefile
csw/mgar/pkg/pixman/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/pixman/trunk/files/pixman-bits-image.c.diff
csw/mgar/pkg/pixman/trunk/files/pixman-private.h.diff
Modified: csw/mgar/pkg/pixman/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pixman/trunk/Makefile 2009-06-18 21:23:06 UTC (rev 5316)
+++ csw/mgar/pkg/pixman/trunk/Makefile 2009-06-18 21:30:38 UTC (rev 5317)
@@ -19,7 +19,10 @@
BUILD64 = 1
NOISALIST = 1
+PATCHFILES = pixman-bits-image.c.diff pixman-private.h.diff
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --disable-gtk
+CONFIGURE_ARGS += --disable-timers
include gar/category.mk
Modified: csw/mgar/pkg/pixman/trunk/checksums
===================================================================
--- csw/mgar/pkg/pixman/trunk/checksums 2009-06-18 21:23:06 UTC (rev 5316)
+++ csw/mgar/pkg/pixman/trunk/checksums 2009-06-18 21:30:38 UTC (rev 5317)
@@ -1 +1,3 @@
-8813e13aa3817df03039bd66a4863670 download/pixman-0.15.10.tar.gz
+b0270704035fbac78507c91ffd15fcb6 download/pixman-0.15.12.tar.gz
+bf8e86f3342aefc87ddbd6d99d6f80fc download/pixman-bits-image.c.diff
+f78d71433a7d574ff66b7d2bf3ea2a49 download/pixman-private.h.diff
Added: csw/mgar/pkg/pixman/trunk/files/pixman-bits-image.c.diff
===================================================================
--- csw/mgar/pkg/pixman/trunk/files/pixman-bits-image.c.diff (rev 0)
+++ csw/mgar/pkg/pixman/trunk/files/pixman-bits-image.c.diff 2009-06-18 21:30:38 UTC (rev 5317)
@@ -0,0 +1,12 @@
+diff --speed-large-files --minimal -Nru pixman-0.15.12.orig/pixman/pixman-bits-image.c pixman-0.15.12/pixman/pixman-bits-image.c
+--- pixman-0.15.12.orig/pixman/pixman-bits-image.c 2009-06-18 23:17:05.103503620 +0200
++++ pixman-0.15.12/pixman/pixman-bits-image.c 2009-06-18 23:17:14.684711072 +0200
+@@ -251,7 +251,7 @@
+ coords[i + 1] = y;
+ }
+
+- return bits_image_fetch_pixels_src_clip (image, buffer, n_pixels);
++ bits_image_fetch_pixels_src_clip (image, buffer, n_pixels);
+ }
+
+ #define N_TMP_PIXELS (256)
Added: csw/mgar/pkg/pixman/trunk/files/pixman-private.h.diff
===================================================================
--- csw/mgar/pkg/pixman/trunk/files/pixman-private.h.diff (rev 0)
+++ csw/mgar/pkg/pixman/trunk/files/pixman-private.h.diff 2009-06-18 21:30:38 UTC (rev 5317)
@@ -0,0 +1,11 @@
+diff --speed-large-files --minimal -Nru pixman-0.15.12.orig/pixman/pixman-private.h pixman-0.15.12/pixman/pixman-private.h
+--- pixman-0.15.12.orig/pixman/pixman-private.h 2009-06-18 23:17:05.103503620 +0200
++++ pixman-0.15.12/pixman/pixman-private.h 2009-06-18 23:17:14.684711072 +0200
+@@ -788,6 +788,7 @@
+ pixman_region16_data_t *empty_data,
+ pixman_region16_data_t *broken_data);
+
++#undef PIXMAN_TIMERS
+ #ifdef PIXMAN_TIMERS
+
+ /* Timing */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list