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
|
Source: sdl-image1.2
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: oldlibs
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
libsdl1.2-dev,
libjpeg-dev,
libpng-dev,
libtiff-dev,
libwebp-dev,
zlib1g-dev
Standards-Version: 4.7.0
Homepage: https://www.libsdl.org/projects/SDL_image/
Vcs-Browser: https://salsa.debian.org/sdl-team/sdl-image1.2
Vcs-Git: https://salsa.debian.org/sdl-team/sdl-image1.2.git
Package: libsdl-image1.2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Image loading library for Simple DirectMedia Layer 1.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: libsdl-image1.2-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libsdl-image1.2 (= ${binary:Version}),
libsdl1.2-dev,
libjpeg-dev,
libpng-dev,
libtiff-dev,
libwebp-dev,
zlib1g-dev
Description: Image loading library for Simple DirectMedia Layer 1.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.
|