Skip to content

Commit

Permalink
Update to 1.2:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Aug 31, 2014
1 parent c47e529 commit 758de3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions audio/chromaprint/Makefile
@@ -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/

Expand Down
4 changes: 2 additions & 2 deletions audio/chromaprint/PLIST
@@ -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
8 changes: 4 additions & 4 deletions audio/chromaprint/distinfo
@@ -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

0 comments on commit 758de3b

Please sign in to comment.