File: control

package info (click to toggle)
libsdl-sge 030809dfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,208 kB
  • sloc: cpp: 8,973; makefile: 119; ansic: 44; sh: 14
file content (46 lines) | stat: -rw-r--r-- 1,790 bytes parent folder | download | duplicates (2)
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
Source: libsdl-sge
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>
Section: libs
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper (>= 11~),
               libfreetype6-dev (>= 2.4.2),
               libsdl1.2-dev (>= 1.2.14~),
               libsdl-image1.2-dev (>= 1.2.12~),
               pkg-config,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/sdl-team/libsdl-sge
Vcs-Git: https://salsa.debian.org/sdl-team/libsdl-sge.git
Homepage: http://www.digitalfanatics.org/cal/sge/

Package: libsdl-sge
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: extension of graphic functions for SDL multimedia libraries
 SGE is a layer over the SDL multimedia library which provides common graphics
 operations such as clipping, block copies, drawing of lines, circles and
 primitives, rotation and scaling of surfaces, pixel operations, palette
 functions and many more.
 .
 This package contains the runtime library.

Package: libsdl-sge-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libsdl-sge (= ${binary:Version}),
         libsdl1.2-dev (>= 1.2.14~)
Suggests: ttf-dejavu-core
Description: extension of graphic functions for the SDL multimedia, development files
 SGE is a layer over the SDL multimedia library which provides common graphics
 operations such as clipping, block copies, drawing of lines, circles and
 primitives, rotation and scaling of surfaces, pixel operations, palette
 functions and many more.
 .
 This package contains the header files and static library needed to
 compile applications that use libsdl-sge.