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
|
Source: simage
Homepage: http://www.coin3d.org/lib/simage
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/simage/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/simage/
Section: graphics
Priority: optional
Build-Depends: cdbs, autotools-dev, debhelper (>= 7), libgif-dev, libjpeg62-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libvorbis-dev, libsndfile1-dev
Standards-Version: 3.8.3
Package: libsimage20
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generic interface to various image file format libraries
The simage library provides a simplified and uniform interface to many
image file format libraries, and it includes internal support for some
image file formats too.
Package: libsimage-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libsimage20 (= ${binary:Version}), libgif-dev, libjpeg62-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libvorbis-dev, libsndfile1-dev
Description: generic interface to various image file format libraries
The simage library provides a simplified and uniform interface to many
image file format libraries, and it includes internal support for some
image file formats too.
|