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

Added Files:
        opengl-py.info opengl-py.patch 
Log Message:
Looks good enough for unstable, anyway.

--- NEW FILE: opengl-py.patch ---
diff -ruN PyOpenGL-2.0.1.09.orig/LICENSE PyOpenGL-2.0.1.09/LICENSE
--- PyOpenGL-2.0.1.09.orig/LICENSE      1969-12-31 16:00:00.000000000 -0800
+++ PyOpenGL-2.0.1.09/LICENSE   2005-10-08 22:32:35.000000000 -0700
@@ -0,0 +1,520 @@
+Copyright:
+
+PyOpenGL (SourceForge project) License(s)
+
+Forward
+Note: This forward is for informational purposes only,
+
+The PyOpenGL project on SourceForge was started by David Ascher,
+previous maintainer of the PyOpenGL package, to further development of
+the binding while David was unable to continue such development.  At
+the time of the project's start, PyOpenGL was version 1.5.5. You can
+find this version of the package on the downloads page of the project.
+
+Because of this history, there are two licenses which pertain to the
+library, both of which are "BSD Style" licenses (though with minor
[...1112 lines suppressed...]
@@ -136,7 +135,7 @@
 # for IBM
 #LIBDIRS = -L/usr/lpp/OpenGL/lib $(TCL_LIB)
 # for PC_LINUX
-LIBDIRS = $(TCL_LIB) -L/usr/X11R6/lib -Xlinker -rpath -Xlinker 
$(TCL_PREFIX)/lib
+LIBDIRS = $(TCL_LIB) -L/usr/X11R6/lib -L$(TCL_PREFIX)/lib
 # for SGI
 #LIBDIRS = $(TCL_LIB)
 # for SUN
@@ -147,8 +146,8 @@
 
 # Libraries to link with (-ldl for Linux only?):
 # NOTE: use -ltcl8.1 -ltk8.1 for Tcl/Tk version 8.1
-LIBS = $(TCL_LIBS) -lGLU -lGL -L/usr/X11/lib -lX11 -lXmu -lXext -lXt -lm -ldl
-STUB_LIBS = $(TCL_STUB_LIBS) -lGLU -lGL -L/usr/X11/lib -lX11 -lXmu -lXext -lXt 
-lm -ldl
+LIBS = $(TCL_LIBS) -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXext -lXt -lm -ldl
+STUB_LIBS = $(TCL_STUB_LIBS) -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXext 
-lXt -lm -ldl
 
 TK_FLAGS =
 

--- NEW FILE: opengl-py.info ---
Info2: <<
Package: opengl%type_pkg[-nox]-py%type_pkg[python]
Version: 2.0.1.09
Revision: 1
Type: -nox (boolean), python (2.3 2.4)
BuildDepends: <<
 swig (>= 1.3.20),
 (%type_raw[-nox] = .) glut (>= 3.7-25), 
 (%type_raw[-nox] = .) tcltk-dev (>= 8.4),
 (%type_raw[-nox] = .) x11-dev
<<
BuildConflicts: numarray-py%type_pkg[python]
Depends: <<
 python%type_pkg[python],
 numeric-py%type_pkg[python] (>= 23.8),
 (%type_raw[-nox] = -nox) macosx,
 (%type_raw[-nox] = .) glut-shlibs (>= 3.7-25),
 (%type_raw[-nox] = .) tcltk (>= 8.4),
 (%type_raw[-nox] = .) x11
<<
Conflicts: opengl-py%type_pkg[python], opengl-nox-py%type_pkg[python]
Replaces: opengl-py%type_pkg[python], opengl-nox-py%type_pkg[python]
Maintainer: Ben Willmore <[EMAIL PROTECTED]>
HomePage: http://pyopengl.sourceforge.net/
Source: mirror:sourceforge:opengl/PyOpenGL-%v.tar.gz
Source-MD5: 505b5f28ea676194e2e10333c56d5936
License: OSI-Approved
Description: Python binding to OpenGL
DescDetail: <<
 PyOpenGL is the cross platform Python binding to OpenGL and related APIs.  
 The binding is created using the SWIG wrapper generator, and is provided 
 under an extremely liberal BSD-style Open-Source license.

 PyOpenGL includes support for OpenGL v1.1, GLU, GLUT v3.7, GLE 3, WGL 4, 
 and Togl (Tk OpenGL widget) 1.6.  It also includes support for dozens of 
 extensions (where supported in the underlying implementation).

 PyOpenGL is interoperable with a large number of external GUI libraries 
 for Python including (Tkinter, wxPython, FxPy, PyGame, and Qt). 
<<
DescPackaging: <<
 To build the -nox packages, Apple's OpenGL SDK must be installed.
 Togl (which requires GLX) is only built for the X11-enabled packages.
<<
PatchScript: <<
 #!/bin/bash
 tclver=`echo 'puts $tcl_version' | %p/bin/tclsh`
 sed -e "s|@@FINKPREFIX@@|%p|g" <%a/%{ni}.patch | \
  sed -e "s|@@TCL_VER@@|$tclver|g" | patch -p1
<<
CompileScript: <<
 #!/bin/bash
 if [ "%type_raw[-nox]" == "." ]; then
  mv config/darwin-x11.cfg config/darwin.cfg
 fi

 %p/bin/python%type_raw[python] setup.py build

 if [ "%type_raw[-nox]" == "." ]; then
  tclver=`echo 'puts $tcl_version' | %p/bin/tclsh`
  ( cd src/Togl-1.6 && make )
  cp src/Togl-1.6/togl.so build/Togl-1.6-tk${tclver}/
 fi
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d
<<
DocFiles: LICENSE
<<


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to