forked from jengelh/SDL2_image
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
3392a9e4ea |
@@ -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>
|
Tue Apr 15 23:20:54 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@@ -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
|
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
|
Source2: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz.sig
|
||||||
Source9: %name.keyring
|
Source9: %name.keyring
|
||||||
BuildRequires: SDL2-devel >= 2.24
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@@ -38,6 +37,7 @@ BuildRequires: pkgconfig(libavif)
|
|||||||
BuildRequires: pkgconfig(libjxl)
|
BuildRequires: pkgconfig(libjxl)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(libwebp)
|
BuildRequires: pkgconfig(libwebp)
|
||||||
|
BuildRequires: pkgconfig(sdl2) >= 2.24
|
||||||
Provides: bundled(stb_image) = 2.30
|
Provides: bundled(stb_image) = 2.30
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user