From 30f94856772e8e1dd8dc6ff2ee86b6b87e28d4f0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:07:48 +0100 Subject: [PATCH] rebuilt with liblua 5.2.4-2mamba with fixed pkgconfig [release 2.2.1-4mamba;Thu Nov 12 2015] --- vlc.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/vlc.spec b/vlc.spec index 709ebdc..d438804 100644 --- a/vlc.spec +++ b/vlc.spec @@ -11,7 +11,7 @@ %endif Name: vlc Version: 2.2.1 -Release: 2mamba +Release: 4mamba Summary: The VideoLAN client Group: Graphical Desktop/Applications/Multimedia Vendor: openmamba @@ -204,6 +204,7 @@ BuildRequires: libopencv-devel #BuildRequires: xulrunner-devel #%endif BuildRequires: lua +BuildRequires: liblua-devel >= 5.2.4-2mamba BuildRequires: libssp-devel BuildRequires: libgmp-devel BuildRequires: libftgl-devel @@ -213,6 +214,9 @@ BuildRequires: libebml >= 1.3.0 BuildRequires: libmatroska >= 1.4.0 BuildRequires: libdirectfb >= 1.6.3 BuildRequires: libtar >= 1.2.20 +BuildRequires: libtag-devel >= 1.9 +BuildRequires: libfreerdp-devel +BuildRequires: libshine-devel #Requires: avahi-compat-howl #Requires: avahi-compat-libdns_sd BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -496,6 +500,13 @@ fi #%endif %changelog +* Thu Nov 12 2015 Silvan Calarco 2.2.1-4mamba +- rebuilt with liblua 5.2.4-2mamba with fixed pkgconfig + +* Mon Nov 09 2015 Silvan Calarco 2.2.1-3mamba +- rebuilt with libtag 1.9 as required +- added build requirements for libshine and libfreerdp + * Thu Oct 01 2015 Silvan Calarco 2.2.1-2mamba - generate plugins cache at run-time (https://trac.videolan.org/vlc/ticket/9807)