From 18729794b52498df2a90842af8ccb3d03cf3851c Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 26 Feb 2018 23:08:08 +0100 Subject: [PATCH] Update for libplacebo --- vlc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vlc.spec b/vlc.spec index 8ecc155..d7d66ad 100644 --- a/vlc.spec +++ b/vlc.spec @@ -43,7 +43,7 @@ Summary: The cross-platform open-source multimedia framework, player and server Name: vlc Version: %{vlc_vers} -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.videolan.org @@ -121,6 +121,7 @@ BuildRequires: libtar-devel BuildRequires: libtheora-devel BuildRequires: libtiger-devel BuildRequires: libtiff-devel +BuildRequires: pkgconfig(libplacebo) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libvncclient) BuildRequires: libupnp-devel @@ -547,6 +548,9 @@ fi || : %changelog +* Mon Feb 26 2018 Nicolas Chauvet - 3.0.0-3 +- Add libplacebo support + * Sun Feb 18 2018 Leigh Scott - 3.0.0-2 - Enable microdns (rfbz#4793)