Package Details: chromaprint-fftw 1.5.1-2

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
Conflicts: chromaprint
Provides: chromaprint, libchromaprint.so
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 59
Popularity: 0.73
First Submitted: 2015-12-27 19:32 (UTC)
Last Updated: 2023-02-04 16:23 (UTC)

Dependencies (3)

Required by (95)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

dbermond commented on 2023-02-04 16:24 (UTC)

@JeSuisNerd This is an issue with gtest 1.13.0, which does not support C++11 anymore. Fixed.

JeSuisNerd commented on 2023-02-01 18:01 (UTC)

I hit presumably the same issue as Accidentaccio:

error: #error C++ versions less than C++14 are not supported.

Seems to be an issue upstream, it was resolved by patching CMakeLists.txt line 27: set(CMAKE_CXX_STANDARD 11) => set(CMAKE_CXX_STANDARD 14)

Accidentaccio commented on 2023-01-31 22:05 (UTC)

ERROR in build()

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"