commit 6b13f20d00d43a8a7f2c90bfc003aa118f715ddd
Author: Jakub Bogusz <[email protected]>
Date:   Wed Apr 26 19:17:22 2017 +0200

    - added icu patch (fix build with icu 59, missing include); release 8

 aegisub-icu.patch | 10 ++++++++++
 aegisub.spec      |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/aegisub.spec b/aegisub.spec
index a51de5e..4a058e3 100644
--- a/aegisub.spec
+++ b/aegisub.spec
@@ -11,12 +11,13 @@ Summary:    Subtitle editor
 Summary(pl.UTF-8):     Edytor napisów
 Name:          aegisub
 Version:       3.2.2
-Release:       7
+Release:       8
 License:       BSD
 Group:         X11/Applications
 Source0:       http://ftp.aegisub.org/pub/releases/%{name}-%{version}.tar.xz
 # Source0-md5: d80e852c34811add358c06d77f5cd40d
 Patch0:                pthread.patch
+Patch1:                %{name}-icu.patch
 URL:           http://www.aegisub.net/
 # AC_AGI_COMPILE tries to run test program which tries to open device and most 
likely fails
 #BuildRequires:        OpenAL-devel >= 0.0.8
@@ -82,6 +83,7 @@ obsługa tych zaawansowanych funkcji.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %{__mv} vendor{,.keep}
 mkdir vendor
diff --git a/aegisub-icu.patch b/aegisub-icu.patch
new file mode 100644
index 0000000..7576c1b
--- /dev/null
+++ b/aegisub-icu.patch
@@ -0,0 +1,10 @@
+--- aegisub-3.2.2/src/utils.cpp.orig   2014-12-08 01:07:09.000000000 +0100
++++ aegisub-3.2.2/src/utils.cpp        2017-04-26 17:47:31.087418818 +0200
+@@ -44,6 +44,7 @@
+ #include <boost/filesystem/path.hpp>
+ #include <map>
+ #include <unicode/locid.h>
++#include <unicode/unistr.h>
+ #include <wx/clipbrd.h>
+ #include <wx/filedlg.h>
+ #include <wx/stdpaths.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aegisub.git/commitdiff/6b13f20d00d43a8a7f2c90bfc003aa118f715ddd

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to