]> git.pld-linux.org Git - packages/chromaprint.git/blobdiff - chromaprint.spec
- upstream fixes for ffmpeg 5+, rel 2
[packages/chromaprint.git] / chromaprint.spec
index ca7d43022c702aa6e4cfa7a38481fa5ee47896b3..5015e31692ff9f3273541996351cea537d617993 100644 (file)
@@ -10,12 +10,14 @@ Summary:    Library implementing the AcoustID fingerprinting
 Summary(pl.UTF-8):     Biblioteka implementująca odciski AcoustID
 Name:          chromaprint
 Version:       1.5.1
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: https://github.com/acoustid/chromaprint/releases
 Source0:       https://github.com/acoustid/chromaprint/releases/download/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 54e71f86bcf1d34989db639044ba9628
+Patch0:                ffmpeg5.patch
+Patch1:                ffmpeg5-decode-retry.patch
 URL:           https://acoustid.org/chromaprint
 BuildRequires: cmake >= 3.3
 %{?with_ffmpeg:BuildRequires:  ffmpeg-devel >= 0.6}
@@ -82,6 +84,8 @@ tworzenia aplikacji wykorzystujących bibliotekę libchromaprint.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 install -d build
This page took 0.065651 seconds and 4 git commands to generate.