commit 718de44389b2d712ec0eed9301e3c6995db7f8f8
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Sep 1 11:45:47 2017 +0100
Add xlocale.h fix from fedora mlt
mlt-freeworld.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index 49b9066..55b15ad 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -1,6 +1,6 @@
Name: mlt-freeworld
Version: 6.4.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
License: GPLv3 and LGPLv2+
@@ -62,6 +62,10 @@ sed -i -e '/ffast-math/d' configure
# be sure that aren't used
rm -r src/win32/
+%if 0%{?fedora} >= 25
+# xlocale.h is gone in F26
+sed -r -i 's/#include <xlocale.h>/#include <locale.h>/'
src/framework/mlt_property.h
+%endif
%build
#export STRIP=/bin/true
@@ -93,6 +97,9 @@ find %{buildroot} -type d -empty -delete
%{_datadir}/mlt/
%changelog
+* Fri Sep 01 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 6.4.1-5
+- Add xlocale.h fix from fedora mlt
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 6.4.1-4
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild