Up to [cvs.NetBSD.org] / pkgsrc / fonts / SDL2_ttf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Sun Nov 12 13:21:25 2023 UTC (2 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
*: revebump for new brotli option for freetype2 Addresses PR 57693
Revision 1.24 / (download) - annotate - [select for diffs], Sat May 6 19:08:50 2023 UTC (6 months, 3 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
*: Recursive revbump from audio/libopus 1.4
Revision 1.23 / (download) - annotate - [select for diffs], Tue Feb 14 16:04:12 2023 UTC (9 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.22: +7 -3
lines
Diff to previous 1.22 (colored)
SDL2_ttf: update to 2.20.2. Force usage of freetype2 and harfbuzz from pkgsrc, instead of using included copies Changes: This is a stable bugfix release, with the following changes: Fixed building from source without running autogen.sh
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 29 21:14:34 2023 UTC (10 months ago) by ryoon
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.21 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:07 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
*: bump PKGREVISION for flac shlib bump
Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 22 10:55:27 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored)
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)
Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:22 2022 UTC (15 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 28 10:56:15 2022 UTC (20 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
{f,h,l,n,p}*/*: revbump(1) for libsndfile
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 16 22:45:24 2022 UTC (22 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.16: +7 -4
lines
Diff to previous 1.16 (colored)
SDL2_ttf: update to 2.0.18. 2.0.18: Ozkan Sezer - Wed Jan 5 14:15:46 PST 2022 * Added TTF_GetFreeTypeVersion() and TTF_GetHarfBuzzVersion() Sylvain - Jan 16, 2021 * Added support for Signed Distance Field rendering with TTF_SetFontSDF() and TTF_GetFontSDF() David Ludwig - Dec 28, 2019 * Added optional DPI-scaling of fonts, with the following new functions: TTF_OpenFontDPI() TTF_OpenFontIndexDPI() TTF_OpenFontDPIRW() TTF_OpenFontIndexDPIRW() TTF_SetFontSizeDPI() Weard Anaether - Dec 2, 2019 * Added 32-bit character support with: TTF_RenderGlyph32_Solid() TTF_RenderGlyph32_Shaded() TTF_RenderGlyph32_Blended() TTF_GetFontKerningSizeGlyphs32() Arthur Danskin - Sep 3, 2019 * Added 32-bit character support with TTF_GlyphIsProvided32() and TTF_GlyphMetrics32() Sylvain - Apr 5, 2019 * Added functions to set direction and script when using Harfbuzz: TTF_SetDirection() TTF_SetScript() Sylvain - Mar 25, 2019 * Added extended API for text measurement: TTF_MeasureText() TTF_MeasureUTF8() TTF_MeasureUNICODE() Sylvain - Jan 31, 2019 * Added TTF_SetFontSize() to set font size dynamically * Added 'Shaded' and 'Solid' text wrapped functions: TTF_RenderText_Solid_Wrapped() TTF_RenderUTF8_Solid_Wrapped() TTF_RenderUNICODE_Solid_Wrapped() TTF_RenderText_Shaded_Wrapped() TTF_RenderUTF8_Shaded_Wrapped() TTF_RenderUNICODE_Shaded_Wrapped() * Added TTF_HINTING_LIGHT_SUBPIXEL for better results at small text sizes at a performance cost
Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:04 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
revbump for icu and libffi
Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 8 21:05:03 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Recursive revbump for audio/jack
Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:28 2020 UTC (3 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
*: revbump for libsndfile
Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:43 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
*: recursive bump for libffi
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:10 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 13 19:44:49 2019 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
SDL2_ttf: update to 2.0.15. 2.0.15: Sam Lantinga - Fri Oct 26 13:26:54 PDT 2018 * Updated to FreeType version 2.9.1 Sam Lantinga - Sun Sep 10 00:18:45 PDT 2017 * Text rendering functions now use the alpha component of the text colors Sam Lantinga - Sat Sep 9 22:21:55 PDT 2017 * Added support for characters greater than 0xFFFF (e.g. emoji) in the UTF-8 APIs
Revision 1.10 / (download) - annotate - [select for diffs], Thu May 10 21:48:15 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
SDL2_ttf: use pkg-config to find freetype2.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 16 19:26:56 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Reset maintainer
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 7 14:11:33 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update SDL2_ttf to 2.0.14: 2.0.14: Ryan Gordon - Fri Jan 29 12:53:29 PST 2016 * Deprecated TTF_GetFontKerningSize() which takes font glyph indices and added TTF_GetFontKerningSizeGlyphs() which takes characters
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 17 14:07:37 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.6: +6 -7
lines
Diff to previous 1.6 (colored)
Merge updated version from devel/SDL2_ttf into this.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 25 14:20:48 2015 UTC (8 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Recursive revbump following MesaLib update, categories a through f.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 9 08:43:13 2015 UTC (8 years, 9 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Recursive bump for SDL2-using packages.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 18 15:08:49 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.3: +5 -7
lines
Diff to previous 1.3 (colored)
Removed options.mk, because it didn't do anything. If specific options were enabled for SDL2, they would be pulled anyway. The 'static' option was pointless.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 16 01:36:51 2014 UTC (9 years, 8 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Rolling back previous change. Was fixed in PR/48657.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 15 22:05:49 2014 UTC (9 years, 8 months ago) by rodent
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Needs png, apparently.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 2 16:06:19 2014 UTC (9 years, 9 months ago) by rodent
Branch: MAIN
Import SDL2_ttf-2.0.12 as fonts/SDL2_ttf. This is a sample library which allows you to use TrueType fonts in your SDL applications. It comes with an example program "showfont" which displays an example string for a given TrueType font file.