From 097d7c292f6b4434fe0da16ca59c0b05d5631c0c Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 13 Oct 2019 11:35:58 +0100 Subject: [PATCH] Enable html doc as it's easier to read than the man page --- mpv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mpv.spec b/mpv.spec index 10627ed..d9f79f8 100644 --- a/mpv.spec +++ b/mpv.spec @@ -5,7 +5,7 @@ Name: mpv Version: 0.29.1 -Release: 17%{?gitrelease}%{?dist} +Release: 18%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -139,6 +139,7 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc. --enable-libsmbclient \ --enable-dvdnav \ --enable-cdda \ + --enable-html-build \ %{?_with_rpi:--enable-rpi --disable-vaapi} \ --enable-dvbin @@ -173,6 +174,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Sun Oct 13 2019 Leigh Scott - 0.29.1-18.20191011.gita85fa2d +- Enable html doc as it's easier to read than the man page + * Sat Oct 12 2019 Leigh Scott - 0.29.1-17.20191011.gita85fa2d - Update to 20191011 snapshot