Nvidia dependency remove for kodi build

This commit is contained in:
2020-04-11 08:26:15 +02:00
parent 252a42224a
commit 58da48d4e4
2 changed files with 23 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
%global _with_libcec 1
%global _with_wayland 1
# only enable it, if you have a nvidia gpu!
%global _with_nvidia_ffmpeg 1
%global _with_nvidia_ffmpeg 0
%endif
%if 0%{?_with_wayland}
%global kodi_backends x11 wayland gbm
@@ -31,7 +31,7 @@
Name: kodi
Version: 18.6
Release: 100.%{myRELEASE}.%{PRERELEASE}%{?dist}
Release: 101.%{myRELEASE}.%{PRERELEASE}%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -545,6 +545,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
* Sat Apr 11 2020 Daniel Steiner <daniel.steiner@greenmail.ch>
- Nvidia dependencies removed.
* Sun Mar 8 2020 Daniel Steiner <daniel.steiner@greenmail.ch>
- Nvidia depend build with ffmpeg-nvidia library.