Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-04 | Update the cmake 4.0 fix | Daniel Bermond | |
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 | |||
2025-04-03 | Add fix for cmake 4.0 | Daniel Bermond | |
2025-04-03 | Add fix for cmake 4.0 | Daniel Bermond | |
2025-03-14 | Use gtest sources. Update license, dependencies and cmake commands. | Daniel Bermond | |
Repository gtest stopped[1] shipping the source files. [1] https://gitlab.archlinux.org/archlinux/packaging/packages/gtest/-/commit/5211e05c0168cf5b250a10911a16b8407580bd53 | |||
2023-02-04 | Add files | Daniel Bermond | |
2023-02-04 | Fix build with gtest 1.13.0 | Daniel Bermond | |
2021-12-24 | Update to version 1.5.1 | Daniel Bermond | |
2021-02-16 | Add library to provides. Cosmetic changes. | Daniel Bermond | |
2020-06-12 | Add gtest source directory (fix build) | Daniel Bermond | |
2020-04-22 | Updated to version 1.5.0 | Daniel Bermond | |
2019-07-14 | Drop i686 suuport. Fix license. Use None build type. Cosmetics. | Daniel Bermond | |
2018-11-09 | Fix build | Daniel Bermond | |
2018-11-08 | Change license. Add tests. | Daniel Bermond | |
2018-10-25 | Fixes | Daniel Bermond | |
2018-01-21 | Updated to version 1.4.3 | Daniel Bermond | |
2018-01-21 | Cosmetic changes | Daniel Bermond | |
2016-12-30 | Updated to version 1.4.2 | Daniel Bermond | |
2016-12-13 | Updated to version 1.4.1 | Daniel Bermond | |
2016-12-06 | Updated to version 1.4 | Daniel Bermond | |
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. | |||
2016-10-31 | Updated to version 1.3.2 | Bermond | |
2016-02-21 | Updated to version 1.3.1 | Bermond | |
2016-02-21 | Removed boost from the depends array | Bermond | |
boost is needed only for making the test suite so it can be removed from the needed dependencies. | |||
2016-02-21 | Corrected license (GPL) | Bermond | |
As stated in Chromaprint bitbucket website, compiling with FFTW makes the resulting chromaprint binary GPL licensed because FFTW is GPL licensed. | |||
2015-12-27 | Initial commit | Bermond | |