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 a snapshot from GIT head. The cu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/800854e95c73
branches:  trunk
changeset: 536605:800854e95c73
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Tue Dec 18 00:10:44 2007 +0000

description:
Update to a snapshot from GIT head.  The current revision seems better
to me than the release.  Bump rev.

Changes include:

    Guard MMX get_fast_path() with pixman_have_mmx()

    Use -fvisibility=hidden by default.

    Add a PIXMAN_EXPORT macro that expands to the appropriate GCC magic.
    Various formatting fixes.

    Make the tables static; remove unused flag

    Set maskRepeat to FALSE when the function is NEED_SOLID_MASK

    Conditionalize MMX code with USE_MMX

    Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.

    pixman_composite_rect_general_accessors skips the fetch / store steps by
    setting store to NULL when the op is ADD or OVER and the dest format is
    [ax]8r8g8b8.  This optimization is only valid when no accessors are
    in play.

diffstat:

 x11/pixman/Makefile |  5 +++--
 x11/pixman/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r cb7bb51e9fd8 -r 800854e95c73 x11/pixman/Makefile
--- a/x11/pixman/Makefile       Mon Dec 17 23:45:40 2007 +0000
+++ b/x11/pixman/Makefile       Tue Dec 18 00:10:44 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/11/08 19:51:43 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2007/12/18 00:10:44 bjs Exp $
 #
 
 DISTNAME=      pixman-0.9.6
+PKGREVISION=   1
 CATEGORIES=    x11
-MASTER_SITES=  http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    bjs%NetBSD.org@localhost
diff -r cb7bb51e9fd8 -r 800854e95c73 x11/pixman/distinfo
--- a/x11/pixman/distinfo       Mon Dec 17 23:45:40 2007 +0000
+++ b/x11/pixman/distinfo       Tue Dec 18 00:10:44 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/11/08 19:51:43 bjs Exp $
+$NetBSD: distinfo,v 1.2 2007/12/18 00:10:44 bjs Exp $
 
-SHA1 (pixman-0.9.6.tar.bz2) = d31ea97176e475b47bcc9c0ad4813859857fb061
-RMD160 (pixman-0.9.6.tar.bz2) = 3cde968776ea75ed8efd4b5c126238fd2a9817cb
-Size (pixman-0.9.6.tar.bz2) = 290399 bytes
+SHA1 (pixman-0.9.6.tar.bz2) = 922405d4eaf79af902a71fab141049ca360dc1c8
+RMD160 (pixman-0.9.6.tar.bz2) = cdd1fa5272429a95bb5343028bead70d7dde2dec
+Size (pixman-0.9.6.tar.bz2) = 278790 bytes
 SHA1 (patch-aa) = 2ebff1def8deb37e378eaa6c4bafd4e71cfcd4a9
 SHA1 (patch-ab) = 38ebdb75be9fc41e61c0cc594b3a13c6778d2f23



Home | Main Index | Thread Index | Old Index