Rebuild without ffmpeg to break circular dependency with ffmpeg/dav1d.
This commit is contained in:
parent
4a56c4e00d
commit
18e39a0179
@ -1,7 +1,7 @@
|
|||||||
%if 0%{?rhel} && 0%{?rhel} < 9
|
%if 0%{?rhel} && 0%{?rhel} < 9
|
||||||
%bcond_with ffmpeg
|
%bcond_with ffmpeg
|
||||||
%else
|
%else
|
||||||
%bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
|
#bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
|
||||||
%endif
|
%endif
|
||||||
# Globing of libraries is against the packging guidelines
|
# Globing of libraries is against the packging guidelines
|
||||||
%global sover 1
|
%global sover 1
|
||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: chromaprint
|
Name: chromaprint
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Library implementing the AcoustID fingerprinting
|
Summary: Library implementing the AcoustID fingerprinting
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -109,6 +109,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 12 2024 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-14
|
||||||
|
- Rebuild without ffmpeg to break circular dependency with ffmpeg/dav1d.
|
||||||
|
|
||||||
* Sun Aug 06 2023 Richard Shaw <hobbes1069@gmail.com> - 1.5.1-13
|
* Sun Aug 06 2023 Richard Shaw <hobbes1069@gmail.com> - 1.5.1-13
|
||||||
- Rebuild post bootstrap build for ffmpeg/codec2.
|
- Rebuild post bootstrap build for ffmpeg/codec2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user