Package Details: chromaprint-fftw 1.5.1-4

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: 61
Popularity: 0.71
First Submitted: 2015-12-27 19:32 (UTC)
Last Updated: 2025-04-03 19:45 (UTC)

Required by (79)

Sources (4)

Latest Comments

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

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

dbermond commented on 2020-06-21 20:28 (UTC)

@troyBORG Sorry, but Manjaro is not supported.

troyBORG commented on 2020-06-21 20:17 (UTC) (edited on 2020-06-21 20:23 (UTC) by troyBORG)

I have an error also, in Manjaro!

-- Found GTest: /usr/src/googletest  
-- Configuring done
CMake Error at tests/CMakeLists.txt:41 (add_executable):
  Cannot find source file:

    /usr/src/googletest/src/gtest-all.cc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx


CMake Error at tests/CMakeLists.txt:41 (add_executable):
  No SOURCES given to target: all_tests


CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
Error making: chromaprint-fftw

I checked in my /usr/src/ folder and I have a folder called gtest there. So it looking for "/usr/src/googletest" and needs "/usr/src/gtest/"

dbermond commented on 2020-06-19 19:00 (UTC)

@serrana Sorry, but Manjaro is not supported.

serrana commented on 2020-06-19 17:44 (UTC)

Sorry for not informing before, I'm using Manjaro