[Lunar-commits] <moonbase> devil: initial import.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Feb 14 23:58:39 CET 2009
commit a819f9c6fa54ed25ae715c10f44daafd457fb8d5
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Feb 14 17:58:39 2009 -0500
devil: initial import.
---
graphics/devil/BUILD | 7 +++++++
graphics/devil/DEPENDS | 11 +++++++++++
graphics/devil/DETAILS | 32 ++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/graphics/devil/BUILD b/graphics/devil/BUILD
new file mode 100644
index 0000000..b454942
--- /dev/null
+++ b/graphics/devil/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS="$OPTS --enable-ILU --enable-ILUT"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/devil/DEPENDS b/graphics/devil/DEPENDS
new file mode 100644
index 0000000..2d41951
--- /dev/null
+++ b/graphics/devil/DEPENDS
@@ -0,0 +1,11 @@
+depends libpng
+depends zlib
+depends jpeg
+depends tiff
+depends lcms
+depends jasper
+
+optional_depends SDL "--enable-sdl" "--disable-sdl" "for SDL support"
+optional_depends OpenEXR "--enable-exr" "--disable-exr" "for high dynamic-range support"
+optional_depends libmng "--enable-mng" "--disable-mng" "for MNG format support"
+optional_depends allegro "--enable-allegro" "--disable-allegro" "for additional graphical support"
diff --git a/graphics/devil/DETAILS b/graphics/devil/DETAILS
new file mode 100644
index 0000000..c827cef
--- /dev/null
+++ b/graphics/devil/DETAILS
@@ -0,0 +1,32 @@
+ MODULE=devil
+ VERSION=1.7.7
+ SOURCE=DevIL-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/openil/
+ SOURCE_VFY=sha1:b069aca53680ad18d8cfc4eee87d3ad52186308b
+ WEB_SITE=http://openil.sourceforge.net/
+ ENTERED=20090214
+ UPDATED=20090214
+ SHORT="Developer's Image Library"
+
+cat << EOF
+Many people may have known DevIL as OpenIL, but the name was changed due to
+SGI's request.
+
+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.
+
+DevIL currently supports the following APIs for display: OpenGL, Windows GDI,
+SDL, DirectX and Allegro. Compilers that can compile DevIL or use it include
+Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and Dev-C++.
+EOF
More information about the Lunar-commits
mailing list