Subject: CVS commit: pkgsrc/audio/chromaprint
From: Thomas Klausner
Date: 2016-12-12 11:15:13
Message id: 20161212101513.E1BBBFBA6@cvs.NetBSD.org

Log Message:
Updated chromaprint to 1.4.

Switch to ffmpeg3.

Version 1.4 -- December 3, 2016
===============================

 - Fully streaming audio processing without any post-processing step for the \ 
fingerprint generation.
 - Many performance optimizations. Especially when processing long streams, \ 
operations should be faster and use less memory.
 - C++11 compiler is now required for building the library.
 - The public C API now uses standard fixed-size int types from stdint.h (breaks \ 
backwards compatibility).
 - All code written for the library is now distributed under the MIT license.
 - Kiss FFT is now included with the library and automatically used if no other \ 
FFT library is found.
 - Added support for using the FFTW3F version of FFTW3.
 - Boost is no longer used.

Files:
RevisionActionfile
1.17modifypkgsrc/audio/chromaprint/Makefile
1.5modifypkgsrc/audio/chromaprint/PLIST
1.7modifypkgsrc/audio/chromaprint/buildlink3.mk
1.12modifypkgsrc/audio/chromaprint/distinfo
1.3modifypkgsrc/audio/chromaprint/patches/patch-cmake_modules_FindFFmpeg.cmake