summaryrefslogtreecommitdiff
path: root/sdl2_image/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-01-21 22:04:43 +1100
committerDanny Rawlins <monster.romster@gmail.com>2020-01-21 22:04:43 +1100
commit5df66a3dfa13e9d3c12762da977ed47e71e94a60 (patch)
treee7d6f8816b68a5bbcea8019e53d29a0b808f4c02 /sdl2_image/Pkgfile
parent0e89df3e7d4777891e1a42c9047c2f69d8530bbd (diff)
downloadcontrib-5df66a3dfa13e9d3c12762da977ed47e71e94a60.tar.gz
contrib-5df66a3dfa13e9d3c12762da977ed47e71e94a60.tar.xz
sdl2_image: 2.0.4 -> 2.0.5
Diffstat (limited to 'sdl2_image/Pkgfile')
-rw-r--r--sdl2_image/Pkgfile22
1 files changed, 14 insertions, 8 deletions
diff --git a/sdl2_image/Pkgfile b/sdl2_image/Pkgfile
index 960130cf9..e595a178d 100644
--- a/sdl2_image/Pkgfile
+++ b/sdl2_image/Pkgfile
@@ -1,17 +1,23 @@
# Description: SDL_image is an image file loading library.
# URL: http://www.libsdl.org/projects/SDL_image
-# Maintainer: unmaintained
+# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libsdl2 libwebp
name=sdl2_image
-version=2.0.4
+version=2.0.5
release=1
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL2_image-$version.tar.gz)
+source=(https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$version.tar.gz)
build() {
- cd SDL2_image-$version
- ./configure --prefix=/usr \
- --disable-static
- make
- make DESTDIR=$PKG install
+ cd SDL2_image-$version
+
+ ./configure \
+ --prefix=/usr \
+ --disable-jpg-shared \
+ --disable-png-shared \
+ --disable-tif-shared \
+ --disable-webp-shared
+
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit