Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23946/main/finkinfo/graphics

Modified Files:
      Tag: pangocairo-branch
        fontforge-10.5.info fontforge.info 
Added Files:
      Tag: pangocairo-branch
        density-10.5.info qspider.info simvoleon41-10.5.info 
Log Message:
merge from trunk

--- NEW FILE: density-10.5.info ---
Package: density
Version: 0.24
Revision: 2
Distribution: 10.5
#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, coin46-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 <[EMAIL PROTECTED]>

Index: fontforge.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/fontforge.info,v
retrieving revision 1.10.2.10
retrieving revision 1.10.2.11
diff -u -d -r1.10.2.10 -r1.10.2.11
--- fontforge.info      19 Jan 2008 17:04:29 -0000      1.10.2.10
+++ fontforge.info      14 Feb 2008 14:07:18 -0000      1.10.2.11
@@ -1,7 +1,7 @@
 Info2: <<
 Package: fontforge
-Version: 20080110
-Revision: 1
+Version: 20080203
+Revision: 2
 Type: python (2.3)
 Distribution: 10.4
 
@@ -36,15 +36,15 @@
 Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 
 Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
-Source-MD5: 31de565d2288280e316ee6bd5b9db790
+Source-MD5: c5a309c85821804424abbc3b8e78839d
 SourceDirectory: %n-%v
-Source2: mirror:sourceforge:%n/%n_htdocs-20080109.tar.bz2
-Source2-MD5: 63054ea6035ffbf8f7824e720d308fca
+Source2: mirror:sourceforge:%n/%n_htdocs-%v.tar.bz2
+Source2-MD5: 1f2a227d350c03a1c1b336b97cf55ab6
 Source2ExtractDir: %n-%v/htdocs
 
 Depends: <<
        freetype219-shlibs,
-       giflib-shlibs | libungif-shlibs,
+       giflib-shlibs,
        libgettext3-shlibs,
        libiconv,
        libjpeg-shlibs,
@@ -56,7 +56,7 @@
        x11
 <<
 BuildDepends: <<
-       fink (>= 0.24.12),
+       fink (>= 0.28.0),
        freetype219,
        gettext-tools,
        giflib,
@@ -83,7 +83,7 @@
        #Use system's python to build the python extension.
        #Extension gets put in 
%p/lib/system-python%type_raw[python]/site-packages
        #to avoid interfering with Fink's python packages.
-       perl -pi -e 's,python setup.py install,env ARCHFLAGS='' 
/usr/bin/python%type_raw[python] setup.py install 
--install-lib=%p/lib/system-python%type_raw[python]/site-packages --root=%d,' 
Makefile.dynamic.in
+       perl -pi -e 's,python setup.py install,env ARCHFLAGS='' 
/usr/bin/python%type_raw[python] setup.py install 
--install-lib=%p/lib/system-python%type_raw[python]/site-packages,' 
Makefile.dynamic.in
        #Make extension look for private libs in %p/lib/%n
        perl -pi -e 's,/lib/,/lib/%n/,g' pyhook/loadfontforge.h
 <<
@@ -124,11 +124,16 @@
        /bin/rm -rf %i/include
 <<
 
-#Private libs. Validator is still rejecting it though. Maybe I misunderstand 
the syntax?
-#Shlibs: <<
+#Private libs. Validator is still rejecting it though. Appears to be a bug in
+#deb validator which assumes that lib filename = install_name so use that for 
now.
+Shlibs: <<
 #      !%p/lib/%n/libfontforge.1.0.0.dylib
 #      !%p/lib/%n/libgdraw.3.0.0.dylib
 #      !%p/lib/%n/libgunicode.3.0.0.dylib
 #      !%p/lib/%n/libgutils.1.0.0.dylib
-#<<
+       !%p/lib/%n/libfontforge.1.dylib
+       !%p/lib/%n/libgdraw.3.dylib
+       !%p/lib/%n/libgunicode.3.dylib
+       !%p/lib/%n/libgutils.1.dylib
+<<
 <<

--- NEW FILE: simvoleon41-10.5.info ---
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 <[EMAIL PROTECTED]>


--- NEW FILE: qspider.info ---
Package: qspider
Version: 0.23.5
Revision: 1002
Source: http://www.qspider.org/repos/%n/Ver_%v/QSpider_Source_Ver_0_23_5.zip
SourceDirectory: QSpider
Source2: http://www.gnu.org/licenses/gpl.txt
Source2-MD5: 751419260aa954499f7abaabaa882bbe
Source2ExtractDir: QSpider
Depends: glib2-shlibs, libgettext3-shlibs, qt4-x11-core-shlibs, 
qt4-x11-gui-shlibs, x11, x11-shlibs, libpng3-shlibs, libiconv
BuildDepends: libpng3,  glib2-dev, libgettext3-dev, qt4-x11, x11-dev, 
libiconv-dev
GCC: 4.0
Maintainer: Jack Fink <[EMAIL PROTECTED]>
Homepage: http://www.qspider.org
License: GPL
Description: 3D modeler, uses Qt4
Source-MD5: a1583412bac71c0181fd721494c7839b
##PatchScript: <<
##<<
CompileScript: <<
        %p/lib/qt4-x11/bin/qmake QSpider.pro
        make
<<
InstallScript: <<
        mkdir -p %i/lib/qspider/bin %i/bin
        cp -pR bin/* %i/lib/qspider/bin/
        echo > %i/bin/qspider "#!/bin/sh"
        echo >> %i/bin/qspider "cd %p/lib/qspider/bin
        echo >> %i/bin/qspider "QSpider"
        chmod +x %i/bin/qspider
<<
DocFiles: gpl.txt:COPYING

Index: fontforge-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/fontforge-10.5.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- fontforge-10.5.info 19 Jan 2008 17:04:29 -0000      1.1.2.2
+++ fontforge-10.5.info 14 Feb 2008 14:07:18 -0000      1.1.2.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: fontforge
-Version: 20080110
-Revision: 101
+Version: 20080203
+Revision: 102
 Type: python (2.5)
 Distribution: 10.5
 
@@ -36,15 +36,15 @@
 Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 
 Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
-Source-MD5: 31de565d2288280e316ee6bd5b9db790
+Source-MD5: c5a309c85821804424abbc3b8e78839d
 SourceDirectory: %n-%v
-Source2: mirror:sourceforge:%n/%n_htdocs-20080109.tar.bz2
-Source2-MD5: 63054ea6035ffbf8f7824e720d308fca
+Source2: mirror:sourceforge:%n/%n_htdocs-%v.tar.bz2
+Source2-MD5: 1f2a227d350c03a1c1b336b97cf55ab6
 Source2ExtractDir: %n-%v/htdocs
 
 Depends: <<
        freetype219-shlibs,
-       giflib-shlibs | libungif-shlibs,
+       giflib-shlibs,
        libgettext3-shlibs,
        libiconv,
        libjpeg-shlibs,
@@ -56,7 +56,7 @@
        x11
 <<
 BuildDepends: <<
-       fink (>= 0.24.12),
+       fink (>= 0.28.0),
        freetype219,
        gettext-tools,
        giflib,
@@ -83,7 +83,7 @@
        #Use system's python to build the python extension.
        #Extension gets put in 
%p/lib/system-python%type_raw[python]/site-packages
        #to avoid interfering with Fink's python packages.
-       perl -pi -e 's,python setup.py install,env ARCHFLAGS='' 
/usr/bin/python%type_raw[python] setup.py install 
--install-lib=%p/lib/system-python%type_raw[python]/site-packages --root=%d,' 
Makefile.dynamic.in
+       perl -pi -e 's,python setup.py install,env ARCHFLAGS='' 
/usr/bin/python%type_raw[python] setup.py install 
--install-lib=%p/lib/system-python%type_raw[python]/site-packages,' 
Makefile.dynamic.in
        #Make extension look for private libs in %p/lib/%n
        perl -pi -e 's,/lib/,/lib/%n/,g' pyhook/loadfontforge.h
 <<
@@ -124,11 +124,16 @@
        /bin/rm -rf %i/include
 <<
 
-#Private libs. Validator is still rejecting it though. Maybe I misunderstand 
the syntax?
-#Shlibs: <<
+#Private libs. Validator is still rejecting it though. Appears to be a bug in
+#deb validator which assumes that lib filename = install_name so use that for 
now.
+Shlibs: <<
 #      !%p/lib/%n/libfontforge.1.0.0.dylib
 #      !%p/lib/%n/libgdraw.3.0.0.dylib
 #      !%p/lib/%n/libgunicode.3.0.0.dylib
 #      !%p/lib/%n/libgutils.1.0.0.dylib
-#<<
+       !%p/lib/%n/libfontforge.1.dylib
+       !%p/lib/%n/libgdraw.3.dylib
+       !%p/lib/%n/libgunicode.3.dylib
+       !%p/lib/%n/libgutils.1.dylib
+<<
 <<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to