Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8235

Modified Files:
        libdevil1.info 
Log Message:
Made test suite actually work (needs coreutils) and added openexr support.

Index: libdevil1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libdevil1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libdevil1.info      22 Jun 2009 15:47:33 -0000      1.3
+++ libdevil1.info      23 Jun 2009 02:08:58 -0000      1.4
@@ -1,6 +1,6 @@
 Package: libdevil1
 Version: 1.7.8
-Revision: 2
+Revision: 3
 Description: Developer's Image Library
 DescDetail: <<
        Developer's Image Library (DevIL) is a programmer's library to develop
@@ -18,7 +18,15 @@
        Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
        .pcx, .pgm, .png, .ppm, .raw, .sgi, .tga and .tif.
 <<
-License: LGPL
+DescPackaging: <<
+       configure gives warning about not being able to compile squish.h.
+       This is a bug in configure (uses gcc instead of g++ to test) and
+       can be safely ignored. Doesn't effect building.
+       
+       Enabled openexr support once I was sure linking to a static lib
+       wouldn't break anything if it wasn't propagated.
+<<
+License: LGPL2
 Homepage: http://openil.sourceforge.net/
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 
@@ -39,6 +47,8 @@
        libpng3,
        libsquish0,
        libtiff,
+       openexr-dev,
+       pkgconfig,
        sdl,
        x11-dev
 <<
@@ -49,7 +59,6 @@
        --disable-static \
        --enable-ILU \
        --enable-ILUT \
-       --disable-exr \
        --disable-sdltest \
        --x-includes=/usr/X11R6/includes \
        --x-libraries=/usr/X11R6/lib
@@ -71,7 +80,14 @@
        %{default_script}
 <<
 
-InfoTest: TestScript: make check || exit 2
+InfoTest: <<
+       #Test suite needs GNU expr to run properly.
+       TestDepends: coreutils
+       TestScript: <<
+               perl -pi -e 's/expr/gexpr/g' test/format_test/format_checks.sh
+               make check || exit 2
+       <<
+<<
 
 InstallScript: <<
        make install install-html DESTDIR=%d


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to