density _unstable_ port information

Package: density
Version: 0.24
Revision: 1
#Source: http://schwehr.org/software/density/%n-%v.tar.bz2
Source: http://vislab-ccom.unh.edu/~schwehr/software/density/%n-%v.tar.bz2
Source-MD5: 435d65c637042995f3c21efed5f42650
BuildDepends: doxygen, coin45-dev, soqt25-dev, simvoleon41, help2man, man2html, gsl, gengetopt (>= 2.12), simage27
Depends: soqt25-shlibs, simvoleon41-shlibs, gnuplot, acoc, gsl-shlibs, simage27-shlibs
CompileScript: <<
#make test
#make clean
make OPTIMIZE=1 targets-no-test FINK=%p
make docs man
<<
InstallScript: <<
#!/bin/bash -ev
mkdir -p %i/bin
mv histogram makeCDF render s_bootstrap simpleview vol2vol vol_iv volhdr_edit volinfo volmakecmap xyz_iv xyzdensity xyzvol_cmp render_bin simpleview_bin %i/bin

# Avoid collision with raster3d
mv %i/bin/{render,simpleview_render}

mkdir -p %i/share/man/man1
mv doc/man/man1/* %i/share/man/man1/

mkdir -p %i/share/man/man3
mv doc/man/man3/* %i/share/man/man3/

mkdir -p %i/share/%n/html
mv doc/html/* %i/share/%n/html/

mkdir -p %i/share/doc/%n/demo
cp *.s *.dat *.bash *.cpt *.wpt acoc.conf %i/share/doc/%n/demo
<<
DocFiles: AUTHOR INSTALL LICENSE.GPL README.txt TODO VERSION ChangeLog
Description: 3D volume file processing for simvoleon
DescDetail: <<
Provides programs to create, interpret, and display volume files in
SIMVoleon format. These are voxel/3D density representations.
Includes simple view for creating flight paths and screen shots. You
can then use render to create frames for fly-through movies.

Recommend (but not required) that you install the pmag package.

WARNING: offscreen rendering seems to crash the Apple X11 server on
PPC and gives shader errors on Intel.
<<
License: GPL
Homepage: http://schwehr.org/software/density
Maintainer: Kurt Schwehr