Enable lensfun

el9
Leigh Scott 4 years ago
parent 9f2b9c6c69
commit ad5e793685

@ -28,6 +28,11 @@
%endif %endif
%endif %endif
%if 0%{?rhel}
%global _without_lensfun 1
%global _without_vulkan 1
%endif
# flavor nonfree # flavor nonfree
%if 0%{?_with_cuda:1} %if 0%{?_with_cuda:1}
%global debug_package %{nil} %global debug_package %{nil}
@ -89,7 +94,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor} Name: ffmpeg%{?flavor}
Version: 4.3 Version: 4.3
Release: 0.20.%{?date}%{?date:git}%{?rel}%{?dist} Release: 0.21.%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license} License: %{ffmpeg_license}
URL: http://ffmpeg.org/ URL: http://ffmpeg.org/
%if 0%{?date} %if 0%{?date}
@ -126,6 +131,7 @@ BuildRequires: lame-devel >= 3.98.3
%{!?_without_cdio:BuildRequires: libcdio-paranoia-devel} %{!?_without_cdio:BuildRequires: libcdio-paranoia-devel}
%{?_with_chromaprint:BuildRequires: libchromaprint-devel} %{?_with_chromaprint:BuildRequires: libchromaprint-devel}
%{?_with_crystalhd:BuildRequires: libcrystalhd-devel} %{?_with_crystalhd:BuildRequires: libcrystalhd-devel}
%{!?_without_lensfun:BuildRequires: lensfun-devel}
%if 0%{?_with_ieee1394} %if 0%{?_with_ieee1394}
BuildRequires: libavc1394-devel BuildRequires: libavc1394-devel
BuildRequires: libdc1394-devel BuildRequires: libdc1394-devel
@ -274,6 +280,7 @@ This package contains development files for %{name}
%{?_with_gme:--enable-libgme} \\\ %{?_with_gme:--enable-libgme} \\\
--enable-libgsm \\\ --enable-libgsm \\\
%{?_with_ilbc:--enable-libilbc} \\\ %{?_with_ilbc:--enable-libilbc} \\\
%{!?_without_lensfun:--enable-liblensfun} \\\
%{?_with_libnpp:--enable-libnpp --enable-nonfree} \\\ %{?_with_libnpp:--enable-libnpp --enable-nonfree} \\\
--enable-libmp3lame \\\ --enable-libmp3lame \\\
%{?_with_netcdf:--enable-netcdf} \\\ %{?_with_netcdf:--enable-netcdf} \\\
@ -435,6 +442,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog %changelog
* Mon May 25 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3-0.21.20200524git
- Enable lensfun
* Sun May 24 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3-0.20.20200524git * Sun May 24 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3-0.20.20200524git
- Rebuild for dav1d SONAME bump - Rebuild for dav1d SONAME bump

Loading…
Cancel
Save