From 01316d7f8500a406beed58ee68d804d5668c4611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sun, 18 Sep 2022 13:28:34 +0100 Subject: [PATCH] SDL2_image: update to 2.6.2; adopt. --- srcpkgs/SDL2_image/template | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template index 07885314de48..cefcff0b4c2f 100644 --- a/srcpkgs/SDL2_image/template +++ b/srcpkgs/SDL2_image/template @@ -1,21 +1,23 @@ # Template file for 'SDL2_image' pkgname=SDL2_image -version=2.0.5 -revision=2 +version=2.6.2 +revision=1 build_style=gnu-configure -configure_args="--disable-static --disable-jpg-shared - --disable-png-shared --disable-webp-shared --disable-tif-shared" +configure_args="--disable-static --disable-jpg-shared --disable-png-shared + --disable-stb-image --disable-tif-shared --disable-jxl-shared + --disable-webp-shared" hostmakedepends="pkg-config" makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel" short_desc="Load images as SDL surfaces (SDL 2.x)" -maintainer="Orphaned " +maintainer="André Cerqueira " license="Zlib" -homepage="http://www.libsdl.org/projects/SDL_image/" +homepage="https://github.com/libsdl-org/SDL_image" +changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/main/CHANGES.txt" distfiles="http://www.libsdl.org/projects/SDL_image/release/${pkgname}-${version}.tar.gz" -checksum=bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0 +checksum=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777 post_install() { - vlicense COPYING.txt COPYING + vlicense LICENSE.txt LICENSE } SDL2_image-devel_package() {