sdl_ttf: deprecate

Closes #122360.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2023-02-05 01:20:47 -08:00 committed by BrewTestBot
parent 9888fe74e4
commit 5e1f270eae
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class SdlTtf < Formula
end
head do
url "https://github.com/libsdl-org/SDL_ttf.git", branch: "main"
url "https://github.com/libsdl-org/SDL_ttf.git", branch: "SDL-1.2"
depends_on "autoconf" => :build
depends_on "automake" => :build
@ -35,8 +35,7 @@ class SdlTtf < Formula
end
# SDL 1.2 is deprecated, unsupported, and not recommended for new projects.
# Commented out while this formula still has dependents.
# deprecate! date: "2013-08-17", because: :deprecated_upstream
deprecate! date: "2023-02-05", because: :deprecated_upstream
depends_on "pkg-config" => :build
depends_on "freetype"