aboutsummaryrefslogtreecommitdiff
path: root/audio/fplib
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Mark jobs unsafeBaptiste Daroussin2013-07-101-0/+1
| | | | | | | | Convert to USES=gmake where appropriate Trim headers Notes: svn path=/head/; revision=322689
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 20120911Sunpoet Po-Chuan Hsieh2012-09-303-21/+20
| | | | | | | | | - Cleanup Makefile header Changes: https://github.com/lastfm/Fingerprinter/commits/master/ Notes: svn path=/head/; revision=305073
* fix the build by adjusting LIB_DEPENDS after changes toBrendan Fabeny2012-03-061-0/+2
| | | | | | | | | audio/libsamplerate Reported by: pav Notes: svn path=/head/; revision=292837
* - Add fplib 20100712Sunpoet Po-Chuan Hsieh2011-11-123-0/+59
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 Notes: svn path=/head/; revision=285654