pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXft libXft: update to 2.3.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c6ad2b26780
branches:  trunk
changeset: 384844:4c6ad2b26780
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 06 08:37:01 2022 +0000

description:
libXft: update to 2.3.5.

Version 2.3.5

Add support for BGRA glyphs display and scaling
Add "trackmemusage" property to use in improved _XftFontUncacheGlyph
Revised/completed manual page; all functions are documented.

diffstat:

 x11/libXft/Makefile |   6 ++--
 x11/libXft/PLIST    |  79 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 x11/libXft/distinfo |   8 ++--
 3 files changed, 85 insertions(+), 8 deletions(-)

diffs (117 lines):

diff -r 6faa2b4b277f -r 4c6ad2b26780 x11/libXft/Makefile
--- a/x11/libXft/Makefile       Tue Sep 06 06:44:20 2022 +0000
+++ b/x11/libXft/Makefile       Tue Sep 06 08:37:01 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2022/07/08 06:39:57 nia Exp $
+# $NetBSD: Makefile,v 1.27 2022/09/06 08:37:01 wiz Exp $
 
-DISTNAME=      libXft-2.3.4
+DISTNAME=      libXft-2.3.5
 CATEGORIES=    x11 fonts
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      https://www.freedesktop.org/wiki/Software/Xft/
diff -r 6faa2b4b277f -r 4c6ad2b26780 x11/libXft/PLIST
--- a/x11/libXft/PLIST  Tue Sep 06 06:44:20 2022 +0000
+++ b/x11/libXft/PLIST  Tue Sep 06 08:37:01 2022 +0000
@@ -1,6 +1,83 @@
-@comment $NetBSD: PLIST,v 1.3 2012/06/03 17:43:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/06 08:37:01 wiz Exp $
 include/X11/Xft/Xft.h
 include/X11/Xft/XftCompat.h
 lib/libXft.la
 lib/pkgconfig/xft.pc
 man/man3/Xft.3
+man/man3/XftCharExists.3
+man/man3/XftCharFontSpecRender.3
+man/man3/XftCharIndex.3
+man/man3/XftCharSpecRender.3
+man/man3/XftColorAllocName.3
+man/man3/XftColorAllocValue.3
+man/man3/XftColorFree.3
+man/man3/XftDefaultHasRender.3
+man/man3/XftDefaultSet.3
+man/man3/XftDefaultSubstitute.3
+man/man3/XftDrawChange.3
+man/man3/XftDrawCharFontSpec.3
+man/man3/XftDrawCharSpec.3
+man/man3/XftDrawColormap.3
+man/man3/XftDrawCreate.3
+man/man3/XftDrawCreateAlpha.3
+man/man3/XftDrawCreateBitmap.3
+man/man3/XftDrawDestroy.3
+man/man3/XftDrawDisplay.3
+man/man3/XftDrawDrawable.3
+man/man3/XftDrawGlyphFontSpec.3
+man/man3/XftDrawGlyphSpec.3
+man/man3/XftDrawGlyphs.3
+man/man3/XftDrawPicture.3
+man/man3/XftDrawRect.3
+man/man3/XftDrawSetClip.3
+man/man3/XftDrawSetClipRectangles.3
+man/man3/XftDrawSetSubwindowMode.3
+man/man3/XftDrawSrcPicture.3
+man/man3/XftDrawString16.3
+man/man3/XftDrawString32.3
+man/man3/XftDrawString8.3
+man/man3/XftDrawStringUtf16.3
+man/man3/XftDrawStringUtf8.3
+man/man3/XftDrawVisual.3
+man/man3/XftFontCheckGlyph.3
+man/man3/XftFontClose.3
+man/man3/XftFontCopy.3
+man/man3/XftFontInfoCreate.3
+man/man3/XftFontInfoDestroy.3
+man/man3/XftFontInfoEqual.3
+man/man3/XftFontInfoHash.3
+man/man3/XftFontLoadGlyphs.3
+man/man3/XftFontMatch.3
+man/man3/XftFontOpen.3
+man/man3/XftFontOpenInfo.3
+man/man3/XftFontOpenName.3
+man/man3/XftFontOpenPattern.3
+man/man3/XftFontOpenXlfd.3
+man/man3/XftFontUnloadGlyphs.3
+man/man3/XftGetVersion.3
+man/man3/XftGlyphExtents.3
+man/man3/XftGlyphFontSpecRender.3
+man/man3/XftGlyphRender.3
+man/man3/XftGlyphSpecRender.3
+man/man3/XftInit.3
+man/man3/XftInitFtLibrary.3
+man/man3/XftListFonts.3
+man/man3/XftLockFace.3
+man/man3/XftNameParse.3
+man/man3/XftNameUnparse.3
+man/man3/XftTextExtents16.3
+man/man3/XftTextExtents32.3
+man/man3/XftTextExtents8.3
+man/man3/XftTextExtentsUtf16.3
+man/man3/XftTextExtentsUtf8.3
+man/man3/XftTextRender16.3
+man/man3/XftTextRender16BE.3
+man/man3/XftTextRender16LE.3
+man/man3/XftTextRender32.3
+man/man3/XftTextRender32BE.3
+man/man3/XftTextRender32LE.3
+man/man3/XftTextRender8.3
+man/man3/XftTextRenderUtf16.3
+man/man3/XftTextRenderUtf8.3
+man/man3/XftUnlockFace.3
+man/man3/XftXlfdParse.3
diff -r 6faa2b4b277f -r 4c6ad2b26780 x11/libXft/distinfo
--- a/x11/libXft/distinfo       Tue Sep 06 06:44:20 2022 +0000
+++ b/x11/libXft/distinfo       Tue Sep 06 08:37:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:34:06 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/09/06 08:37:01 wiz Exp $
 
-BLAKE2s (libXft-2.3.4.tar.bz2) = 6f4f2037336ca0bf3017b9bcc0d9d9a267238683635f8426c1ef05bf3bd4b36a
-SHA512 (libXft-2.3.4.tar.bz2) = 5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51
-Size (libXft-2.3.4.tar.bz2) = 359088 bytes
+BLAKE2s (libXft-2.3.5.tar.xz) = 4736b9b48f53e4ed0ebd7259d97d406c7e2e1f95f9bc24d33e4eac749e2bdf96
+SHA512 (libXft-2.3.5.tar.xz) = e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e
+Size (libXft-2.3.5.tar.xz) = 303772 bytes



Home | Main Index | Thread Index | Old Index