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
|
Source: libpano13
Section: libs
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Andreas Metzler <ametzler@debian.org>
Build-Depends: debhelper (>= 9), libpng-dev,
libjpeg-dev, libtiff-dev, autotools-dev, chrpath, libtiff-tools
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-phototools/libpano.git
Vcs-Git: git://anonscm.debian.org/pkg-phototools/libpano.git
Homepage: http://panotools.sourceforge.net/
Package: libpano13-dev
Section: libdevel
Architecture: any
Depends: libpano13-3 (= ${binary:Version}), ${misc:Depends}
Description: panorama tools library development files
This package contains the panoramatools library. It provides basic
algorithmic tools to generate, edit and transform many kinds of
panoramic images.
.
This package holds static libraries and headers needed by developers
who wish to use libpano13 in their programs.
Package: libpano13-3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: libpano13-bin
Multi-Arch: same
Description: panorama tools library
This package contains the panoramatools library. It provides basic
algorithmic tools to generate, edit and transform many kinds of
panoramic images.
Package: libpano13-bin
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libpano12-bin
Replaces: libpano12-bin
Multi-Arch: foreign
Description: panorama tools utilities
This package contains the following tools, all part of the Panorama Tools
library, and supposed to make it easy to work with panoramic images:
* panoinfo - List details about the libpano13 library
* PTblender - Colour and brightness correction of panoramas
* PTcrop - Crop TIFF images
* PTinfo - Display information about a panotools-generated image
* PTmasker - Compute stitching masks
* PTmender - Replacement for PTStitcher
* PToptimizer - Wrapper around control point optimization routines
* PTroller - Merge several images into a single one
* PTtiff2psd - Convert a set of TIFF files into a Photoshop PSD file
* PTtiffdump - Compare two TIFF images
* PTuncrop - Uncrop TIFF images
|