1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Sunpoet Po-Chuan Hsieh
65cd17a75f - Update to 20120911
- Cleanup Makefile header

Changes:	https://github.com/lastfm/Fingerprinter/commits/master/
2012-09-30 04:54:18 +00:00
Brendan Fabeny
1870a876bd fix the build by adjusting LIB_DEPENDS after changes to
audio/libsamplerate

Reported by:	pav
2012-03-06 17:27:26 +00:00
Sunpoet Po-Chuan Hsieh
6257fcb282 - Add fplib 20100712
The last.fm fingerprint library

The fingerprinting process works in two steps:
1. Get PCM data and pass it to *fplib* which will return byte string to be
   submitted to the last.fm HTTP fingerprint service. This will return a number
   (fingerprintID).
2. Query the last.fm API with the fingerprintID and obtain the metadata in xml
   format.

The lastfmfpclient directory contains an example of application that uses fplib
and queries both services.

WWW: https://github.com/lastfm/Fingerprinter

Feature safe:	yes
2011-11-12 18:15:54 +00:00