Search Criteria
Package Details: chromaprint-fftw 1.6.0-1
Package Actions
| 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: | 64 |
| Popularity: | 0.53 |
| First Submitted: | 2015-12-27 19:32 (UTC) |
| Last Updated: | 2025-09-04 21:10 (UTC) |
Dependencies (4)
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Required by (79)
- beets-git (requires chromaprint) (optional)
- clementine (requires chromaprint)
- clementine-git (requires chromaprint)
- emby-server-beta (requires libchromaprint.so)
- essentia-git (requires chromaprint)
- ffmpeg-amd-full
- ffmpeg-amd-full-git
- ffmpeg-full
- ffmpeg-full-git
- filebot (requires chromaprint)
- filebot47 (requires chromaprint)
- finetune (requires chromaprint)
- grilo-plugins-git (requires chromaprint)
- gst-devtools-git (requires chromaprint) (make)
- gst-devtools-git (make)
- gst-editing-services-git (requires chromaprint) (make)
- gst-editing-services-git (make)
- gst-libav-git (make)
- gst-libav-git (requires chromaprint) (make)
- gst-plugin-codec2-git (requires chromaprint) (make)
- Show 59 more...
Latest Comments
1 2 3 4 5 Next › Last »
periode commented on 2025-10-14 11:14 (UTC)
@dbermond, it worked with makepkg, thanks!
dbermond commented on 2025-10-04 13:02 (UTC)
@homocomputeris this was already requested and discussed previously. Please see previous comments. In short, no, as 'fpcalc' requires ffmpeg, and this package uses fftw instead of ffmpeg.
homocomputeris commented on 2025-10-04 10:59 (UTC)
Can this package be built to provide
fpcalc?dbermond commented on 2025-09-23 20:31 (UTC)
@periode I have just checked, and the package is building perfectly fine. I cannot reproduce your issue. By your log, it looks like you are using an AUR helper, and this is not supported. Use makepkg, and make sure that you have an up-to-date Arch Linux system.
periode commented on 2025-09-16 14:28 (UTC)
Hi, I get the following error on trying to update to 1.6.0-1:
looks like
chromaprint_decode_fingerprint_headeris missing? Any thoughts on this?dbermond commented on 2025-06-01 01:41 (UTC)
@slapjd repository chromaprint needs ffmpeg, but here we use it in the other way around: ffmpeg-full and ffmpeg-full-git requires chromaprint. And yes, the goal is mainly to avoid circular dependency with ffmpeg, as this can be a pain, specially when ffmpeg increases the soname version (as it is happening with ffmpeg-full-git right now at the time of writing). It's a good practice to avoid circular dependencies whenever possible, specially on AUR packages. And splitting chromaprint into different packages for tools and libs does not seem a good idea to me just to separate a single binary executable that is less then 40kb, and this would also cause a circular dependency at build time.
slapjd commented on 2025-05-31 13:28 (UTC)
@dbermond ah, i see. is this package trying to avoid ffmpeg dependencies entirely? thinking about it, i would assume fpcalc only uses ffmpeg directly for transcoding the input file to raw audio and then uses actual chromaprint library for any calculations.
i only ran into issues because i started using
ffmpeg-full(for better AAC transcodes) which depends on this specifically, presumably to avoid circular dependency problems? for now i just copied the fpcalc binary into/usr/local/binto make picard work (for anyone else with this issue).it would be nice if the official package was split into
chromaprintandchromaprint-toolsorfpcalcor something, then this could maybe do the same and avoid circular dependency problems while still being able to depend on fpcalc (although packages only requiring the library could/should probably just depend onlibchromaprint.sothen this could only provide that).regardless, thanks for clarifying!
dbermond commented on 2025-05-31 01:48 (UTC)
@slapjd because 'BUILD_TOOLS' requires ffmpeg, and this package uses fftw instead of ffmpeg for the fft calculations.
slapjd commented on 2025-05-30 21:33 (UTC)
Hi, is there a reason DBUILD_TOOLS is off? Official chromaprint has it on and Picard depends on it (
fpcalc) for AcoustID.dbermond commented on 2025-03-15 02:04 (UTC)
@Culted package updated. Thanks for reporting.
1 2 3 4 5 Next › Last »