[60834] trunk/dports/devel/libsdl_image/Portfile

nox at macports.org nox at macports.org
Wed Nov 25 03:54:38 PST 2009


Revision: 60834
          http://trac.macports.org/changeset/60834
Author:   nox at macports.org
Date:     2009-11-25 03:54:37 -0800 (Wed, 25 Nov 2009)
Log Message:
-----------
libsdl_image:
 * Update to 1.2.10.
 * Fix build on Leopard (closes #22184 and #22540).

Modified Paths:
--------------
    trunk/dports/devel/libsdl_image/Portfile

Modified: trunk/dports/devel/libsdl_image/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image/Portfile	2009-11-25 11:54:28 UTC (rev 60833)
+++ trunk/dports/devel/libsdl_image/Portfile	2009-11-25 11:54:37 UTC (rev 60834)
@@ -5,7 +5,7 @@
 
 name            libsdl_image
 set my_name     SDL_image
-version         1.2.9
+version         1.2.10
 categories      devel graphics
 platforms       macosx
 maintainers     nox openmaintainer
@@ -19,17 +19,25 @@
 master_sites    ${homepage}release/
 distname        ${my_name}-${version}
 
-checksums           md5     793eb3e7bbbf396f83fc6cd031842aa3 \
-                    sha1    28bfb7ab56956f195fcdda3ef243ce096ed49619 \
-                    rmd160  198f0150b5e6be5eda594295de3b455794efb343
+checksums       md5     6c06584b31559e2b59f2b982d0d1f628 \
+                sha1    6bae71fdfd795c3dbf39f6c7c0cf8b212914ef97 \
+                rmd160  8133f7f8d488b1c3f69ad80a941289b4508d2901
 
-depends_lib     path:lib/pkgconfig/sdl.pc:libsdl port:libpng port:jpeg port:tiff port:zlib
+depends_lib     path:lib/pkgconfig/sdl.pc:libsdl \
+                port:libpng \
+                port:jpeg \
+                port:tiff \
+                port:zlib
 
 configure.args  --disable-sdltest \
                 --enable-jpg-shared=false \
                 --enable-png-shared=false \
                 --enable-tif-shared=false
 
+pre-configure {
+    configure.env-append    SDL_LIBS='[exec ${prefix}/bin/sdl-config --libs]'
+}
+
 use_parallel_build  yes
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091125/77de6a9e/attachment.html>


More information about the macports-changes mailing list