pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/devIL Initial import of devIL-1.6.6 from pkgsrc-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2636ff054af9
branches: trunk
changeset: 464065:2636ff054af9
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Dec 03 19:00:02 2003 +0000
description:
Initial import of devIL-1.6.6 from pkgsrc-wip.
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, .gif, .ico, .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++.
diffstat:
devel/devIL/DESCR | 18 ++++++++++++++++++
devel/devIL/Makefile | 30 ++++++++++++++++++++++++++++++
devel/devIL/PLIST | 24 ++++++++++++++++++++++++
devel/devIL/buildlink2.mk | 34 ++++++++++++++++++++++++++++++++++
devel/devIL/distinfo | 4 ++++
5 files changed, 110 insertions(+), 0 deletions(-)
diffs (130 lines):
diff -r a4889dec13bc -r 2636ff054af9 devel/devIL/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/devIL/DESCR Wed Dec 03 19:00:02 2003 +0000
@@ -0,0 +1,18 @@
+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, .gif, .ico, .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++.
diff -r a4889dec13bc -r 2636ff054af9 devel/devIL/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/devIL/Makefile Wed Dec 03 19:00:02 2003 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+#
+
+DISTNAME= DevIL-1.6.6
+PKGNAME= ${DISTNAME:S/D/d/}
+WRKSRC= ${WRKDIR}/DevIL
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openil/}
+
+MAINTAINER= xtraeme%NetBSD.org@localhost
+HOMEPAGE= http://openil.sourceforge.net/
+COMMENT= Developer's Image Library
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+USE_X11= yes
+
+CONFIGURE_ARGS+= --disable-lcms
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../graphics/mng/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/tiff/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a4889dec13bc -r 2636ff054af9 devel/devIL/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/devIL/PLIST Wed Dec 03 19:00:02 2003 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+include/IL/config.h
+include/IL/devil_internal_exports.h
+include/IL/il.h
+include/IL/il_wrap.h
+include/IL/ilu.h
+include/IL/ilu_region.h
+include/IL/ilut.h
+lib/libIL.a
+lib/libIL.la
+lib/libIL.so
+lib/libIL.so.1
+lib/libIL.so.1.166
+lib/libILU.a
+lib/libILU.la
+lib/libILU.so
+lib/libILU.so.1
+lib/libILU.so.1.166
+lib/libILUT.a
+lib/libILUT.la
+lib/libILUT.so
+lib/libILUT.so.1
+lib/libILUT.so.1.166
+@dirrm include/IL
diff -r a4889dec13bc -r 2636ff054af9 devel/devIL/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/devIL/buildlink2.mk Wed Dec 03 19:00:02 2003 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use DevIL.
+#
+# This file was created automatically using createbuildlink 2.7.
+#
+
+.if !defined(DEVIL_BUILDLINK2_MK)
+DEVIL_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= DevIL
+BUILDLINK_DEPENDS.DevIL?= DevIL>=1.6.6
+BUILDLINK_PKGSRCDIR.DevIL?= ../../devel/devIL
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.DevIL=DevIL
+BUILDLINK_PREFIX.DevIL_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.DevIL+= include/IL/*.h
+BUILDLINK_FILES.DevIL+= lib/libIL.*
+BUILDLINK_FILES.DevIL+= lib/libILU.*
+BUILDLINK_FILES.DevIL+= lib/libILUT.*
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../graphics/mng/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/tiff/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+
+BUILDLINK_TARGETS+= DevIL-buildlink
+
+DevIL-buildlink: _BUILDLINK_USE
+
+.endif # DEVIL_BUILDLINK2_MK
diff -r a4889dec13bc -r 2636ff054af9 devel/devIL/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/devIL/distinfo Wed Dec 03 19:00:02 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+
+SHA1 (DevIL-1.6.6.tar.gz) = 946883351dcd72d00618887f1faa01d173317903
+Size (DevIL-1.6.6.tar.gz) = 787878 bytes
Home |
Main Index |
Thread Index |
Old Index