File: control

package info (click to toggle)
libsrm 0.8.0~2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: ansic: 11,392; xml: 65; sh: 53; makefile: 2
file content (59 lines) | stat: -rw-r--r-- 2,020 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
Source: libsrm
Section: libs
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13), meson, libseat-dev, libinput-dev,
 libudev-dev, libdrm-dev, libgbm-dev, libegl1-mesa-dev,
 libgles2-mesa-dev, libdisplay-info-dev
Standards-Version: 4.7.0
Homepage: https://cuarzosoftware.github.io/SRM/
Vcs-Browser: https://salsa.debian.org/sudip/libsrm
Vcs-Git: https://salsa.debian.org/sudip/libsrm.git

Package: libsrm-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libsrm0 (= ${binary:Version}),
 ${misc:Depends},
Description: Simple Rendering Manager (development files)
 SRM is a C library that simplifies the development of Linux
 DRM/KMS applications. SRM allows you to use multiple GPUs
 simultaneously and automatically finds the most efficient
 configuration. It also offers functions for creating
 OpenGL textures, which are automatically shared among GPUs.
 .
 This package is needed to compile programs against libsrm.

Package: libsrm0
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Simple Rendering Manager (shared library)
 SRM is a C library that simplifies the development of Linux
 DRM/KMS applications. SRM allows you to use multiple GPUs
 simultaneously and automatically finds the most efficient
 configuration. It also offers functions for creating
 OpenGL textures, which are automatically shared among GPUs.
 .
 This package contains the shared library.

Package: libsrm-examples
Architecture: any
Section: misc
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Simple Rendering Manager (examples)
 SRM is a C library that simplifies the development of Linux
 DRM/KMS applications. SRM allows you to use multiple GPUs
 simultaneously and automatically finds the most efficient
 configuration. It also offers functions for creating
 OpenGL textures, which are automatically shared among GPUs.
 .
 This package contains examples built with libsrm.