libphash 0.9.4-1.4ubuntu1 source package in Ubuntu

Changelog

libphash (0.9.4-1.4ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Use dh-autoreconf to get new libtool macros for ppc64el and update
      config.{sub,guess} for new arches.

libphash (0.9.4-1.4) unstable; urgency=medium

  * Add support for libav10, patch by Sebastian Ramacher (Closes: #739336)
 -- Logan Rosen <email address hidden>   Wed, 19 Mar 2014 13:28:27 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
libphash_0.9.4.orig.tar.gz 916.3 KiB 6f882116a0525fddc8451e334a5dca3f4144d310d97eda80b1b1ab7c1587a189
libphash_0.9.4-1.4ubuntu1.diff.gz 4.9 KiB 62305441a715cf5ff20fa5193a0dc08d5d963490343c13d188be5a78d73bbbae
libphash_0.9.4-1.4ubuntu1.dsc 1.8 KiB 1fffe6e2a58a22898a2868de90bf04cc928bc8cbd98ef8de67993b10677cfc20

View changes file

Binary packages built by this source

libphash0: Perceptual hashing library

 Unlike cryptographic hash functions which rely on an avalanche effect of
 changes in input leading to drastic changes in the output, perceptual
 hashes are "close" to one another if the inputs are visually or
 auditorily similar.
 .
 Perceptual hashes have applications in searching, identifying potential
 copyright infringement, locating duplicates etc. - since a fingerprint
 of a file is usually less than 1% of the original media file's size,
 the fingerprint can be stored in a database and used for semantic
 searching, such as finding all images that look like another.
 .
 pHash implements several perceptual hashing algorithms and provides a
 C++ API to use those functions in your own programs.

libphash0-dev: Perceptual hashing library development package

 Unlike cryptographic hash functions which rely on an avalanche effect of
 changes in input leading to drastic changes in the output, perceptual
 hashes are "close" to one another if the inputs are visually or
 auditorily similar.
 .
 Perceptual hashes have applications in searching, identifying potential
 copyright infringement, locating duplicates etc. - since a fingerprint
 of a file is usually less than 1% of the original media file's size,
 the fingerprint can be stored in a database and used for semantic
 searching, such as finding all images that look like another.
 .
 pHash implements several perceptual hashing algorithms and provides a
 C++ API to use those functions in your own programs.
 .
 This package provides the files necessary to compile programs which
 use pHash library.