File: control

package info (click to toggle)
libphash 0.9.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,168 kB
  • sloc: sh: 18,059; cpp: 11,339; php: 1,870; xml: 619; java: 173; cs: 139; makefile: 74; awk: 70; ansic: 44
file content (51 lines) | stat: -rw-r--r-- 2,384 bytes parent folder | download
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
Source: libphash
Section: libs
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Tiago Bortoletto Vaz <tiago@debian.org>
Build-Depends: debhelper (>= 7.0.50~), libavformat-dev, libavcodec-dev, libswscale-dev, libfftw3-dev, libjpeg-dev, libpng-dev, cimg-dev, libsndfile1-dev, libsamplerate0-dev, libmpg123-dev
Standards-Version: 3.9.1
Homepage: http://phash.org
Vcs-Browser: http://git.debian.org/?p=forensics/libphash.git
Vcs-Git: git://git.debian.org/forensics/libphash.git

Package: libphash0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 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.

Package: libphash0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, ${shlibs:Depends}, cimg-dev, libphash0 (= ${binary:Version})
Provides: libphash-dev
Description: 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.