summaryrefslogtreecommitdiff
path: root/audio/chromaprint
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-04-27 16:27:09 +0000
committerwiz <wiz@pkgsrc.org>2014-04-27 16:27:09 +0000
commitd75a1489d840f041356a0f7c83e977bf95d97984 (patch)
tree9c7213d7dbad219f9a55fd435dee4602ce4ceb04 /audio/chromaprint
parentfb25ab85381a636dacd60eda849e8d671af8d7fd (diff)
downloadpkgsrc-d75a1489d840f041356a0f7c83e977bf95d97984.tar.gz
Update to 1.1:
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.
Diffstat (limited to 'audio/chromaprint')
-rw-r--r--audio/chromaprint/Makefile5
-rw-r--r--audio/chromaprint/PLIST4
-rw-r--r--audio/chromaprint/distinfo9
-rw-r--r--audio/chromaprint/patches/patch-src_utils.h12
4 files changed, 8 insertions, 22 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
index aed7b297006..4f566b7b6ee 100644
--- a/audio/chromaprint/Makefile
+++ b/audio/chromaprint/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/04/10 05:39:14 obache Exp $
+# $NetBSD: Makefile,v 1.4 2014/04/27 16:27:09 wiz Exp $
-DISTNAME= chromaprint-0.7
-PKGREVISION= 1
+DISTNAME= chromaprint-1.1
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/
diff --git a/audio/chromaprint/PLIST b/audio/chromaprint/PLIST
index ba40ee014d6..e44f6a779e5 100644
--- a/audio/chromaprint/PLIST
+++ b/audio/chromaprint/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/02 10:44:41 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/04/27 16:27:09 wiz Exp $
bin/fpcalc
include/chromaprint.h
lib/libchromaprint.so
lib/libchromaprint.so.0
-lib/libchromaprint.so.0.2.0
+lib/libchromaprint.so.0.2.2
lib/pkgconfig/libchromaprint.pc
diff --git a/audio/chromaprint/distinfo b/audio/chromaprint/distinfo
index c6d74ebb04f..ecb50ca87e6 100644
--- a/audio/chromaprint/distinfo
+++ b/audio/chromaprint/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/04/29 21:31:09 joerg Exp $
+$NetBSD: distinfo,v 1.3 2014/04/27 16:27:09 wiz Exp $
-SHA1 (chromaprint-0.7.tar.gz) = 6a961585e82d26d357eb792216becc0864ddcdb2
-RMD160 (chromaprint-0.7.tar.gz) = e1304ec6c408b7760f9363c9b6549b5683991e58
-Size (chromaprint-0.7.tar.gz) = 543811 bytes
-SHA1 (patch-src_utils.h) = 121edd7b50f2a00ad2ab6629a4c2e86c4b00963a
+SHA1 (chromaprint-1.1.tar.gz) = 5a250f761761d2ce08e2591b9daa909393552939
+RMD160 (chromaprint-1.1.tar.gz) = f6b886b989b3de0d274c699696212c0350c1ad7a
+Size (chromaprint-1.1.tar.gz) = 542360 bytes
diff --git a/audio/chromaprint/patches/patch-src_utils.h b/audio/chromaprint/patches/patch-src_utils.h
deleted file mode 100644
index 58601e9be1b..00000000000
--- a/audio/chromaprint/patches/patch-src_utils.h
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-src_utils.h,v 1.1 2013/04/29 21:31:09 joerg Exp $
-
---- src/utils.h.orig 2013-04-28 13:38:52.000000000 +0000
-+++ src/utils.h
-@@ -28,6 +28,7 @@
- #include <math.h>
- #include <stddef.h>
- #include <stdint.h>
-+#include <algorithm>
- #include <limits>
- #include <iterator>
-