File: control

package info (click to toggle)
libepoxy 1.5.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,648 kB
  • sloc: xml: 55,755; ansic: 2,592; python: 619; makefile: 329; sh: 10
file content (53 lines) | stat: -rw-r--r-- 1,949 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
Source: libepoxy
Priority: optional
Maintainer: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper (>= 11),
               meson (>= 0.47.0),
               xutils-dev,
               pkg-config,
               libx11-dev,
               libgl1-mesa-dev,
               libegl1-mesa-dev,
               xauth <!nocheck>,
               xvfb <!nocheck>
Standards-Version: 4.2.1
Section: libs
Homepage: https://github.com/anholt/libepoxy
Vcs-Browser: https://salsa.debian.org/debian/libepoxy
Vcs-Git: https://salsa.debian.org/debian/libepoxy.git

Package: libepoxy-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libegl1-mesa-dev,
         libepoxy0 (= ${binary:Version}),
         libgl1-mesa-dev,
         ${misc:Depends}
Description: OpenGL function pointer management library- development
 It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
 eglGetProcAddress(), etc. from the app developer, with very little
 knowledge needed on their part.  They get to read GL specs and write
 code using undecorated function names like glCompileShader().
 .
 This package contains the development headers for the library found in
 libepoxy0. Non-developers likely have little use for this package.

Package: libepoxy0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL function pointer management library
 It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
 eglGetProcAddress(), etc. from the app developer, with very little
 knowledge needed on their part.  They get to read GL specs and write
 code using undecorated function names like glCompileShader().

Package: libepoxy0-udeb
Package-Type: udeb
Section: debian-installer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL function pointer management library - minimal runtime
 This is a udeb, or a microdeb, for the debian-installer.