File: control

package info (click to toggle)
freeglut 3.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,704 kB
  • sloc: ansic: 29,439; sh: 1,608; makefile: 51; xml: 45
file content (72 lines) | stat: -rw-r--r-- 2,122 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
Source: freeglut
Standards-Version: 4.7.2
Maintainer: Anton Gladky <gladk@debian.org>
Section: graphics
Priority: optional
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 libglu1-mesa-dev,
 libtool,
 libusbhid-dev [kfreebsd-any],
 libx11-dev,
 libxext-dev,
 libxi-dev,
 libxxf86vm-dev [amd64 i386],
Vcs-Browser: https://salsa.debian.org/debian/freeglut
Vcs-Git: https://salsa.debian.org/debian/freeglut.git
Homepage: https://freeglut.sourceforge.net/

Package: libglut3.12
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: OpenGL Utility Toolkit
 GLUT is a window system independent toolkit for writing OpenGL programs,
 implementing a simple windowing API, which makes learning about and
 exploring OpenGL programming very easy.
 .
 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.

Package: freeglut3-dev
Architecture: any
Multi-Arch: same
Section: oldlibs
Depends:
 libglut-dev (= ${binary:Version}),
 ${misc:Depends},
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: libglut-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libglut3.12 (= ${binary:Version}),
 libglu1-mesa-dev,
 libxext-dev,
 libxt-dev,
 ${misc:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: OpenGL Utility Toolkit development files
 GLUT is a window system independent toolkit for writing OpenGL programs.
 It implements a simple windowing API, which makes learning about and
 exploring OpenGL programming very easy.
 .
 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 contains libraries, and headers suitable for software
 development with GLUT.