libphash 0.9.4-1.3 source package in Ubuntu

Changelog

libphash (0.9.4-1.3) unstable; urgency=low


  * Non-maintainer upload.
  * Apply libav 9 compatibility fixes from 0.9.6 to fix the build failure with
    libav 9. (Closes: #720797)

 -- Sebastian Ramacher <email address hidden>  Mon, 02 Sep 2013 21:13:44 +0200

Upload details

Uploaded by:
Debian Forensics
Uploaded to:
Sid
Original maintainer:
Debian Forensics
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libphash_0.9.4-1.3.dsc 2.0 KiB 42e8c49b38773d242b2b2efe4e7879f2b4c89acd047a0a6e284d2f043de521d9
libphash_0.9.4.orig.tar.gz 916.3 KiB 6f882116a0525fddc8451e334a5dca3f4144d310d97eda80b1b1ab7c1587a189
libphash_0.9.4-1.3.diff.gz 4.6 KiB 60569201802303c42d4899dc4ec823d881f1c08be93bc43139b5c4f768131044

Available diffs

No changes file available.

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.