pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/pixman Update to 0.15.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97c151ee0f95
branches:  trunk
changeset: 394184:97c151ee0f95
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 06 22:28:41 2009 +0000

description:
Update to 0.15.8:

0.15.8:
- Phase three of the refactoring [Søren Sandmann Pedersen]
- Fixes for refactoring fallout [Jonathan Morton, Jeff Muizelaar,
     Luca Barbato, Magnus Kessler]
- Improved testing code [Siarhei Siamashka]

0.15.6:
Apart from a few bug fixes, this release contains phase two of the
refactoring; in this phase the various types of images are split
into their own files.


0.15.4:
A new pixman release 0.15.4 is now available. This is a development
release leading up to a stable 0.16.0 release. News:

        - New ARM NEON fast paths [Ian Rickards, Jeff Muizelaar]

        - The first part of a large refactoring of the pixman code
          base [Søren Sandmann]

        - Bug fixes [Adam Jackson, Alan Coopersmith, Siarhei
          Siamashka, Jonathan Morton]

diffstat:

 x11/pixman/Makefile         |   4 ++--
 x11/pixman/distinfo         |  14 +++++++-------
 x11/pixman/patches/patch-aa |   6 +++---
 x11/pixman/patches/patch-ab |  10 +++++-----
 x11/pixman/patches/patch-ae |  10 +++++-----
 5 files changed, 22 insertions(+), 22 deletions(-)

diffs (100 lines):

diff -r ec91451d5ca0 -r 97c151ee0f95 x11/pixman/Makefile
--- a/x11/pixman/Makefile       Sat Jun 06 22:21:15 2009 +0000
+++ b/x11/pixman/Makefile       Sat Jun 06 22:28:41 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2009/05/17 11:01:11 sno Exp $
+# $NetBSD: Makefile,v 1.25 2009/06/06 22:28:41 wiz Exp $
 #
 
-DISTNAME=      pixman-0.15.2
+DISTNAME=      pixman-0.15.8
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.bz2
diff -r ec91451d5ca0 -r 97c151ee0f95 x11/pixman/distinfo
--- a/x11/pixman/distinfo       Sat Jun 06 22:21:15 2009 +0000
+++ b/x11/pixman/distinfo       Sat Jun 06 22:28:41 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.24 2009/05/02 07:56:54 sno Exp $
+$NetBSD: distinfo,v 1.25 2009/06/06 22:28:41 wiz Exp $
 
-SHA1 (pixman-0.15.2.tar.bz2) = fd44f4dc0e429bb71344d33c783837fd0b8b6b5b
-RMD160 (pixman-0.15.2.tar.bz2) = 5d925326dfdc3ad73d98eb48f92eccab0f97f63c
-Size (pixman-0.15.2.tar.bz2) = 343019 bytes
-SHA1 (patch-aa) = 5129f82ee9907ed179315a4790667f0b825175bb
-SHA1 (patch-ab) = 11fe86650fe666366818dd70ecabeac7a49c1dba
+SHA1 (pixman-0.15.8.tar.bz2) = f2c153da11a92f2475ac03e0422d99b799fb35e1
+RMD160 (pixman-0.15.8.tar.bz2) = d43a0021a72cd0a0c4e1858433b6539841070f33
+Size (pixman-0.15.8.tar.bz2) = 377608 bytes
+SHA1 (patch-aa) = 94e9fe38d2de8cfe75433b486bbbaf0536c48212
+SHA1 (patch-ab) = 422f2c0f3450da01c11a4005473945291421d41f
 SHA1 (patch-ac) = c798e52ecd8fc2a5788552df0a0842f524705126
 SHA1 (patch-ad) = b2fa221652bc5f8bec000e071417b0180816a451
-SHA1 (patch-ae) = 43ac5ba418bb335ef65634bc6dea5d7dc89a19d0
+SHA1 (patch-ae) = a15fc3bdce0cf3efe19e1bd43c18e97fba8831f4
diff -r ec91451d5ca0 -r 97c151ee0f95 x11/pixman/patches/patch-aa
--- a/x11/pixman/patches/patch-aa       Sat Jun 06 22:21:15 2009 +0000
+++ b/x11/pixman/patches/patch-aa       Sat Jun 06 22:28:41 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.9 2008/09/06 20:09:16 bjs Exp $
+$NetBSD: patch-aa,v 1.10 2009/06/06 22:28:41 wiz Exp $
 
---- pixman/Makefile.am.orig    2008-09-04 14:56:10.000000000 -0400
+--- pixman/Makefile.am.orig    2009-05-31 02:07:19.000000000 +0000
 +++ pixman/Makefile.am
 @@ -1,5 +1,6 @@
  lib_LTLIBRARIES = libpixman-1.la
@@ -9,4 +9,4 @@
 +      -export-symbols $(PIXMAN_SYMFILE)
  libpixman_1_la_LIBADD = @DEP_LIBS@ -lm
  libpixman_1_la_CFLAGS = -DPIXMAN_DISABLE_DEPRECATED
- libpixman_1_la_SOURCES =              \
+ libpixman_1_la_SOURCES =                      \
diff -r ec91451d5ca0 -r 97c151ee0f95 x11/pixman/patches/patch-ab
--- a/x11/pixman/patches/patch-ab       Sat Jun 06 22:21:15 2009 +0000
+++ b/x11/pixman/patches/patch-ab       Sat Jun 06 22:28:41 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.9 2009/04/23 08:30:53 sno Exp $
+$NetBSD: patch-ab,v 1.10 2009/06/06 22:28:41 wiz Exp $
 
---- pixman/Makefile.in.orig    2009-04-09 20:23:27.000000000 +0000
-+++ pixman/Makefile.in 2009-04-12 08:55:34.000000000 +0000
-@@ -288,7 +288,8 @@
+--- pixman/Makefile.in.orig    2009-05-31 02:07:50.000000000 +0000
++++ pixman/Makefile.in
+@@ -313,7 +313,8 @@ top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  lib_LTLIBRARIES = libpixman-1.la
  libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
@@ -10,5 +10,5 @@
 +      -no-undefined $(am__append_2) $(am__append_7) \
 +      -export-symbols $(PIXMAN_SYMFILE)
  libpixman_1_la_LIBADD = @DEP_LIBS@ -lm $(am__append_3) $(am__append_5) \
-       $(am__append_8) $(am__append_10)
+       $(am__append_8) $(am__append_10) $(am__append_12)
  libpixman_1_la_CFLAGS = -DPIXMAN_DISABLE_DEPRECATED
diff -r ec91451d5ca0 -r 97c151ee0f95 x11/pixman/patches/patch-ae
--- a/x11/pixman/patches/patch-ae       Sat Jun 06 22:21:15 2009 +0000
+++ b/x11/pixman/patches/patch-ae       Sat Jun 06 22:28:41 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.8 2009/04/23 08:30:53 sno Exp $
+$NetBSD: patch-ae,v 1.9 2009/06/06 22:28:41 wiz Exp $
 
---- configure.orig     2009-02-06 22:33:17.000000000 +0000
-+++ configure  2009-04-12 08:19:38.000000000 +0000
-@@ -20588,6 +20588,7 @@
+--- configure.orig     2009-05-31 02:06:44.000000000 +0000
++++ configure
+@@ -11833,6 +11833,7 @@ fi
  
  
  have_gcc4=no
@@ -10,7 +10,7 @@
  { $as_echo "$as_me:$LINENO: checking for -fvisibility" >&5
  $as_echo_n "checking for -fvisibility... " >&6; }
  cat >conftest.$ac_ext <<_ACEOF
-@@ -20626,7 +20627,7 @@
+@@ -11871,7 +11872,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
  fi
  
  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext



Home | Main Index | Thread Index | Old Index