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:           Sun Jan 28 15:43:03 UTC 2018

Modified Files:
        pkgsrc/audio/chromaprint: Makefile distinfo

Log Message:
chromaprint: update to 1.4.3.

Version 1.4.3 -- January 21, 2017
==================================

 - Allow one packet to have decoding error
 - Print output even if there is a decoding error, exit with error code 3 instead of 2 in such case
 - Add new option -ignore-errors to change the error code 3 to 0
 - Add new option -algorithm NUM
 - Periotically flush output when working on a stream


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/chromaprint/Makefile
cvs rdiff -u -r1.14 -r1.15 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.22 pkgsrc/audio/chromaprint/Makefile:1.23
--- pkgsrc/audio/chromaprint/Makefile:1.22      Tue Aug  1 14:58:52 2017
+++ pkgsrc/audio/chromaprint/Makefile   Sun Jan 28 15:43:03 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2017/08/01 14:58:52 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/28 15:43:03 wiz Exp $
 
-DISTNAME=      chromaprint-1.4.2
-PKGREVISION=   2
+DISTNAME=      chromaprint-1.4.3
 CATEGORIES=    audio
-MASTER_SITES=  https://bitbucket.org/acoustid/chromaprint/downloads/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=acoustid/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://acoustid.org/chromaprint

Index: pkgsrc/audio/chromaprint/distinfo
diff -u pkgsrc/audio/chromaprint/distinfo:1.14 pkgsrc/audio/chromaprint/distinfo:1.15
--- pkgsrc/audio/chromaprint/distinfo:1.14      Sun Jan  1 08:42:52 2017
+++ pkgsrc/audio/chromaprint/distinfo   Sun Jan 28 15:43:03 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2017/01/01 08:42:52 mef Exp $
+$NetBSD: distinfo,v 1.15 2018/01/28 15:43:03 wiz Exp $
 
-SHA1 (chromaprint-1.4.2.tar.gz) = 3d90530e643a351f49460f08fcbc163179e9c036
-RMD160 (chromaprint-1.4.2.tar.gz) = c3ffa5eb295edc1421de9c63f036e71c4315d03f
-SHA512 (chromaprint-1.4.2.tar.gz) = 69449adf1c95c1395a5545d36877afe95b409d045357cc675e9ac58aee2955b3a9a245f37805192804a9b7fddc792b9e9289bf6448fa3393131048d28e06d7e2
-Size (chromaprint-1.4.2.tar.gz) = 613367 bytes
+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 (patch-cmake_modules_FindFFmpeg.cmake) = 193eac515ea1152762d911cf5cb2fac32ec62b4b



Home | Main Index | Thread Index | Old Index