Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
5a2d3edba6 | |||
40728ad409 | |||
ce11c52b2e | |||
2c48d8ddf0
|
|||
bdb6cefed8 |
BIN
SDL2_ttf-2.22.0.tar.gz
(Stored with Git LFS)
BIN
SDL2_ttf-2.22.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
SDL2_ttf-2.24.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
SDL2_ttf-2.24.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SDL2_ttf-2.24.0.tar.gz.sig
Normal file
BIN
SDL2_ttf-2.24.0.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 14 14:45:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use pkgconfig() to locate build requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 8 12:08:48 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||||
|
|
||||||
|
- Reference baselibs.conf as a Source to make factory-auto happy
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 15 23:27:58 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Add baselibs.conf
|
||||||
|
Some proprietary 32-bit games need this and don’t provide
|
||||||
|
versions that work with Tumbleweed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 2 17:56:05 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.24
|
||||||
|
* Added function ``TTF_SetFontLineSkip()``
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 21 17:12:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jan 21 17:12:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL2_ttf
|
# spec file for package SDL2_ttf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: SDL2_ttf
|
Name: SDL2_ttf
|
||||||
%define lname libSDL2_ttf-2_0-0
|
%define lname libSDL2_ttf-2_0-0
|
||||||
Version: 2.22.0
|
Version: 2.24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple DirectMedia Layer 2 Truetype library
|
Summary: Simple DirectMedia Layer 2 Truetype library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
@@ -28,12 +28,13 @@ URL: https://github.com/libsdl-org/SDL_ttf
|
|||||||
#Git-Clone: https://github.com/libsdl-org/SDL_ttf
|
#Git-Clone: https://github.com/libsdl-org/SDL_ttf
|
||||||
Source: https://github.com/libsdl-org/SDL_ttf/releases/download/release-%version/SDL2_ttf-%version.tar.gz
|
Source: https://github.com/libsdl-org/SDL_ttf/releases/download/release-%version/SDL2_ttf-%version.tar.gz
|
||||||
Source2: https://github.com/libsdl-org/SDL_ttf/releases/download/release-%version/SDL2_ttf-%version.tar.gz.sig
|
Source2: https://github.com/libsdl-org/SDL_ttf/releases/download/release-%version/SDL2_ttf-%version.tar.gz.sig
|
||||||
|
Source3: baselibs.conf
|
||||||
Source8: %name.keyring
|
Source8: %name.keyring
|
||||||
BuildRequires: SDL2-devel >= 2.24
|
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
|
BuildRequires: pkgconfig(sdl2) >= 2.24
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a sample library that allows you to use TrueType fonts in your
|
This is a sample library that allows you to use TrueType fonts in your
|
||||||
|
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# e.g. for (the GOG version of) Corpse Party
|
||||||
|
libSDL2_ttf-2_0-0
|
Reference in New Issue
Block a user