[arch-commits] Commit in sdl2_image/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Jul 9 16:38:30 UTC 2022


    Date: Saturday, July 9, 2022 @ 16:38:30
  Author: svenstaro
Revision: 450576

upgpkg: sdl2_image 2.6.0-2: Disable std_image for greater compatibility

Modified:
  sdl2_image/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-09 16:05:12 UTC (rev 450575)
+++ PKGBUILD	2022-07-09 16:38:30 UTC (rev 450576)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 pkgname=sdl2_image
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
 arch=('x86_64')
 url="https://github.com/libsdl-org/SDL_image"
@@ -18,6 +18,7 @@
   ./configure --disable-static --prefix=/usr \
     --disable-jpg-shared \
     --disable-png-shared \
+    --disable-stb-image \
     --disable-tif-shared \
     --disable-jxl-shared \
     --disable-webp-shared



More information about the arch-commits mailing list