Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv14748/10.4/unstable/main/finkinfo/x11

Modified Files:
        freeglut.info glut.info 
Added Files:
        openglut.info openglut.patch 
Log Message:
YA GLUT implementation


--- NEW FILE: openglut.patch ---
diff -Nurd -x'*~' openglut-0.6.3.orig/doc/Makefile.in 
openglut-0.6.3/doc/Makefile.in
--- openglut-0.6.3.orig/doc/Makefile.in 2004-10-05 19:43:34.000000000 -0400
+++ openglut-0.6.3/doc/Makefile.in      2007-08-14 01:06:52.000000000 -0400
@@ -351,11 +351,9 @@
 roff:
        sh make-roff.sh
 
-install: man-ascii
-       $(INSTALL) -d $(mandir)/man3 man
-       $(INSTALL) -d $(mandir)/cat3 cat3
-       $(INSTALL) man/* $(mandir)/man3
-       $(INSTALL) cat3/* $(mandir)/cat3
+install: roff
+       $(INSTALL) -d $(DESTDIR)$(mandir)/man3 man
+       $(INSTALL) man/* $(DESTDIR)$(mandir)/man3
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

Index: glut.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/glut.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glut.info   4 Aug 2007 20:19:05 -0000       1.2
+++ glut.info   14 Aug 2007 05:31:12 -0000      1.3
@@ -1,15 +1,15 @@
 Package: glut
 Version: 3.7
-Revision: 1025
+Revision: 1026
 Distribution: 10.3, 10.4
 GCC: 4.0
 Maintainer: None <[EMAIL PROTECTED]>
 Source: http://www.opengl.org/developers/documentation/%N/%N-%v.tar.gz
 Source-MD5: dc932666e2a1c8a0b148a4c32d111ef3
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: fink (>= 0.9.9), x11-dev
-Conflicts: freeglut
-Replaces: freeglut
+BuildDepends: x11-dev
+Conflicts: freeglut, openglut
+Replaces: freeglut, openglut
 Patch: %n.patch
 CompileScript: <<
  (cd include/GL; cp glut.h %b/lib/%N/)

--- NEW FILE: openglut.info ---
Package: openglut
Version: 0.6.3
Revision: 1

Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 9075d37d995d9f7dbb06a2e5fd9ffe20
Patch: %n.patch

BuildDepends: x11-dev
Depends: %n-shlibs (= %v-%r)

Conflicts: glut, freeglut
Replaces: glut, freeglut

SetCPPFLAGS: -I/usr/X11R6/include
ConfigureParams: --disable-dependency-tracking --enable-fast 
--mandir=%p/share/man

InstallScript: <<
        make install DESTDIR=%d
        ln -s libopenglut.dylib %i/lib/libglut.dylib
        ln -s libopenglut.a %i/lib/libglut.a
        ln -s libopenglut.la %i/lib/libglut.la
        ln -s openglut.h %i/include/GL/glut.h
        ln -s openglut_exp.h %i/include/GL/glut_exp.h
        ln -s openglut_ext.h %i/include/GL/glut_ext.h
        ln -s openglut_std.h %i/include/GL/glut_std.h
<<
DocFiles: COPYING ChangeLog OpenGLUT* README

SplitOff: <<
        Package: %N-shlibs
        Depends: x11
        Files: lib/libopenglut.*.dylib
        Shlibs: %p/lib/libopenglut.1.dylib 2.0.0 %n (>= 0.6.3-1)
        DocFiles: COPYING ChangeLog OpenGLUT* README
<<

DescPackaging: <<
None of the glut/glut-shlibs, freeglut/freeglut-shlibs, and
openglut/openglut-shlibs sets are binary-compatible with each
other. Packages that wish to use a glut lib cannot have alternative
dependencies among these, but need to pick one self-consistent set.

This package builds the openglut libraries named as openglut rather
than glut to allow the co-existance with glut. As with freeglut,
symlinks for the libraries and headers to allow openglut to used as a
drop in replace for glut without requiring changes in the source code
of programs which require glut.

Fix installation location of manpages. See:
http://sourceforge.net/tracker/index.php?func=detail&aid=1773629&group_id=104013&atid=636633
Don't bother installing preformatted manpages.
<<
DescDetail: <<
OpenGLUT is an open source project to evolve the GLUT (OpenGL Utility
Toolkit) C/C++ API. OpenGLUT uses the freeglut code base as a
foundation for extending, enhancing and refining the API.

The longer term goal is to define and implement OpenGLUT API Version
1.0 - intended to supercede the GLUT 3.x API.
<<
Description: OpenGL utility toolkit
Homepage:http://openglut.sourceforge.net
License: OSI-Approved
Maintainer: Daniel Macks <[EMAIL PROTECTED]>

Index: freeglut.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/freeglut.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- freeglut.info       22 Jun 2007 18:43:24 -0000      1.2
+++ freeglut.info       14 Aug 2007 05:31:12 -0000      1.3
@@ -1,13 +1,13 @@
 Package: freeglut
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Maintainer: Jack Howarth <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:freeglut/%N-%v.tar.gz
 Source-MD5: 6d16873bd876fbf4980a927cfbc496a1 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: fink (>= 0.9.9), x11-dev
-Conflicts: glut
-Replaces: glut
+Conflicts: glut, openglut
+Replaces: glut, openglut
 ConfigureParams: --disable-replace-glut --disable-warnings 
--disable-dependency-tracking
 SetCFLAGS: -O3
 Patch: %n.patch


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to