the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: simvoleon41
Version: 2.0.1
Revision: 1003
Distribution: 10.5
BuildDependsOnly: true
Source: http://ftp.coin3d.org/coin/src/SIMVoleon-%v.tar.gz
SourceDirectory: SimVoleon-%v
Source-MD5: 6abb50448cb2e23f779f2fff20bfd0cf
BuildDepends: coin46-dev , doxygen, x11-dev
Depends: %N-shlibs (= %v-%r)
Conflicts: simvoleon21
Replaces: simvoleon21
#ConfigureParams: --mandir=%i/share/man --enable-static --enable-man --enable-html
# Deal with apple's 10.5 OpenGL issues
SetLDFLAGS: -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
ConfigureParams: --enable-static
InstallScript: <<
make install prefix=%i
<<
SplitOff: <<
Package: %N-shlibs
Depends: coin46-shlibs
Files: lib/libSimVoleon.40.0.1.dylib lib/libSimVoleon.40.dylib
#DocFiles: AUTHORS BUGS.txt COPYING INSTALL LICENSE.GPL NEWS README
DocFiles: AUTHORS COPYING INSTALL README
Description: Shared libs for 3D volume rendering with Coin
Shlibs: %p/lib/libSimVoleon.40.dylib 41.0.1 %n (>= 1.0.0-1)
<<
#DocFiles: AUTHORS BUGS.txt COPYING INSTALL LICENSE.GPL NEWS README
DocFiles: AUTHORS COPYING INSTALL README
Description: 3D volume rendering with Coin/OpenInventor
DescDetail: <<
From the SIM Voleon web page:
SIM Voleon is a software development system for aiding in writing 3D
graphics application containing so-called "volumetric data", as is
often used in applications targeted at analysis tasks within the oil &
gas industry (e.g. from seismic measurements), in medical imaging (for
data generated by e.g. Nuclear Magnetic Resonance, Computer
Tomography, or ultrasound equipment), and for many other purposes.
SIM Voleon is an add-on library to Systems in Motion's visualization
platform technology, known as "Coin". Coin is a high-level 3D graphics
library with a C++ Application Programming Interface. Its target
audience is developers of 3D graphics applications worldwide.
The library has the following major features:
It is fully portable over the full range of platforms also supported
by the Coin library, including all versions of Microsoft Windows, Mac
OS X, Linux, Sun Solaris, SGI IRIX, and most other UNIX variants.
Integrates smoothly with traditional polygonal 3D data visualization
from the Coin library, in a manner which is effortless for the
application programmer.
Provides interaction possibilities for direct queries in the 3D scene
on the volumetric data through picking support.
Volumes are visualized by using functionality which is assisted by
dedicated 3D hardware on most modern graphics cards, namely 2D texture
mapping.
Higher quality and better performance visualization is automatically
done on graphics card which supports hardware assisted 3D texture
mapping.
Color transfer functions can be manipulated in realtime using the
EXT_paletted_texture or the ARB_fragment_program OpenGL extension.
Maximum Intensity Projection and Sum Intensity Projection is supported
through hardware if available.
<<
DescPort: <<
To use this library, the developer needs SoQt, SoXt, or SoGtk, but
there is no explicit dependency for in fink.
Will not build if fileutils is installed.
<<
License: GPL
Homepage: http://dev.sim.no/SIM_Voleon/
Maintainer: Kurt Schwehr