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
|
Source: paintlib
Section: graphics
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 6), cdbs, libcurl4-gnutls-dev | libcurl-dev,
libjpeg62-dev, libtiff4-dev, libpng12-dev, libungif4-dev, libsdl1.2-dev, quilt
Standards-Version: 3.7.3
Homepage: http://www.paintlib.de/
Vcs-Svn: https://bollin.googlecode.com/svn/paintlib/
Vcs-Browser: http://bollin.googlecode.com/svn/paintlib/
Package: paintlib-dev
Section: libdevel
Architecture: any
Depends: paintlib2c2a (= ${binary:Version}), libcurl4-gnutls-dev |
libcurl4-openssl-dev, libjpeg62-dev, libtiff4-dev, libpng12-dev,
libungif4-dev, libdirectfb-dev, libsdl1.2-dev
Description: C++ class library for image manipulation
paintlib is a portable C++ class library for image loading, saving and
manipulation. Images can be loaded from BMP, GIF, JPEG, PCX, PGM, PICT,
PNG, PSD, TGA, TIFF and WMF files and saved in BMP, JPEG, PNG and TIFF
formats. Image manipulation can be done either through filters
implemented in filter classes or by directly accessing the bitmap bits.
.
This package contains files necessary for development of applications using
paintlib.
Package: paintlib2c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: paintlib2, paintlib2c2
Replaces: paintlib2, paintlib2c2
Description: C++ class library for image manipulation
paintlib is a portable C++ class library for image loading, saving and
manipulation. Images can be loaded from BMP, GIF, JPEG, PCX, PGM, PICT,
PNG, PSD, TGA, TIFF and WMF files and saved in BMP, JPEG, PNG and TIFF
formats. Image manipulation can be done either through filters
implemented in filter classes or by directly accessing the bitmap bits.
Package: paintlib2c2a-dbg
Section: libs
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, paintlib2c2a (= ${binary:Version})
Description: C++ class library for image manipulation
paintlib is a portable C++ class library for image loading, saving and
manipulation. Images can be loaded from BMP, GIF, JPEG, PCX, PGM, PICT,
PNG, PSD, TGA, TIFF and WMF files and saved in BMP, JPEG, PNG and TIFF
formats. Image manipulation can be done either through filters
implemented in filter classes or by directly accessing the bitmap bits.
.
This package ships the debugging symbols.
|