pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/pixman/files Regenerate the exported symbol list v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb41bb9fe025
branches:  trunk
changeset: 576765:bb41bb9fe025
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Thu Jun 17 03:28:29 2010 +0000

description:
Regenerate the exported symbol list via the process in ../Makefile,v1.20.

Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to
failing build-time test cases.  Presumably on platforms where the build
succeeds this export list doesn't actually matter.

diffstat:

 x11/pixman/files/pixman.sym |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 6d44967136c9 -r bb41bb9fe025 x11/pixman/files/pixman.sym
--- a/x11/pixman/files/pixman.sym       Thu Jun 17 00:44:40 2010 +0000
+++ b/x11/pixman/files/pixman.sym       Thu Jun 17 03:28:29 2010 +0000
@@ -22,14 +22,17 @@
 pixman_format_supported_destination
 pixman_format_supported_source
 pixman_image_composite
+pixman_image_composite32
 pixman_image_create_bits
 pixman_image_create_conical_gradient
 pixman_image_create_linear_gradient
 pixman_image_create_radial_gradient
 pixman_image_create_solid_fill
+pixman_image_fill_boxes
 pixman_image_fill_rectangles
 pixman_image_get_data
 pixman_image_get_depth
+pixman_image_get_destroy_data
 pixman_image_get_height
 pixman_image_get_stride
 pixman_image_get_width
@@ -57,6 +60,7 @@
 pixman_region32_extents
 pixman_region32_fini
 pixman_region32_init
+pixman_region32_init_from_image
 pixman_region32_init_rect
 pixman_region32_init_rects
 pixman_region32_init_with_extents
@@ -78,6 +82,7 @@
 pixman_region_extents
 pixman_region_fini
 pixman_region_init
+pixman_region_init_from_image
 pixman_region_init_rect
 pixman_region_init_rects
 pixman_region_init_with_extents



Home | Main Index | Thread Index | Old Index