Search Criteria
Package Details: lib32-chromaprint 1.5.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-chromaprint.git (read-only, click to copy) |
---|---|
Package Base: | lib32-chromaprint |
Description: | Library for extracting fingerprints from any audio source (32-bit) |
Upstream URL: | https://acoustid.org/chromaprint |
Licenses: | MIT, LGPL2.1 |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-06 07:13 (UTC) |
Last Updated: | 2023-03-22 00:25 (UTC) |
Dependencies (4)
- chromaprint (chromaprint-gitAUR, chromaprint-fftwAUR)
- lib32-ffmpegAUR
- cmake (cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
Latest Comments
1 2 Next › Last »
MarsSeed commented on 2023-07-17 18:13 (UTC)
This package is not used anymore by any dependents.
The lib32 gstreamer packages have dropped support, as there isn't any existing use case (no bin32-only application wants to create an acoustic fingerprint for music identification).
So I suggest this package is safe to delete.
Arbyste commented on 2023-02-18 17:41 (UTC)
@VeryNotOrange you shouldn't be removing the endif(). Line 40 is unchanged, I just included it in my code below for completeness. Essentially, all you're doing is changing all instances of "11" to "14" in that section.
This is in the CMakeLists.txt file in the root directory.
VeryNotOrange commented on 2023-02-09 04:36 (UTC) (edited on 2023-02-09 04:57 (UTC) by VeryNotOrange)
@scatherinch, how did you actually patch it with what Arbyste posted? There are two CMakeList.txt files: one in the main directory, and another in the tests directory. Whichever one I look at it seems that Arbyste's code couldn't replace lines 37 to 40 without creating a syntax error with the endif() it removes.
scatherinch commented on 2023-02-09 04:14 (UTC)
alright, patching it works. thanks for the advice @Arbyste
scatherinch commented on 2023-02-09 03:23 (UTC)
how can i build this? i need it for something and i'm getting errors spat at at me. i used to be able to build it but something has clearly been broken.
Arbyste commented on 2023-02-04 14:07 (UTC)
If you don't want to skip the tests, you can fix this by patching CMakeLists.txt. You need to replace lines 37 to 40 with:
If you're not sure how to make a patch, this should help: https://wiki.archlinux.org/title/Patching_packages
glorantv commented on 2023-01-31 03:02 (UTC)
@zfkerr, I got around that issue by disabling building the tests.
SenileAnimal commented on 2023-01-27 00:18 (UTC)
Install fails for me. Issues look a lot like zfkerr's. Errors: https://pastebin.com/B3k8WHvU Full: https://pastebin.com/nAsLwD9q
Tried re-installing all depends, but no joy.
zfkerr commented on 2023-01-23 09:18 (UTC) (edited on 2023-01-23 09:22 (UTC) by zfkerr)
misharash commented on 2022-01-05 10:20 (UTC) (edited on 2022-01-05 10:58 (UTC) by misharash)
If you fail to build with issues like that:
try reinstalling
lib32-libffmpeg
which owns the shared object.1 2 Next › Last »