From 9718b72d14fbafcf25db11e2aac80f5f618f93547cf55dc051d1fdf0cf6212c1 Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Fri, 26 Oct 2018 14:15:07 +0000 Subject: [PATCH] Accepting request 644861 from home:jirislaby:branches:multimedia:apps - enable tv OBS-URL: https://build.opensuse.org/request/show/644861 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=147 --- mpv.changes | 5 +++++ mpv.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mpv.changes b/mpv.changes index e19bef0..2e60a5b 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 26 13:16:44 UTC 2018 - jslaby@suse.com + +- enable tv + ------------------------------------------------------------------- Tue Oct 2 20:28:39 UTC 2018 - Martin Herkt <9+suse@cirno.systems> diff --git a/mpv.spec b/mpv.spec index 0ba0b5c..efe3f6d 100644 --- a/mpv.spec +++ b/mpv.spec @@ -15,7 +15,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -232,6 +232,7 @@ python3 ./waf configure \ --enable-libarchive \ --enable-dvbin \ --enable-drm \ + --enable-tv \ --enable-x11 \ %if 0%{?suse_version} > 1500 --enable-wayland \