Package: libdevil1 Version: 1.7.8 Revision: 109 Description: Developer's Image Library DescDetail: << Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use. Ultimate control of images is left to the developer, so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. Currently, DevIL can load .bmp, .cut, .dds, .doom, .exr, .hdr, .gif, .ico, .jp2, .jpg,.lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp, .raw, .sgi, .tga and .tif files. Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm, .pcx, .pgm, .png, .ppm, .raw, .sgi, .tga and .tif. << 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 Source: mirror:sourceforge:openil/DevIL-%v.tar.gz Source-MD5: 7918f215524589435e5ec2e8736d5e1d PatchFile: %n.patch PatchFile-MD5: 17546580b49a50a497cfc3fd9594f275 PatchScript: << %{default_script} << Depends: %n-shlibs (= %v-%r) BuildDepends: << fink (>= 0.24.12), fink-package-precedence, ilmbase, lcms, libgl-dev, libjasper.1, libjpeg9 (>= 9-3), libmng2, libopenexr6, libpng16, libsquish0, libtiff5, pkgconfig, sdl, x11-dev << BuildDependsOnly: true ConfigureParams: << --enable-dependency-tracking \ --disable-static \ --disable-allegro \ --enable-ILU \ --enable-ILUT \ --disable-sdltest \ --without-nvtt \ --x-includes=/usr/X11R6/includes \ --x-libraries=/usr/X11R6/lib << GCC: 4.0 SetCFLAGS: -Os -std=gnu99 SetCXXFLAGS: -Os SetLDFLAGS: -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -Wl,-dead_strip_dylibs CompileScript: << %{default_script} fink-package-precedence . << 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 rm -rf %i/share/devil mv %i/share/doc/devil %i/share/doc/%n << InfoDocs: DevIL_manual.info DocFiles: AUTHORS ChangeLog COPYING CREDITS NEWS README* TODO SplitOff: << Package: %N-shlibs Depends: << lcms-shlibs, libgl-shlibs, libjasper.1-shlibs, libjpeg9-shlibs (>= 9-3), libmng2-shlibs, libopenexr6-shlibs, libpng16-shlibs, libsquish0-shlibs, libtiff5-shlibs, sdl-shlibs, x11-shlibs << Files: lib/libIL*1.dylib Shlibs: << %p/lib/libIL.1.dylib 3.0.0 %n (>= 1.7.8-1) %p/lib/libILU.1.dylib 3.0.0 %n (>= 1.7.8-1) %p/lib/libILUT.1.dylib 3.0.0 %n (>= 1.7.8-1) << DocFiles: AUTHORS ChangeLog COPYING CREDITS NEWS README* TODO << SplitOff2: << Package: %N-bin Depends: %N-shlibs (= %v-%r) Files: bin DocFiles: AUTHORS ChangeLog COPYING CREDITS NEWS README* TODO <<