summaryrefslogtreecommitdiff
path: root/audio/chromaprint
AgeCommit message (Collapse)AuthorFilesLines
2015-01-22I was mistaken: this does not support ffmpeg2; revert previous.wiz1-4/+3
2015-01-22Switch from ffmpeg1 to ffmpeg2.wiz1-3/+4
Bump PKGREVISION. Not buildlink3ed, so no recursive PKGREVISION++ necessary.
2014-08-31Update to 1.2:wiz3-9/+8
Version 1.2 -- August 26, 2014 ============================== - Fixed compilation with neither libswresample nor libavresample (#11) - Fixed compilation with static libav (#10) - Functions chromaprint_encode_fingerprint and chromaprint_decode_fingerprint are changed to accept const pointer as input - Added support for using the Kiss FFT library (should make Android port easier) - Removed obsolete dev tools from the package - More compatible DEBUG() macro
2014-08-11Fix ffmpeg1 detection.wiz1-0/+31
2014-08-11Switch to ffmpeg1 instead of ffmpeg.wiz3-5/+9
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
2014-04-30Add buildlink3.mk.wiz1-0/+14
2014-04-27Fix pkg-config file. Ride update.wiz1-1/+3
2014-04-27Update to 1.1:wiz4-22/+8
Version 1.1 -- November 23, 2013 ================================ - Fixed potential DoS attack in fingerprint decompression code. (#6) - Fixed invalid memory read with some fingerprinter configurations. (#5) - Fixed compilation with clang on OS X 10.9 (#7, #9) - Added support for audio format conversion with libav. (#2, Gordon Pettey) Version 1.0 -- September 7, 2013 ================================ - Support for the latest FFmpeg API. - Support for reading audio from stdin in fpcalc. - Changed fpcalc to return non-zero status on failure.
2014-04-10recursive bump from x264-devel builld number change (i.e. API change).obache1-1/+2
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-5/+1
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg2-1/+14
2013-04-02add the "acoustid" Python pkg and its dependencies, useful todrochner4-0/+37
add acoustic fingerprints to py-beets