We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5344 - SDL_ttf 2.0.11.1 missing from releases
Summary: SDL_ttf 2.0.11.1 missing from releases
Status: RESOLVED FIXED
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.11
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-08 22:00 UTC by Gleb Mazovetskiy
Modified: 2020-11-15 13:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Mazovetskiy 2020-11-08 22:00:24 UTC
The archives are missing from here:
https://www.libsdl.org/projects/SDL_ttf/release/

---

Aside: there're also a build error when building 78a52916207f via buildroot:

   showfont.o: undefined reference to symbol 'libiconv_open'

(even though the libiconv 1.15 exists)

Is there a way to disable building showfont?
Comment 1 Ozkan Sezer 2020-11-09 02:06:57 UTC
(In reply to Gleb Mazovetskiy from comment #0)
> The archives are missing from here:
> https://www.libsdl.org/projects/SDL_ttf/release/

I don't think Ryan and Sam will do any new SDL1.2-based releases
in the foreseeable future. (I'm just maintaining existing code..)

> Aside: there're also a build error when building 78a52916207f via buildroot:
> 
>    showfont.o: undefined reference to symbol 'libiconv_open'
> 
> (even though the libiconv 1.15 exists)
> 
> Is there a way to disable building showfont?

https://hg.libsdl.org/SDL_ttf/rev/de50cffd41e6 should fix
showfont linkage. (If not drop a note here.)
Comment 2 Ozkan Sezer 2020-11-11 01:49:03 UTC
Closing as fixed.
Comment 3 Gleb Mazovetskiy 2020-11-15 13:14:22 UTC
Thanks, the build does work now!