pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/chromaprint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 20 06:55:19 UTC 2020

Modified Files:
        pkgsrc/audio/chromaprint: Makefile distinfo

Log Message:
chromaprint: update to 1.5.0.

Version 1.5.0 -- April 15, 2020
===============================

 - Added support for fpcalc -raw -signed, which helps with easier PostgreSQL integration
 - Added support for using libavresample instead of libswresample
 - Fixed possible crash in chromaprint_decode_fingerprint
 - Fixed unit tests on big endian CPUs


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/chromaprint/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/chromaprint/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/chromaprint/Makefile
diff -u pkgsrc/audio/chromaprint/Makefile:1.27 pkgsrc/audio/chromaprint/Makefile:1.28
--- pkgsrc/audio/chromaprint/Makefile:1.27      Sun Mar 22 07:34:03 2020
+++ pkgsrc/audio/chromaprint/Makefile   Mon Apr 20 06:55:19 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/03/22 07:34:03 nia Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/20 06:55:19 wiz Exp $
 
-DISTNAME=      chromaprint-1.4.3
-PKGREVISION=   4
+DISTNAME=      chromaprint-1.5.0
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=acoustid/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/audio/chromaprint/distinfo
diff -u pkgsrc/audio/chromaprint/distinfo:1.16 pkgsrc/audio/chromaprint/distinfo:1.17
--- pkgsrc/audio/chromaprint/distinfo:1.16      Sun Mar 22 07:34:03 2020
+++ pkgsrc/audio/chromaprint/distinfo   Mon Apr 20 06:55:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/03/22 07:34:03 nia Exp $
+$NetBSD: distinfo,v 1.17 2020/04/20 06:55:19 wiz Exp $
 
-SHA1 (chromaprint-1.4.3.tar.gz) = b87ac1a5597cc28d930ed1de6c6f6892d80c2eaa
-RMD160 (chromaprint-1.4.3.tar.gz) = 49945e81e161b4ca300766b42732c30fda0f5a11
-SHA512 (chromaprint-1.4.3.tar.gz) = aab00ca3d42047f20f48b24efdc50ef06fac799c69b3007a0e9c4e8217133a3626c51e49b4c842a59fc0e606169f2542c91997b0e838c62e9492a7ff5968363b
-Size (chromaprint-1.4.3.tar.gz) = 613718 bytes
+SHA1 (chromaprint-1.5.0.tar.gz) = 6004975759bf09fe6ed52b1430ec242df7419d66
+RMD160 (chromaprint-1.5.0.tar.gz) = f3af6c1e5b04f6e471e715714442d021393b7d45
+SHA512 (chromaprint-1.5.0.tar.gz) = 333114949928abdf5d4b11aba1db6ec487eebe526324c68d903b3fa80a3af87a28d942af765a2f873e63a1bf222b658b6438cd10cde4446f61b26ea91f537469
+Size (chromaprint-1.5.0.tar.gz) = 615221 bytes



Home | Main Index | Thread Index | Old Index