diff options
author | Daniel Bermond | 2025-04-04 07:57:55 -0300 |
---|---|---|
committer | Daniel Bermond | 2025-04-04 07:57:55 -0300 |
commit | 117798b469912834517c79572409d6a86b3c090f (patch) | |
tree | f420cd84384fd2adce12ec594dcf2456f4824063 /.SRCINFO | |
parent | f9640256753a40d48105bd55b0ddad4cb22ad7e5 (diff) | |
download | aur-chromaprint-fftw.tar.gz |
Update the cmake 4.0 fix
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
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = chromaprint-fftw pkgdesc = Library for extracting fingerprints from any audio source (uses fftw for FFT calculations instead of ffmpeg) pkgver = 1.5.1 - pkgrel = 4 + pkgrel = 5 url = https://acoustid.org/chromaprint arch = x86_64 license = GPL-2.0-or-later @@ -15,10 +15,8 @@ pkgbase = chromaprint-fftw source = https://github.com/acoustid/chromaprint/archive/v1.5.1/chromaprint-1.5.1.tar.gz source = https://github.com/google/googletest/archive/v1.16.0/gtest-1.16.0.tar.gz source = 010-chromaprint-gtest-1.13.0-fix.patch - source = 020-chromaprint-cmake4-fix.patch sha256sums = a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c sha256sums = 78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399 sha256sums = 46e389235dd08c727d6cc1ae079a77d06fde337f4a06d0c0fe908d2025280f63 - sha256sums = cd6a0a2bd57afe58fdd9fc7ecf62202e08090df17d96de4524820d947812fd97 pkgname = chromaprint-fftw |