head 1.2; access; symbols pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2025.08.31.10.00.58; author wiz; state dead; branches; next 1.1; commitid w5TPTCX2nkgtOR8G; 1.1 date 2023.06.08.07.05.18; author wiz; state Exp; branches; next ; commitid NHbLJw3FV0ej27sE; desc @@ 1.2 log @chromaprint: update to 1.6.0. Version 1.6.0 -- August 28, 2025 ================================= - Added support for FFmpeg 8.0 - Added chromaprint_decode_fingerprint_header function - Added missing chromaprint_get_algorithm function implementation - Optimized simhash calculation and fingerprint decoding - Improved fingerprint compression performance by pre-allocating vector storage - CMake improvements: updated minimum version to 3.10, use GNUInstallDirs, install config targets - Build Linux ARM64 binaries - Allow build to exclude internal avresample @ text @$NetBSD: patch-tests_CMakeLists.txt,v 1.1 2023/06/08 07:05:18 wiz Exp $ Support ffmpeg5 https://github.com/acoustid/chromaprint/pull/120/files --- tests/CMakeLists.txt.orig 2021-12-23 05:57:54.000000000 +0000 +++ tests/CMakeLists.txt @@@@ -38,6 +38,12 @@@@ set(SRCS if(BUILD_TOOLS) set(SRCS ${SRCS} ../src/audio/ffmpeg_audio_reader_test.cpp) + include_directories( + ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS} + ${FFMPEG_LIBAVCODEC_INCLUDE_DIRS} + ${FFMPEG_LIBAVUTIL_INCLUDE_DIRS} + ${AUDIO_PROCESSOR_INCLUDE_DIRS} + ) link_libraries(fpcalc_libs) endif() @ 1.1 log @chromaprint: support ffmpeg5 using upstream patch. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @