Skip to content
Snippets Groups Projects
Commit 61182e16 authored by Dmitry Marakasov's avatar Dmitry Marakasov
Browse files

graphics/sdl2_ttf: update 2.20.0 → 2.20.1

- Fix installation with WITH_DEBUG
- Update pkg-descr
parent 513837bd
No related branches found
No related tags found
No related merge requests found
PORTNAME= sdl2_ttf
DISTVERSIONPREFIX= release-
DISTVERSION= 2.20.0
DISTVERSION= 2.20.1
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
......@@ -17,6 +17,7 @@ GH_ACCOUNT= libsdl-org
GH_PROJECT= SDL_ttf
USE_SDL= sdl2
CMAKE_OFF= SDL2TTF_SAMPLES
CMAKE_ARGS= -DSDL2TTF_DEBUG_POSTFIX:STRING=
USE_LDCONFIG= yes
PORTDOCS= *
......
TIMESTAMP = 1658256602
SHA256 (libsdl-org-SDL_ttf-release-2.20.0_GH0.tar.gz) = 3b3ec3e00dcfd188f572b50daa74b1cb8f40120ab094ce3d9e289705fd178183
SIZE (libsdl-org-SDL_ttf-release-2.20.0_GH0.tar.gz) = 8809737
TIMESTAMP = 1661858799
SHA256 (libsdl-org-SDL_ttf-release-2.20.1_GH0.tar.gz) = 520bb84423dc705164781b6f00d81e7016fbdd884b2bd2b2f24335269a0130a7
SIZE (libsdl-org-SDL_ttf-release-2.20.1_GH0.tar.gz) = 8813290
SDL_ttf is a TrueType font rendering library that is used with the
SDL library, and almost as portable. It depends on freetype2 to
handle the TrueType font data. It allows a programmer to use multiple
TrueType fonts without having to code a font rendering routine
themselves. With the power of outline fonts and antialiasing, high
quality text output can be obtained without much effort.
This library is a wrapper around the FreeType and Harfbuzz libraries,
allowing you to use TrueType fonts to render text in SDL applications.
It allows a programmer to use multiple TrueType fonts without having
to code a font rendering routine themselves. With the power of
outline fonts and antialiasing, high quality text output can be
obtained without much effort.
WWW: https://github.com/libsdl-org/SDL_ttf
......@@ -5,6 +5,6 @@ lib/cmake/SDL2_ttf/SDL2_ttfConfig.cmake
lib/cmake/SDL2_ttf/SDL2_ttfConfigVersion.cmake
lib/libSDL2_ttf-2.0.so
lib/libSDL2_ttf-2.0.so.0
lib/libSDL2_ttf-2.0.so.0.2000.0
lib/libSDL2_ttf-2.0.so.0.2000.1
lib/libSDL2_ttf.so
libdata/pkgconfig/SDL2_ttf.pc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment