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 73 74 75 76 77
|
Source: libsdl2-gfx
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>,
Gianfranco Costamagna <locutusofborg@debian.org>
Section: libs
Priority: optional
Standards-Version: 3.9.8
Build-Depends: autoconf,
automake,
autotools-dev,
debhelper (>= 9),
dh-autoreconf,
libsdl2-dev,
libtool,
tar (>= 1.28),
pkg-config
Build-Depends-Indep: doxygen
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-sdl/packages/libsdl2-gfx.git
Vcs-Git: https://anonscm.debian.org/git/pkg-sdl/packages/libsdl2-gfx.git
Homepage: http://www.ferzkopp.net/joomla/content/view/19/14/
Package: libsdl2-gfx-1.0-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: drawing and graphical effects extension for SDL2
The SDL2_gfx library is an extension to the SDL2 library which provides
basic antialiased drawing routines such as lines, circles or polygons,
an interpolating rotozoomer for SDL2 surfaces, framerate control and MMX
image filters.
.
This package contains the SDL2_gfx runtime library.
Package: libsdl2-gfx-dbg
Section: debug
Architecture: any
Multi-Arch: same
Priority: extra
Depends: libsdl2-gfx-1.0-0 (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for SDL2_gfx
The SDL2_gfx library is an extension to the SDL2 library which provides
basic antialiased drawing routines such as lines, circles or polygons,
an interpolating rotozoomer for SDL2 surfaces, framerate control and MMX
image filters.
.
This package contains the debugging information for the shared library.
Package: libsdl2-gfx-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libsdl2-dev, libsdl2-gfx-1.0-0 (= ${binary:Version}), ${misc:Depends}
Suggests: libsdl2-gfx-doc
Description: development files for SDL2_gfx
The SDL2_gfx library is an extension to the SDL2 library which provides
basic antialiased drawing routines such as lines, circles or polygons,
an interpolating rotozoomer for SDL2 surfaces, framerate control and MMX
image filters.
.
This package contains the header files and static library needed to
compile applications that use SDL2_gfx.
Package: libsdl2-gfx-doc
Architecture: all
Section: doc
Priority: extra
Depends: ${misc:Depends}
Recommends: libsdl2-gfx-dev (= ${binary:Version})
Description: documentation files for SDL2_gfx
The SDL2_gfx library is an extension to the SDL2 library which provides
basic antialiased drawing routines such as lines, circles or polygons,
an interpolating rotozoomer for SDL2 surfaces, framerate control and MMX
image filters.
.
This package contains the documentation to program with the SDL2_gfx library.
|