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
|
Source: libpuzzle
Section: graphics
Priority: extra
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libgd2-noxpm-dev
Standards-Version: 3.9.8
Homepage: https://github.com/jedisct1/libpuzzle
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-phototools/libpuzzle.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-phototools/libpuzzle.git
Package: libpuzzle1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: quick similar image finder - shared library
The Puzzle library is designed to quickly find visually similar images
(GIF, PNG, JPG), even if they have been resized, recompressed,
recolored or slightly modified.
.
This package contains the C library.
Package: libpuzzle-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: quick similar image finder - runtime tool
The Puzzle library is designed to quickly find visually similar images
(GIF, PNG, JPG), even if they have been resized, recompressed,
recolored or slightly modified.
.
This package contains the command-line tool: puzzle-diff.
Package: libpuzzle-dev
Section: libdevel
Architecture: any
Depends: libpuzzle1 (= ${binary:Version}), ${misc:Depends}
Description: quick similar image finder - development files
The Puzzle library is designed to quickly find visually similar images
(GIF, PNG, JPG), even if they have been resized, recompressed,
recolored or slightly modified.
.
This package contains the development files.
|