Summary: | media-libs/chromaprint-1.2 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Laurent Bachelier <laurent> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aguertin+gentoo, asturm |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | chromaprint-1.2.ebuild |
Description
Laurent Bachelier
2014-08-31 13:29:19 UTC
Created attachment 385424 [details]
chromaprint-1.2.ebuild
Here's the ebuild I got working locally.
The major change is that upstream removed everything from the tools directory. All that's left is the library and the fpcalc executable. I've left fpcalc under the control of the tools use flag to not break picard. There are more choices for FFT libraries now, but gentoo has hardcoded the choice of the ffmpeg/libav FFT library and I kept that.
chromaprint-1.1 fails to compile with libav-10 due to problems with the obsolete tools. By removing them, chromaprint-1.2 fixes that problem.
Indeed, chromaprint-1.2 fixes that problem by dropping the code. Picard still works with your ebuild. Committed. Thanks for your contributions! |