From ae0be121a0ad8e81dfce12500f0025db61bba691 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 10 Feb 2019 11:09:13 +0000 Subject: [PATCH] Enable JavaScript support (rfbz#5151) --- mpv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mpv.spec b/mpv.spec index fc096b2..5ef0be8 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv Version: 0.29.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://%{name}.io/ @@ -30,6 +30,7 @@ BuildRequires: pkgconfig(ffnvcodec) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(jack) +BuildRequires: pkgconfig(mujs) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libass) @@ -155,6 +156,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Tue Jan 29 2019 Leigh Scott - 0.29.1-4 +- Enable JavaScript support (rfbz#5151) + * Tue Dec 18 2018 Nicolas Chauvet - 0.29.1-3 - Enable rpi support