guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fde896b7f353d509ec8c3ad03b0f5ab8b73909c6
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 30 21:07:45 2025 +0900
gnu: chromaprint: Update to 1.6.0.
* gnu/packages/mp3.scm (chromaprint): Update to 1.6.0.
[inputs]: Replace ffmpeg-4 with ffmpeg.
Change-Id: Ibb845baf545b6e26fc14ee55c1afc30997d5e0a9
---
gnu/packages/mp3.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 2018424c7d..4794773fa5 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -656,14 +656,14 @@ command-line tool.")
(define-public chromaprint
(package
(name "chromaprint")
- (version "1.5.1")
+ (version "1.6.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/acoustid/chromaprint/releases/download/v"
version "/chromaprint-" version ".tar.gz"))
(sha256
- (base32 "072y6c7ijkm6r674f6z089rbdazrmxzpdcsm6y6vf64b7gxdiam1"))))
+ (base32 "1nj0rfr3vf926802jgd6p3il7yirc4vjqx6nl0vrlf51aqp4hcwx"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; tests require googletest *sources*
@@ -672,7 +672,7 @@ command-line tool.")
(inputs
;; requires one of FFmpeg (prefered), FFTW3 or vDSP
;; use the same ffmpeg version as for acoustid-fingerprinter
- (list ffmpeg-4 boost))
+ (list ffmpeg boost))
(home-page "https://acoustid.org/chromaprint")
(synopsis "Audio fingerprinting library")
(description "Chromaprint is a library for calculating audio