summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2025-04-04Update the cmake 4.0 fixDaniel 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-03Add fix for cmake 4.0Daniel Bermond
2025-03-14Use 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-04Add filesDaniel Bermond
2021-12-24Update to version 1.5.1Daniel Bermond
2021-02-16Add library to provides. Cosmetic changes.Daniel Bermond
2020-06-12Add gtest source directory (fix build)Daniel Bermond
2020-04-22Updated to version 1.5.0Daniel Bermond
2019-07-14Drop i686 suuport. Fix license. Use None build type. Cosmetics.Daniel Bermond
2018-11-09Fix buildDaniel Bermond
2018-11-08Change license. Add tests.Daniel Bermond
2018-10-25FixesDaniel Bermond
2018-01-21Updated to version 1.4.3Daniel Bermond
2018-01-21Cosmetic changesDaniel Bermond
2016-12-30Updated to version 1.4.2Daniel Bermond
2016-12-13Updated to version 1.4.1Daniel Bermond
2016-12-06Updated to version 1.4Daniel 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-31Updated to version 1.3.2Bermond
2016-02-21Updated to version 1.3.1Bermond
2016-02-21Removed boost from the depends arrayBermond
boost is needed only for making the test suite so it can be removed from the needed dependencies.
2016-02-21Corrected 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-27Initial commitBermond