SDL2_image: update to 2.6.3.
This commit is contained in:
parent
dcbb187617
commit
8a962b373b
|
@ -1,20 +1,18 @@
|
||||||
# Template file for 'SDL2_image'
|
# Template file for 'SDL2_image'
|
||||||
pkgname=SDL2_image
|
pkgname=SDL2_image
|
||||||
version=2.6.2
|
version=2.6.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
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"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
|
makedepends="SDL2-devel libjpeg-turbo-devel libpng-devel libwebp-devel
|
||||||
|
tiff-devel zlib-devel"
|
||||||
short_desc="Load images as SDL surfaces (SDL 2.x)"
|
short_desc="Load images as SDL surfaces (SDL 2.x)"
|
||||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
homepage="https://github.com/libsdl-org/SDL_image"
|
homepage="https://github.com/libsdl-org/SDL_image"
|
||||||
changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/main/CHANGES.txt"
|
changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/SDL2/CHANGES.txt"
|
||||||
distfiles="http://www.libsdl.org/projects/SDL_image/release/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz"
|
||||||
checksum=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
|
checksum=931c9be5bf1d7c8fae9b7dc157828b7eee874e23c7f24b44ba7eff6b4836312c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Reference in New Issue