diff options
author | mef <mef> | 2016-02-11 00:59:44 +0000 |
---|---|---|
committer | mef <mef> | 2016-02-11 00:59:44 +0000 |
commit | 82132632e1a60211443c1317081dcc60c588f118 (patch) | |
tree | 5b73cda678fc220fc2485d7502b83d51dafd7b8e /audio | |
parent | ef77a764580d6ff73a456d84f0c936f2e8dc6df0 (diff) | |
download | pkgsrc-82132632e1a60211443c1317081dcc60c588f118.tar.gz |
Update 1.3 to 1.3.1
-------------------
Version 1.3.1 -- February 10, 2016
==================================
- Fixed `fpcalc -length` to actually restrict fingerprints the requested length.
- Fixed SONAME version for the shared library.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/chromaprint/Makefile | 4 | ||||
-rw-r--r-- | audio/chromaprint/PLIST | 6 | ||||
-rw-r--r-- | audio/chromaprint/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile index ca8953b2a24..19728f45066 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/02/07 14:14:47 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/02/11 00:59:44 mef Exp $ -DISTNAME= chromaprint-1.3 +DISTNAME= chromaprint-1.3.1 CATEGORIES= audio MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/ diff --git a/audio/chromaprint/PLIST b/audio/chromaprint/PLIST index 6ba9e35d6da..2ce88d8d8cc 100644 --- a/audio/chromaprint/PLIST +++ b/audio/chromaprint/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2014/08/31 21:44:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/02/11 00:59:44 mef Exp $ bin/fpcalc include/chromaprint.h lib/libchromaprint.so -lib/libchromaprint.so.0 -lib/libchromaprint.so.0.2.3 +lib/libchromaprint.so.1 +lib/libchromaprint.so.1.3.0 lib/pkgconfig/libchromaprint.pc diff --git a/audio/chromaprint/distinfo b/audio/chromaprint/distinfo index f3b3ca8b3c6..b53a48fa027 100644 --- a/audio/chromaprint/distinfo +++ b/audio/chromaprint/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2016/02/07 14:14:47 wiz Exp $ +$NetBSD: distinfo,v 1.10 2016/02/11 00:59:44 mef Exp $ -SHA1 (chromaprint-1.3.tar.gz) = 39f36dc4b8b9aee0bc2488ca5cf457bceb4c1483 -RMD160 (chromaprint-1.3.tar.gz) = ed69be63c5980d27d9be26ca663c6fe475a63f9e -SHA512 (chromaprint-1.3.tar.gz) = df41f0cce5c5d0d5a61b6c0cb1de137dbf83a4c9f2b4020e5cb57f9b0d663dca6502aa67592635dcc61368f2048893991f7e6599d019b58eaed778244016b80c -Size (chromaprint-1.3.tar.gz) = 538190 bytes +SHA1 (chromaprint-1.3.1.tar.gz) = 439c5d34a3ff46bcdb54cbcb613da175eb4d83c5 +RMD160 (chromaprint-1.3.1.tar.gz) = 0448165fa0287271632f12e9947e4de472a57496 +SHA512 (chromaprint-1.3.1.tar.gz) = b900d9c94057354982c2c32b37d10bb8ac1b63d005ece1fe6aae38a037e18ea8e77c5e95faff51b8c725b3ff9f3551ab0ef2baf470b49952e5c3c3662da46aae +Size (chromaprint-1.3.1.tar.gz) = 538251 bytes SHA1 (patch-cmake_modules_FindFFmpeg.cmake) = a43fc03f36c18477cdafb7382a4e101eed3f6a72 |