Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv30194/libs

Added Files:
        opengl-py.info opengl-py.patch 
Log Message:
Work on 10.7

--- 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 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 

 TK_FLAGS =

 


--- NEW FILE: opengl-py.info ---
Info2: <<
Package: opengl%type_pkg[-nox]-py%type_pkg[python]
Version: 3.0.1
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: -nox (boolean), python (2.4 2.5 2.6 2.7)
BuildDepends: <<
 fink (>= 0.24.12),
 swig (>= 1.3.20),
 (%type_raw[-nox] = .) freeglut,
 (%type_raw[-nox] = .) tcltk-dev (>= 8.4),
 (%type_raw[-nox] = .) x11-dev
<<
Depends: <<
 python%type_pkg[python],
 numpy-py%type_pkg[python],
 (%type_raw[-nox] = -nox) macosx,
 (%type_raw[-nox] = .) freeglut-shlibs,
 (%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: Martin Costabel <costa...@users.sourceforge.net>
HomePage: http://pyopengl.sourceforge.net/
Source: mirror:sourceforge:pyopengl/PyOpenGL-%v.tar.gz
Source-MD5: 221d4a6a0928fcfeef26751370ec5f52
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.
<<
SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
PatchFile: %{ni}.patch
PatchFile-MD5: 0693832a4d1f639468c5d3548cd92dd2
PatchScript: <<
 #!/bin/bash -ev
 tclver=`echo 'puts $tcl_version' | %p/bin/tclsh`
# sed -e "s|@@FINKPREFIX@@|%p|g" <%{PatchFile} | \
#  sed -e "s|@@TCL_VER@@|$tclver|g" | patch -p1
 perl -pi -e 's|arrayobject.h|ufuncobject.h|g' setup/dist.py
<<
CompileScript: <<
 #!/bin/bash -ev

# 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 ) || exit 1
#  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.txt
<<


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to