SDL2_image: update to 2.6.2; adopt.

This commit is contained in:
André Cerqueira 2022-09-18 13:28:34 +01:00 committed by classabbyamp
parent ef9d67eb5a
commit 26bc3066f5

View file

@ -1,21 +1,23 @@
# Template file for 'SDL2_image' # Template file for 'SDL2_image'
pkgname=SDL2_image pkgname=SDL2_image
version=2.0.5 version=2.6.2
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-jpg-shared configure_args="--disable-static --disable-jpg-shared --disable-png-shared
--disable-png-shared --disable-webp-shared --disable-tif-shared" --disable-stb-image --disable-tif-shared --disable-jxl-shared
--disable-webp-shared"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel" makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
short_desc="Load images as SDL surfaces (SDL 2.x)" short_desc="Load images as SDL surfaces (SDL 2.x)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="Zlib" 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" distfiles="http://www.libsdl.org/projects/SDL_image/release/${pkgname}-${version}.tar.gz"
checksum=bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0 checksum=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
post_install() { post_install() {
vlicense COPYING.txt COPYING vlicense LICENSE.txt LICENSE
} }
SDL2_image-devel_package() { SDL2_image-devel_package() {