- Add DevIL Imaging Library.
PR: ports/70176 Submitted by: Andreas Kohn <andreas@syndrom23.de>
This commit is contained in:
parent
6a20da26fe
commit
94347041e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120412
@ -53,6 +53,7 @@
|
|||||||
SUBDIR += dcraw
|
SUBDIR += dcraw
|
||||||
SUBDIR += deep_zoom
|
SUBDIR += deep_zoom
|
||||||
SUBDIR += demeter
|
SUBDIR += demeter
|
||||||
|
SUBDIR += devil
|
||||||
SUBDIR += dia
|
SUBDIR += dia
|
||||||
SUBDIR += diacanvas
|
SUBDIR += diacanvas
|
||||||
SUBDIR += diacanvas2
|
SUBDIR += diacanvas2
|
||||||
|
27
graphics/devil/Makefile
Normal file
27
graphics/devil/Makefile
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# New ports collection makefile for: devil
|
||||||
|
# Date created: 8 August 2004
|
||||||
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= devil
|
||||||
|
PORTVERSION= 1.6.7
|
||||||
|
CATEGORIES= devel graphics
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= openil
|
||||||
|
DISTNAME= DevIL-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= andreas@syndrom23.de
|
||||||
|
COMMENT= A full featured cross-platform image library
|
||||||
|
|
||||||
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||||
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||||
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||||
|
mng.1:${PORTSDIR}/graphics/libmng \
|
||||||
|
lcms.1:${PORTSDIR}/graphics/lcms
|
||||||
|
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
USE_LIBTOOL_VER=15
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
graphics/devil/distinfo
Normal file
2
graphics/devil/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
MD5 (DevIL-1.6.7.tar.gz) = 0d0c3842196d85c4e24bedabcd84f626
|
||||||
|
SIZE (DevIL-1.6.7.tar.gz) = 3013312
|
18
graphics/devil/pkg-descr
Normal file
18
graphics/devil/pkg-descr
Normal file
@ -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 and save many different image formats.
|
||||||
|
|
||||||
|
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++, gcc,
|
||||||
|
Delphi, Visual Basic, Power Basic and Dev-C++.
|
||||||
|
|
||||||
|
Many people may have known DevIL as OpenIL, but the name was changed due to
|
||||||
|
SGI's request.
|
||||||
|
|
||||||
|
WWW: http://www.imagelib.org
|
17
graphics/devil/pkg-plist
Normal file
17
graphics/devil/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
lib/libIL.a
|
||||||
|
lib/libIL.so
|
||||||
|
lib/libIL.so.1
|
||||||
|
lib/libILU.a
|
||||||
|
lib/libILU.so
|
||||||
|
lib/libILU.so.1
|
||||||
|
lib/libILUT.a
|
||||||
|
lib/libILUT.so
|
||||||
|
lib/libILUT.so.1
|
||||||
|
include/IL/il.h
|
||||||
|
include/IL/ilu.h
|
||||||
|
include/IL/ilut.h
|
||||||
|
include/IL/il_wrap.h
|
||||||
|
include/IL/config.h
|
||||||
|
include/IL/devil_internal_exports.h
|
||||||
|
include/IL/ilu_region.h
|
||||||
|
@dirrm include/IL
|
Loading…
Reference in New Issue
Block a user