Update to 1.2:
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
This commit is contained in:
parent
2cb499c821
commit
d815cc43c9
3 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/08/11 23:09:44 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/08/31 21:44:32 wiz Exp $
|
||||
|
||||
DISTNAME= chromaprint-1.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= chromaprint-1.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2014/04/27 16:27:09 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2014/08/31 21:44:32 wiz Exp $
|
||||
bin/fpcalc
|
||||
include/chromaprint.h
|
||||
lib/libchromaprint.so
|
||||
lib/libchromaprint.so.0
|
||||
lib/libchromaprint.so.0.2.2
|
||||
lib/libchromaprint.so.0.2.3
|
||||
lib/pkgconfig/libchromaprint.pc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2014/08/11 23:09:44 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/08/31 21:44:32 wiz Exp $
|
||||
|
||||
SHA1 (chromaprint-1.1.tar.gz) = 5a250f761761d2ce08e2591b9daa909393552939
|
||||
RMD160 (chromaprint-1.1.tar.gz) = f6b886b989b3de0d274c699696212c0350c1ad7a
|
||||
Size (chromaprint-1.1.tar.gz) = 542360 bytes
|
||||
SHA1 (chromaprint-1.2.tar.gz) = 113415ca22298c201721b43e006824c7865afc17
|
||||
RMD160 (chromaprint-1.2.tar.gz) = 208ddea00c22451b6838ab8415834403e918b541
|
||||
Size (chromaprint-1.2.tar.gz) = 529646 bytes
|
||||
SHA1 (patch-cmake_modules_FindFFmpeg.cmake) = 0c751824ef25fa393f7e74f432d97d26a44354f0
|
||||
|
|
Loading…
Reference in a new issue