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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
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:
chrpath,
cmake,
debhelper-compat (= 13),
libjpeg-dev,
libpng-dev,
libtiff-dev,
libtiff-tools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/libpano
Vcs-Git: https://salsa.debian.org/debian-phototools-team/libpano.git -b libpano13/unstable
Homepage: http://panotools.sourceforge.net/
Package: libpano13-dev
Section: libdevel
Architecture: any
Depends:
libpano13-3 (= ${binary:Version}),
${misc:Depends},
Multi-Arch: same
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:
${misc:Depends},
${shlibs: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:
${misc:Depends},
${shlibs: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
|