pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/SDL2_ttf SDL2_ttf: update to 2.20.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc133b6beb05
branches: trunk
changeset: 383724:dc133b6beb05
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 22 10:55:27 2022 +0000
description:
SDL2_ttf: update to 2.20.1.
2.22.1:
* Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS
2.20.0:
* Added support for building with CMake
* Added TTF_GetFontWrappedAlign() and TTF_SetFontWrappedAlign() to set alignment on wrapped text
* Added functions to render using FreeType LCD algorithm:
TTF_RenderText_LCD()
TTF_RenderUTF8_LCD()
TTF_RenderUNICODE_LCD()
TTF_RenderText_LCD_Wrapped()
TTF_RenderUTF8_LCD_Wrapped()
TTF_RenderUNICODE_LCD_Wrapped()
TTF_RenderGlyph_LCD()
TTF_RenderGlyph32_LCD()
* Added TTF_SetFontDirection() and TTF_SetFontScriptName() for additional control over fonts using HarfBuzz
* Updated to FreeType version 2.12.1 and HarfBuzz version 2.9.1, fixing CVE-2018-25032
* Fixed crash when loading fonts at certain sizes on Windows
* Fix memory corruption loading malformed TTF files (CVE-2022-27470)
diffstat:
fonts/SDL2_ttf/Makefile | 5 ++---
fonts/SDL2_ttf/PLIST | 4 +++-
fonts/SDL2_ttf/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 1d3c153e4ee0 -r dc133b6beb05 fonts/SDL2_ttf/Makefile
--- a/fonts/SDL2_ttf/Makefile Mon Aug 22 10:52:56 2022 +0000
+++ b/fonts/SDL2_ttf/Makefile Mon Aug 22 10:55:27 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/08/11 05:08:22 gutteridge Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/22 10:55:27 wiz Exp $
-DISTNAME= SDL2_ttf-2.0.18
-PKGREVISION= 2
+DISTNAME= SDL2_ttf-2.20.1
CATEGORIES= fonts devel
MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/
diff -r 1d3c153e4ee0 -r dc133b6beb05 fonts/SDL2_ttf/PLIST
--- a/fonts/SDL2_ttf/PLIST Mon Aug 22 10:52:56 2022 +0000
+++ b/fonts/SDL2_ttf/PLIST Mon Aug 22 10:55:27 2022 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/17 14:07:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/08/22 10:55:27 wiz Exp $
include/SDL2/SDL_ttf.h
+lib/cmake/SDL2_ttf/sdl2_ttf-config-version.cmake
+lib/cmake/SDL2_ttf/sdl2_ttf-config.cmake
lib/libSDL2_ttf.la
lib/pkgconfig/SDL2_ttf.pc
diff -r 1d3c153e4ee0 -r dc133b6beb05 fonts/SDL2_ttf/distinfo
--- a/fonts/SDL2_ttf/distinfo Mon Aug 22 10:52:56 2022 +0000
+++ b/fonts/SDL2_ttf/distinfo Mon Aug 22 10:55:27 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/01/16 22:45:24 wiz Exp $
+$NetBSD: distinfo,v 1.10 2022/08/22 10:55:27 wiz Exp $
-BLAKE2s (SDL2_ttf-2.0.18.tar.gz) = 32d7d8e3eda19dd213959dd5af2ddbbbfb5640a88e2a8351d55c2c4465839e56
-SHA512 (SDL2_ttf-2.0.18.tar.gz) = 9a211c07d4180fe3fb2f7614e907d1002ddf3bb77b57f62116f22dc29a6043f091deb6a8113656d26a44d2f06b9abcc372aa3e0761500fcf47b455406973a1c7
-Size (SDL2_ttf-2.0.18.tar.gz) = 14896353 bytes
+BLAKE2s (SDL2_ttf-2.20.1.tar.gz) = 19aa399ac7c742e5427b766c673b3b452b4e96539d621b1507368cff57df9b7e
+SHA512 (SDL2_ttf-2.20.1.tar.gz) = 5745a318583a771dff30421d79c5940bdb0fe2f8908a0192e98a2a80076722ba53f6488e922de5b49e078f0c7d9d358e681886ebc8862d89ca6671b5be471134
+Size (SDL2_ttf-2.20.1.tar.gz) = 13160460 bytes
Home |
Main Index |
Thread Index |
Old Index