Up to [cvs.NetBSD.org] / pkgsrc / graphics / py-OpenGL
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 27 06:27:24 2020 UTC (3 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
HEAD
Changes since 1.8: +1415 -11
lines
Diff to previous 1.8 (colored)
py-OpenGL: updated to 3.1.5 3.1.5: Unknown changes
Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 21 01:32:45 2016 UTC (6 years, 5 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.7: +4 -1
lines
Diff to previous 1.7 (colored)
Switch from py-Numeric to py-numpy and remove Python-3.x conflict Fix PLIST. Bump PKGREVISION.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 24 00:48:16 2016 UTC (6 years, 6 months ago) by kamil
Branch: MAIN
Changes since 1.6: +4605 -165
lines
Diff to previous 1.6 (colored)
Upgrade from PyOpenGL-3.0.1 to PyOpenGL-3.1.1a1 (alpha version of 3.1.1) Package changes: - drop unneeded patch - set MASTER_SITES to MASTER_SITE_PYPI - set LICENSE - add preliminary notes about running tests (at the moment not functional) Upstream changes: Mike C. Fletcher has released PyOpenGL 3.1.1a1. Change log: Python 3.4 compatibility fixes new data-type declarations to match current Khronos ability to use opaque pointers as keys in dictionaries (osmesa fix) removing a few now-redundant hand-written wrappers fix for a missing import on gles2 wrapper tweaked error-message for debugging clarity allow for the shader convenience function to skip validate-on-compile PyOpenGL 3.1.0 (final) is now available. Headline changes: * Generation of wrappers substantially more automatic and based on Khronos source-files with annotations from the Chromium/regal project * Common code-base for Python 2.6, 2.7, 3.3 and 3.4, Python 2.5 is no longer supported * Better isolation and pervasive lazy-loading behaviour to prevent loading unused libraries (e.g. GLUT in non-GLUT contexts or GLES in OpenGL contexts) * Automated wrappers now (generally) allow passing in output arrays rather than having them generated * Experimental support for GLES and EGL * Many bug-fixes and minor improvements Installation can be done from PyPI: pip install PyOpenGL PyOpenGL_accelerate Source code is available on Launchpad: bzr branch lp:pyopengl The homepage, including documentation, remains: http://pyopengl.sourceforge.net/ PyOpenGL 3.0.2 (final, finally) has been released. The major changes since 3.0.1 (released in 2010!) are: * OpenGL core support up to 4.3 level [1] * OpenGL extension support from the current registry [1] * Some missing FreeGLUT extensions added * OpenGL.GL.framebufferobjects providing ARB/EXT alternates for framebuffer operations * Experimental OSMesa (Offscreen Mesa) context (use the environment variable PYOPENGL_PLATFORM=osmesa) Codebase changes: * Experimental Python 3.2 and PyPy support * Win64 Support (including OpenGL_accelerate) * Numarray (the ancient transitional module between Numeric and numpy) is no longer supported as an array type * More compact auto-generated wrappers * Large numbers of bug fixes Downloads are at: http://pypi.python.org/pypi/PyOpenGL/3.0.2 http://pypi.python.org/pypi/PyOpenGL-accelerate/3.0.2 Future Compatibility Notes: * This will be the last release of PyOpenGL to support Python 2.5 (and it supports Python 2.5 in source-release only mode). o PyOpenGL will be moving to a "shared code" approach for Python 2/3 support, which makes supporting the older Python releases problematic * This will be the last release to support the use of bare numbers as number-array data-types o i.e. passing 1.00 to a function expecting an array/address of an float o Use Glfloat( 1.00 ) to pass in an array-compatible value o Passing in an int/long will generate a GLvoidp( I ) to allow for easy offset-address-style API usage * The ancient Numeric package (as distinct from Numpy) will be dropped as a supported array format o Numeric itself has long since been deprecated, use Numpy
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 26 00:22:29 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.5: +1 -0
lines
Diff to previous 1.5 (colored)
Add missing egg to PLIST (happened during big python-3.x commit, sorry). Fix interpreter path in installed file. Bump PKGREVISION.
Revision 1.5 / (download) - annotate - [select for diffs], Thu May 20 11:15:17 2010 UTC (12 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.4: +6 -3
lines
Diff to previous 1.4 (colored)
update to 3.0.1 changes: -some extensions -dropped py-numarray support -bugfixes
Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 16 20:45:20 2009 UTC (13 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.3: +679 -52
lines
Diff to previous 1.3 (colored)
Sync with reality: pkgsrc/devel/py-ctypes is broken, it fails even on sizeof(long) on i386. The ctypes module builtin to Python-2.5 appears to work, so don't depend on devel/py-ctypes but require Python-2.5. Being here, update to 3.0.1b1. There is no useful changelog - appearently more new OpenGL features are supported.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:25 2009 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.2: +1 -69
lines
Diff to previous 1.2 (colored)
Remove @dirrm entries from PLISTs
Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 12 00:46:34 2009 UTC (13 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.1: +2057 -1
lines
Diff to previous 1.1 (colored)
Move to proper Python Egg building. Bump revision.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 13 15:06:09 2007 UTC (15 years, 6 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
import PyOpenGL-3.0.0a6: Python bindings for OpenGL prepered by Quentin Garnier in pkgsrc-wip
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 13 15:06:09 2007 UTC (15 years, 6 months ago) by drochner
Branch: MAIN
Initial revision