Package Details: chromaprint-fftw 1.5.1-5

Git Clone URL: https://aur.archlinux.org/chromaprint-fftw.git (read-only, click to copy)
Package Base: chromaprint-fftw
Description: Library for extracting fingerprints from any audio source (uses fftw for FFT calculations instead of ffmpeg)
Upstream URL: https://acoustid.org/chromaprint
Keywords: chromaprint fftw
Licenses: GPL-2.0-or-later
Conflicts: chromaprint
Provides: chromaprint, libchromaprint.so
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 62
Popularity: 0.74
First Submitted: 2015-12-27 19:32 (UTC)
Last Updated: 2025-04-04 11:04 (UTC)

Required by (78)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

dbermond commented on 2022-06-05 12:17 (UTC)

@MarsSeed As far as I know, there is no easy or simple way to fix this. It looks like this is mostly due to upstream code (in this case, you can see that upstream uses the FILE macro). Anyway, this warning is harmless and you should not be worried about it.

MarsSeed commented on 2022-06-05 10:58 (UTC)

Could you check if you can somehow eliminate this?

==> WARNING: Package contains reference to $srcdir
usr/lib/libchromaprint.so.1.5.1

Thanks in advance!

dbermond commented on 2021-11-28 13:13 (UTC)

@jklint This is a github issue and it's affecting a considerable amount of Arch Linux and Fedora packages. Discussion here: https://github.com/github/feedback/discussions/8149

jklint commented on 2021-11-28 12:10 (UTC) (edited on 2021-11-28 12:11 (UTC) by jklint)

Getting 404 when attempting to build this package (dep for ffmpeg-full). source line in the PKGBUILD appears to be no longer valid. A couple tweaks and I was able to get it to build.

+source=("https://github.com/acoustid/chromaprint/releases/download/v${pkgver}/chromaprint-${pkgver}.tar.gz")
+sha256sums=('573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a')

build() {
-    cmake -B build -S "chromaprint-${pkgver}" \
+    cmake -B build -S "chromaprint-v${pkgver}" \

dbermond commented on 2021-02-16 20:07 (UTC)

@SolarAquarion Not quite needed, but I added it to conform to the corresponding repository package.

SolarAquarion commented on 2021-02-16 18:25 (UTC)

you need to add provides "libchromaprint.so"

dbermond commented on 2020-08-30 02:50 (UTC)

@ToadKing Building with tools enabled (to build fpcalc) requires ffmpeg. This is out of the scope of this package.

ToadKing commented on 2020-08-30 02:25 (UTC) (edited on 2020-08-30 02:43 (UTC) by ToadKing)

Is it possible for this package to build the command line tools? The picard package needs fpcalc and this doesn't install it.

EDIT: Nevermind, found the previous comments about this.

CaffeinatedTech commented on 2020-06-26 13:12 (UTC)

I'm on Manjaro. I just symlinked gtest to googletest with sudo ln -s /usr/src/gtest /usr/src/googletest