SHA256
1
0
forked from jengelh/SDL2_image

1 Commits

Author SHA256 Message Date
3392a9e4ea Use pkgconfig() to locate build requirements 2025-07-14 16:46:02 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 14 14:45:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Use pkgconfig() to locate build requirements
-------------------------------------------------------------------
Tue Apr 15 23:20:54 UTC 2025 - Mia Herkt <mia@0x0.st>

View File

@@ -27,7 +27,6 @@ URL: https://libsdl.org/projects/SDL_image/
Source: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz
Source2: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz.sig
Source9: %name.keyring
BuildRequires: SDL2-devel >= 2.24
BuildRequires: automake
BuildRequires: dos2unix
BuildRequires: libjpeg-devel
@@ -38,6 +37,7 @@ BuildRequires: pkgconfig(libavif)
BuildRequires: pkgconfig(libjxl)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(sdl2) >= 2.24
Provides: bundled(stb_image) = 2.30
%description