diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-09-11 23:27:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-09-11 23:27:46 +0000 |
commit | 47471a2a828c48e9671bb5947df3f5db1019b1d6 (patch) | |
tree | 0f84db6d703d1d80878c37a8674970bf20ba74ce /multimedia/Makefile | |
parent | 8f5451ae43c3821516210a7b3de4f0394d6a5c9c (diff) | |
download | ports-47471a2a828c48e9671bb5947df3f5db1019b1d6.tar.gz ports-47471a2a828c48e9671bb5947df3f5db1019b1d6.zip |
multimedia/pHash: add new port
PR: 202635
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
pHash is an open source software library released under the GPLv3 license that
implements several perceptual hashing algorithms, and provides a C-like API to
use those functions in your own programs. pHash itself is written in C++.
http://phash.org/
Notes
Notes:
svn path=/head/; revision=396723
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index f1d5f77d8824..fc872faf3e51 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -279,6 +279,7 @@ SUBDIR += p5-Subtitles SUBDIR += p5-Umph-Prompt SUBDIR += p5-Video-OpenQuicktime + SUBDIR += pHash SUBDIR += phonon SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer |