forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |