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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Nov 17 20:39:59 UTC 2018


    Date: Saturday, November 17, 2018 @ 20:39:58
  Author: bpiotrowski
Revision: 340071

2.0.4-2: link dependencies dynamically instead of using dlopen

Modified:
  sdl2_image/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-17 20:11:55 UTC (rev 340070)
+++ PKGBUILD	2018-11-17 20:39:58 UTC (rev 340071)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=sdl2_image
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org/projects/SDL_image"
@@ -13,7 +13,11 @@
 
 build() {
   cd "${srcdir}/SDL2_image-${pkgver}/"
-  ./configure --disable-static --prefix=/usr
+  ./configure --disable-static --prefix=/usr \
+    --disable-jpg-shared \
+    --disable-png-shared \
+    --disable-tif-shared \
+    --disable-webp-shared
   make
 }
 



More information about the arch-commits mailing list