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
|
Source: libsdl2-image
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
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libsdl2-dev (>= 2.0.0),
libjpeg-dev,
libpng-dev,
libtiff-dev,
libwebp-dev,
zlib1g-dev
Standards-Version: 3.9.4
Homepage: http://www.libsdl.org/projects/SDL_image/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2-image.git
Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl2-image.git
Package: libsdl2-image-2.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Image loading library for Simple DirectMedia Layer 2, libraries
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XCF, XPM, XV.
.
This package contains the shared library.
Package: libsdl2-image-dbg
Section: debug
Architecture: any
Multi-Arch: same
Priority: extra
Depends: ${misc:Depends},
libsdl2-image-2.0-0 (= ${binary:Version})
Description: Image loading library for Simple DirectMedia Layer 2, debugging symbols
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XCF, XPM, XV.
.
This package contains the debugging information for the shared library.
Package: libsdl2-image-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libsdl2-image-2.0-0 (= ${binary:Version}),
libsdl2-dev (>= 2.0.0)
Description: Image loading library for Simple DirectMedia Layer 2, development files
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XCF, XPM, XV.
.
This package contains the development files.
|