Age | Commit message (Collapse) | Author |
|
Patching all occurrences of unsupported 'cmake_minimum_required()'
is not needed. Starting at CMake 4.0, there is a new variable[1]
named 'CMAKE_POLICY_VERSION_MINIMUM' that can be externally set
exactly for the purpose of setting the policy version of projects
that are not yet updated.
[1] https://cmake.org/cmake/help/v4.0/variable/CMAKE_POLICY_VERSION_MINIMUM.html
|
|
|
|
Repository gtest stopped[1] shipping the source files.
[1] https://gitlab.archlinux.org/archlinux/packaging/packages/gtest/-/commit/5211e05c0168cf5b250a10911a16b8407580bd53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This upstream version introduces some changes in CMake configuration
options.
Some notable ones:
- Building examples is not available anymore.
- Library for FFT calculations is selected by option 'FFT_LIB'.
- fpcalc binary utility can be easily compiled using FFmpeg, while
maintaining FFTW3 for FFT calculations in libchromaprint.so.
For details and implications, see note in PKGBUILD file.
|
|
|
|
|
|
boost is needed only for making the test suite so it can be removed
from the needed dependencies.
|
|
As stated in Chromaprint bitbucket website, compiling with FFTW
makes the resulting chromaprint binary GPL licensed because FFTW
is GPL licensed.
|
|
|