Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8365

Added Files:
        coin44.info coin44.patch 
Log Message:
GCC: 4.0 version


--- NEW FILE: coin44.info ---
Package: coin44
Version: 2.3.0
Revision: 1002
GCC: 4.0
Source: ftp://ftp.coin3d.org/pub/coin/src/Coin-%v.tar.gz
Source-MD5: 17fb23a394ab79f149878ea8a3845b32
Patch: %n.patch
BuildDepends: simage27 (>= 1.6.1-1001), doxygen, x11-dev
Depends: %N-shlibs (= %v-%r)
PatchScript: perl -pi.bak -e 's/AGL\.h/agl.h/g' src/glue/gl.c
ConfigureParams: --mandir=%i/share/man --enable-static --enable-3ds-import 
--enable-threadsafe --enable-man --enable-html --without-framework --with-zlib 
--with-bzip2 --with-simage --enable-shared --with-x
InstallScript: <<
   make install prefix=%i
   # Prevent clash with other threads man pages - gmt and ivtools
   mv %i/share/man/man3/threads.3 %i/share/man/man3/threads.3coin
   mv %i/share/man/man3/manips.3 %i/share/man/man3/manips.3coin
   # Remove junk only needed on MS windows
   rm -f %i/include/SoWinEnterScope.h %i/include/SoWinLeaveScope.h
<<
SplitOff: <<
  Package: %N-shlibs
  Depends:  simage27-shlibs (>= 1.6.1-1001), x11, %N-data
  Files: lib/libCoin.40.3.0.dylib lib/libCoin.40.dylib
  DocFiles: AUTHORS COPYING ChangeLog NEWS FAQ FAQ.legal INSTALL INSTALL.GNU 
LICENSE.GPL NEWS README README.MACOSX README.VRML97 RELNOTES THANKS
  Description: Shared libraries for Coin 3D scene graph
  Shlibs: %p/lib/libCoin.40.dylib 40.0.0 %n (>= 2.3.0-1)
<<
SplitOff2: <<
  Package: %N-dev
  BuildDependsOnly: true
  Depends: %N-shlibs (= %v-%r), %N (= %v-%r)
  Files: include lib/libCoin.dylib lib/libCoin.a lib/libCoin.la bin/coin-config 
share/aclocal share/Coin/conf
  DocFiles: AUTHORS COPYING ChangeLog NEWS FAQ FAQ.legal INSTALL INSTALL.GNU 
LICENSE.GPL NEWS README README.MACOSX README.VRML97 RELNOTES THANKS
  Description: Static lib and headers for Coin graphics library
<<
SplitOff3: <<
  Package: %N-data
  Files:  share/Coin/draggerDefaults
  DocFiles: AUTHORS COPYING ChangeLog NEWS FAQ FAQ.legal INSTALL INSTALL.GNU 
LICENSE.GPL NEWS README README.MACOSX README.VRML97 RELNOTES THANKS
  Description: Dragger defaults for Coin
<<
DocFiles: AUTHORS COPYING NEWS README FAQ FAQ.legal INSTALL LICENSE.GPL 
README.MACOSX RELNOTES THANKS
Description: Coin3D version of OpenInventor graphics lib
DescDetail: <<
SIM implimentation of OpenInventor.  Better than SGI's Inventor 2.1.6.  Also
reads VRML95 files.

Provides a scene graph API for 3D graphics programming.  See the
Inventor Mentor book for documentation:

http://www.sgi.com/software/inventor/vrml/TIMSummary.html

or 

http://www-evasion.imag.fr/Membres/Francois.Faure/doc/inventorMentor/sgi_html/

Note that the simage library is found at runtime via the DYLD_LIBRARY_PATH
variable, so coin's writoToFile from the offscreen render will fail
silently in pre 3.0.0 Coin.
<<
DescPort: <<
When OpenAL support comes up to speed on Darwin, we will want to get
that working in Coin/simage.

Coin does not provide any GUI component.  That is provided by SoQt,
SoXt, or SoGtk.  Only SoQt has good support on Mac OSX.

The patch was submitted by jfm _at_ core.ucl.ac.be to work on UFS with
case sensitive filesystems.  Have not tried the case change myself.
<<
License: GPL
Homepage: http://www.coin3d.org/
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>

--- NEW FILE: coin44.patch ---
diff -ruN Coin-2.3.0/configure Coin-2.3.0-patched/configure
--- Coin-2.3.0/configure        2004-06-22 08:31:22.000000000 -0400
+++ Coin-2.3.0-patched/configure        2006-02-16 02:01:52.000000000 -0500
@@ -3633,6 +3633,11 @@
   sim_ac_macosx_10_2ff=true
   sim_ac_macosx_name="Panther"
   ;;
+darwin8.* )
+  sim_ac_macosx=true
+  sim_ac_macosx_10_2ff=true
+  sim_ac_macosx_name="Tiger"
+  ;;
 darwin* )
   sim_ac_macosx=true
   ;;



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to