File: control

package info (click to toggle)
glut 3.7-25
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 13,036 kB
  • ctags: 47,177
  • sloc: ansic: 148,716; makefile: 44,180; ada: 2,062; yacc: 473; fortran: 290; lex: 131; csh: 52; sed: 49
file content (76 lines) | stat: -rw-r--r-- 2,734 bytes parent folder | download
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''.