File: control

package info (click to toggle)
sdlgfx 2.0.25-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,484 kB
  • sloc: ansic: 18,523; sh: 13,444; makefile: 83; perl: 5
file content (60 lines) | stat: -rw-r--r-- 2,168 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: sdlgfx
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Felix Geyer <fgeyer@debian.org>, Manuel A. Fernandez Montecelo <mafm@debian.org>
Section: libs
Priority: optional
Standards-Version: 4.2.1
Rules-Requires-Root: no
Build-Depends: debhelper (>= 11~),
               libsdl1.2-dev,
               libjs-jquery,
	       tar (>= 1.28),
Vcs-Browser: https://salsa.debian.org/sdl-team/sdlgfx
Vcs-Git: https://salsa.debian.org/sdl-team/sdlgfx.git
Homepage: https://www.ferzkopp.net/Software/SDL_gfx-2.0/


Package: libsdl-gfx1.2-5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: drawing and graphical effects extension for SDL
 The SDL_gfx library is an extension to the SDL library which provides
 basic antialiased drawing routines such as lines, circles or polygons,
 an interpolating rotozoomer for SDL surfaces, framerate control and MMX
 image filters.
 .
 This package contains the SDL_gfx runtime library.

Package: libsdl-gfx1.2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libsdl-gfx1.2-5 (= ${binary:Version}),
         libsdl1.2-dev
Suggests: libsdl-gfx1.2-doc
Description: development files for SDL_gfx
 The SDL_gfx library is an extension to the SDL library which provides
 basic antialiased drawing routines such as lines, circles or polygons,
 an interpolating rotozoomer for SDL surfaces, framerate control and MMX
 image filters.
 .
 This package contains the header files and static library needed to
 compile applications that use SDL_gfx.

Package: libsdl-gfx1.2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         libjs-jquery,
Recommends: libsdl-gfx1.2-dev (= ${binary:Version})
Description: documentation files for SDL_gfx
 The SDL_gfx library is an extension to the SDL library which provides
 basic antialiased drawing routines such as lines, circles or polygons,
 an interpolating rotozoomer for SDL surfaces, framerate control and MMX
 image filters.
 .
 This package contains the documentation to program with the SDL_gfx library.