sdl2_ttf: update to 2.22.0

This commit is contained in:
John McQuah 2024-02-03 00:29:42 +00:00
parent d6ee4da7c2
commit 81f50cd2d3
3 changed files with 10 additions and 11 deletions

View File

@ -10,8 +10,8 @@ drwxr-xr-x root/root usr/lib/cmake/SDL2_ttf/
-rw-r--r-- root/root usr/lib/cmake/SDL2_ttf/SDL2_ttfConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2_ttf/SDL2_ttfConfigVersion.cmake
lrwxrwxrwx root/root usr/lib/libSDL2_ttf-2.0.so -> libSDL2_ttf-2.0.so.0
lrwxrwxrwx root/root usr/lib/libSDL2_ttf-2.0.so.0 -> libSDL2_ttf-2.0.so.0.2100.0
-rwxr-xr-x root/root usr/lib/libSDL2_ttf-2.0.so.0.2100.0
lrwxrwxrwx root/root usr/lib/libSDL2_ttf-2.0.so.0 -> libSDL2_ttf-2.0.so.0.2200.0
-rwxr-xr-x root/root usr/lib/libSDL2_ttf-2.0.so.0.2200.0
lrwxrwxrwx root/root usr/lib/libSDL2_ttf.so -> libSDL2_ttf-2.0.so.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/SDL2_ttf.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yeMSwzB6h359DzGr9izI8XocuOWFYPUFAsRd4eIQBwvEZJshJDrdunMbqYsmk0k+AGi5H96KhlHw639paob6AA=
SHA256 (Pkgfile) = 43d32791d24c25418f623a9c70e9b2a98ab9e0d15ecd0db413921dc8decd4389
SHA256 (.footprint) = 8370f3d034ead8b4f7b16b0b0af0937ceef4cdfb227892566922ee5cf432302b
SHA256 (sdl2_ttf-2.20.2.tar.gz) = 34497c41f2a5a3d3a9edcf5d60974c79e54dd69daf7cc6f4c9c781ba714998d1
RWSagIOpLGJF3+Zf9fdGxB+KXXWiEdnjZeV35WHRJ1/DjZ1rpSK5Btw4c321jgDUKVtJ7dreljWvkmvrXlAebcbgDZ6C4LTxEQQ=
SHA256 (Pkgfile) = e65e2fa90303a73cf3b430b4fefc5f0603406ef10c5479b113e54bf7c9459622
SHA256 (.footprint) = a78ae900daef24f9ea02d84f815d8e7a4db80f5f8062db7e4ad273371d499093
SHA256 (SDL2_ttf-2.22.0.tar.gz) = d48cbd1ce475b9e178206bf3b72d56b66d84d44f64ac05803328396234d67723

View File

@ -4,13 +4,12 @@
# Depends on: freetype libsdl2
name=sdl2_ttf
version=2.20.2
_commit=3a51231c98ab0ca728bba6eb5f743da5dcfedf5a
release=3
source=(https://github.com/libsdl-org/SDL_ttf/archive/$_commit/$name-$version.tar.gz)
version=2.22.0
release=1
source=(https://github.com/libsdl-org/SDL_ttf/releases/download/release-$version/SDL2_ttf-$version.tar.gz)
build() {
cmake -S SDL_ttf-$_commit -B build -G Ninja \
cmake -S SDL2_ttf-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \