commit d07484fc9e9f18a7c473306593b19902d5e06788
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Feb 26 07:33:35 2019 -0600
Update dependencies for mythgame and mythgallery.
mythtv.spec | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/mythtv.spec b/mythtv.spec
index 7dd8823..1d47e8e 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -276,6 +276,11 @@ BuildRequires: libcrystalhd-devel
BuildRequires: systemd-devel
%endif
+%if %{with mythgame}
+BuildRequires: minizip-devel
+%endif
+
+
# API Build Requirements
%if %{with perl}
@@ -315,6 +320,7 @@ BuildRequires: MySQL-python
%if %{with mythgallery}
BuildRequires: libexif-devel >= 0.6.9
+BuildRequires: dcraw
%endif
%if %{with mythgame}
@@ -778,6 +784,7 @@ links in a simple mythplugin.
%package -n mythgallery
Summary: A gallery/slideshow module for MythTV
Requires: mythtv-frontend-api%{?_isa} = %{mythfeapiver}
+Requires: dcraw
%description -n mythgallery
A gallery/slideshow module for MythTV.
Show replies by date