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

Modified Files:
        soqt21.info soxt3.info 
Added Files:
        coin45.info 
Log Message:
Added coin45 for coin 2.4.5.  Updated dependent info files to switch
from coin44.  coin44 should no longer be used.


--- NEW FILE: coin45.info ---
Package: coin45
Version: 2.4.5
Revision: 1
Source: ftp://ftp.coin3d.org/pub/coin/src/Coin-%v.tar.gz
Source-MD5: 99b83c5189c3755fd5f08fcad0994a7b
GCC: 4.0
BuildDepends: simage27, doxygen, x11-dev
Depends: %N-shlibs (= %v-%r)
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 --enable-darwin-x11
# --with-spidermonkey --with-freetype --enable-html-help 
--enable-javascript-api --enable-java-wrapper
CompileScript: <<
  echo "Remove build before committing"
  ./configure %c
  make -j 6
<<         
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, x11, %N-data
  Files: lib/libCoin.40.4.5.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.4.5 %n (>= 2.4.5-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]>

Index: soqt21.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/soqt21.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- soqt21.info 4 Apr 2006 21:43:36 -0000       1.6
+++ soqt21.info 17 May 2006 12:25:07 -0000      1.7
@@ -3,7 +3,7 @@
 Revision: 1003
 Source: ftp://ftp.coin3d.org/pub/coin/src/SoQt-%v.tar.gz
 Source-MD5: 4a20e834ace358f3e81fd43b38a69efb
-BuildDepends: qt3 (>= 3.3.5-1023), coin44-dev (>= 2.3.0-1002), x11-dev, doxygen
+BuildDepends: qt3 (>= 3.3.5-1023), coin45-dev (>= 2.3.0-1002), x11-dev, doxygen
 Depends: %N-shlibs (= %v-%r)
 PatchScript: <<
   sed -i.bak '/sim_ac_qt_install=/,/esac/d' configure
@@ -17,7 +17,7 @@
 <<
 SplitOff: <<
   Package: %N-shlibs
-  Depends: qt3-shlibs (>= 3.3.5-1023), coin44-shlibs (>= 2.3.0-1002), x11
+  Depends: qt3-shlibs (>= 3.3.5-1023), coin45-shlibs (>= 2.3.0-1002), x11
   Files: lib/libSoQt.20.2.0.dylib lib/libSoQt.20.dylib
   DocFiles: AUTHORS COPYING FAQ INSTALL LICENSE.GPL NEWS README README.MACOSX 
docs/announcement-1_2_0.txt docs/ChangeLog.v1.2.0
   Description: Shared libraries for Qt GUI library for coin

Index: soxt3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/soxt3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- soxt3.info  16 Feb 2006 07:30:44 -0000      1.2
+++ soxt3.info  17 May 2006 12:25:07 -0000      1.3
@@ -3,7 +3,7 @@
 Revision: 1001
 Source: ftp://ftp.coin3d.org/pub/coin/src/SoXt-%v.tar.gz
 Source-MD5: 25f7d18998e6cc1403e0f3ae0c235500
-BuildDepends: coin44-dev (>= 2.3.0-1002), x11-dev, doxygen, lesstif
+BuildDepends: coin45-dev (>= 2.3.0-1002), x11-dev, doxygen, lesstif
 BuildDependsOnly: true
 Replaces: soxt2
 Depends: %N-shlibs (= %v-%r)
@@ -19,7 +19,7 @@
 SplitOff: <<
   Package: %N-shlibs
   Replaces: soxt2-shlibs
-  Depends: coin44-shlibs (>= 2.3.0-1002), x11, lesstif-shlibs
+  Depends: coin45-shlibs (>= 2.3.0-1002), x11, lesstif-shlibs
   Files: lib/libSoXt.2.0.0.dylib lib/libSoXt.2.dylib
   DocFiles: AUTHORS BUGS.txt COPYING INSTALL LICENSE.GPL NEWS README 
docs/announcement-1_2_2.txt docs/ChangeLog.v1.2.2
   Description: Shared libraries for X11/Xt/Xm GUI library for coin



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to