1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: glut
Section: graphics
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.6.1
Package: glutg3
Section: oldlibs
Architecture: all
Depends: freeglut3
Description: the OpenGL Utility Toolkit
GLUT (as in ``gluttony'') is a window system independent toolkit for
writing OpenGL programs. It implements a simple windowing API, which
makes life considerably easier when learning about and exploring OpenGL
programming.
.
This package has been replaced by `freeglut3'.
Package: glutg3-dev
Section: oldlibs
Architecture: all
Depends: freeglut3-dev
Description: the OpenGL Utility Toolkit development files
GLUT (as in ``gluttony'') is a window system independent toolkit for
writing OpenGL programs. It implements a simple windowing API, which
makes life considerably easier when learning about and exploring OpenGL
programming.
.
This package has been replaced by `freeglut-dev'.
Package: libglut3
Section: libs
Architecture: all
Depends: freeglut3
Description: the OpenGL Utility Toolkit
GLUT (as in ``gluttony'') is a window system independent toolkit for
writing OpenGL programs. It implements a simple windowing API, which
makes life considerably easier when learning about and exploring OpenGL
programming.
.
GLUT is designed for constructing small to medium sized OpenGL programs,
however it is not a full-featured toolkit, so large applications requiring
sophisticated user interfaces are better off using native window system
toolkits like GTK or Motif.
.
This package has been replaced by ``freeglut3''.
Package: libglut3-dev
Section: libdevel
Architecture: all
Depends: freeglut3-dev
Description: development libraries and headers for GLUT
GLUT (as in ``gluttony'') is a window system independent toolkit for
writing OpenGL programs. It implements a simple windowing API, which
makes life considerably easier when learning about and exploring OpenGL
programming.
.
GLUT is designed for constructing small to medium sized OpenGL programs,
however it is not a full-featured toolkit, so large applications requiring
sophisticated user interfaces are better off using native window system
toolkits like GTK or Motif.
.
This package has been replaced by ``freeglut3-dev''.
Package: glut-doc
Section: doc
Architecture: all
Depends: freeglut3-dev
Description: documentation and examples for the OpenGL Utility Toolkit
GLUT (as in ``gluttony'') is a window system independent toolkit for
writing OpenGL programs. It implements a simple windowing API, which
makes life considerably easier when learning about and exploring OpenGL
programming.
.
This package is now obsolete, and is replaced by ``freeglut3-dev''.
|