Package: lib3ds Version: 1.2.0 Revision: 2 Description: Provides a C interface to 3ds model files License: LGPL # Depends: macosx | x11 BuildDepends: macosx | x11-dev, cctools # Source: mirror:sourceforge:lib3ds/lib3ds-%v.tar.gz Source-MD5: 3a7f891d18af0151876b98bc05d3b373 # PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' lib3ds.m4 # ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib # InstallScript: make install DESTDIR=%d DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO # DescDetail: << lib3ds is a free ANSI-C library for working with the popular "3ds" 3D model format. Supported platforms include GNU (autoconf, automake, libtool, make, GCC) on Unix and Cygwin, and MS Visual C++ 6.0. lib3ds loads and saves Atmosphere settings, Background settings, Shadow map settings, Viewport setting, Materials, Cameras, Lights, Meshes, Hierarchy, Animation keyframes. It also contains useful matrix, vector and quaternion mathematics tools. lib3ds usually integrates well with OpenGL. In addition, some diagnostic and conversion tools are included. lib3ds is distributed under the terms of the GNU Lesser General Public License. << DescPort: << Uses automake. << Homepage: http://lib3ds.sourceforge.net/ Maintainer: Philip Lamb