diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-27 23:48:57 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-27 23:48:57 +0800 |
commit | da3300946918435523e36e6cc8de12245686e3dd (patch) | |
tree | 65c2b2280dfb54379d9ff921f0cc0a0fde54889c /audio/Makefile | |
parent | ec7ef25e96bf80445dc5755527d8b1f49cd8395c (diff) | |
download | freebsd-ports-gnome-da3300946918435523e36e6cc8de12245686e3dd.tar.gz freebsd-ports-gnome-da3300946918435523e36e6cc8de12245686e3dd.tar.zst freebsd-ports-gnome-da3300946918435523e36e6cc8de12245686e3dd.zip |
Chromaprint is the core component of the AcoustID project. It is
a client-side library that implements a custom algorithm for
extracting fingerprints from any audio source. Also included is
fpcalc, a small utility for calculating AcoustID fingerprints.
WWW: http://acoustid.org/chromaprint
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index d1de5ce5454e..74ca324d20ee 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -94,6 +94,7 @@ SUBDIR += checkmate SUBDIR += cheesetracker SUBDIR += chordpack + SUBDIR += chromaprint SUBDIR += clementine-player SUBDIR += clunk SUBDIR += cmp3 |