Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sdl_ttf: Update to de50cffd41e6
@ 2020-12-10 18:18 Gleb Mazovetskiy
  2021-01-02  9:40 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gleb Mazovetskiy @ 2020-12-10 18:18 UTC (permalink / raw)
  To: buildroot

There is unlikely to be a new SDL_ttf release for the foreseeable future:
https://bugzilla.libsdl.org/show_bug.cgi?id=5344#c1

The unreleased version from HEAD as of 2020-11-09 has several bugfixes
and DPI scaling support:
https://hg.libsdl.org/SDL_ttf/rev/7dbd7cd826d6

DPI scaling is used for rendering on HiDPI displays and displays
with non-square pixels.

Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
---
 package/sdl_ttf/sdl_ttf.hash |  2 +-
 package/sdl_ttf/sdl_ttf.mk   | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/package/sdl_ttf/sdl_ttf.hash b/package/sdl_ttf/sdl_ttf.hash
index 86a15d6dd4..97416c18c6 100644
--- a/package/sdl_ttf/sdl_ttf.hash
+++ b/package/sdl_ttf/sdl_ttf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7  SDL_ttf-2.0.11.tar.gz
+sha256  f7bf5f6a4a21542a6ce5440dc0d81f3a26d029ee689e1fade62925b1e6667bd9  de50cffd41e6.tar.gz
 sha256  b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b  COPYING
diff --git a/package/sdl_ttf/sdl_ttf.mk b/package/sdl_ttf/sdl_ttf.mk
index 1d94c6c5cf..9ac12ef5b7 100644
--- a/package/sdl_ttf/sdl_ttf.mk
+++ b/package/sdl_ttf/sdl_ttf.mk
@@ -4,9 +4,18 @@
 #
 ################################################################################
 
-SDL_TTF_VERSION = 2.0.11
-SDL_TTF_SOURCE = SDL_ttf-$(SDL_TTF_VERSION).tar.gz
-SDL_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release
+# There is unlikely to be a new SDL_ttf release for the foreseeable future:
+# https://bugzilla.libsdl.org/show_bug.cgi?id=5344#c1
+#
+# The unreleased version from HEAD as of 2020-11-09 has several bugfixes
+# and DPI scaling support:
+# https://hg.libsdl.org/SDL_ttf/rev/7dbd7cd826d6
+#
+# DPI scaling is used for rendering on HiDPI displays and displays
+# with non-square pixels.
+SDL_TTF_VERSION = de50cffd41e6
+SDL_TTF_SOURCE = $(SDL_TTF_VERSION).tar.gz
+SDL_TTF_SITE = https://hg.libsdl.org/SDL_ttf/archive
 SDL_TTF_LICENSE = Zlib
 SDL_TTF_LICENSE_FILES = COPYING
 
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/sdl_ttf: Update to de50cffd41e6
  2020-12-10 18:18 [Buildroot] [PATCH 1/1] package/sdl_ttf: Update to de50cffd41e6 Gleb Mazovetskiy
@ 2021-01-02  9:40 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-01-02  9:40 UTC (permalink / raw)
  To: buildroot

On Thu, 10 Dec 2020 18:18:06 +0000
Gleb Mazovetskiy <glex.spb@gmail.com> wrote:

> There is unlikely to be a new SDL_ttf release for the foreseeable future:
> https://bugzilla.libsdl.org/show_bug.cgi?id=5344#c1
> 
> The unreleased version from HEAD as of 2020-11-09 has several bugfixes
> and DPI scaling support:
> https://hg.libsdl.org/SDL_ttf/rev/7dbd7cd826d6
> 
> DPI scaling is used for rendering on HiDPI displays and displays
> with non-square pixels.
> 
> Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
> ---
>  package/sdl_ttf/sdl_ttf.hash |  2 +-
>  package/sdl_ttf/sdl_ttf.mk   | 15 ++++++++++++---
>  2 files changed, 13 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-02  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-10 18:18 [Buildroot] [PATCH 1/1] package/sdl_ttf: Update to de50cffd41e6 Gleb Mazovetskiy
2021-01-02  9:40 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox