From 18e39a01799405cf7904a2002dc66aacbc1d0701 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 12 Jan 2024 17:55:14 +0100 Subject: [PATCH] Rebuild without ffmpeg to break circular dependency with ffmpeg/dav1d. --- chromaprint.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chromaprint.spec b/chromaprint.spec index c2bc26a..3bc9a37 100644 --- a/chromaprint.spec +++ b/chromaprint.spec @@ -1,7 +1,7 @@ %if 0%{?rhel} && 0%{?rhel} < 9 %bcond_with ffmpeg %else -%bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1} +#bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1} %endif # Globing of libraries is against the packging guidelines %global sover 1 @@ -9,7 +9,7 @@ Name: chromaprint Version: 1.5.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Library implementing the AcoustID fingerprinting License: GPLv2+ @@ -109,6 +109,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la %endif %changelog +* Fri Jan 12 2024 Fabio Valentini - 1.5.1-14 +- Rebuild without ffmpeg to break circular dependency with ffmpeg/dav1d. + * Sun Aug 06 2023 Richard Shaw - 1.5.1-13 - Rebuild post bootstrap build for ffmpeg/codec2.