]> git.pld-linux.org Git - packages/aegisub.git/commitdiff
- added icu patch (fix build with icu 59, missing include); release 8 auto/th/aegisub-3.2.2-8
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Apr 2017 17:17:22 +0000 (19:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Apr 2017 17:17:22 +0000 (19:17 +0200)
aegisub-icu.patch [new file with mode: 0644]
aegisub.spec

diff --git a/aegisub-icu.patch b/aegisub-icu.patch
new file mode 100644 (file)
index 0000000..7576c1b
--- /dev/null
@@ -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>
index a51de5e74394f27718eebb6ee20ba04d98694172..4a058e3600e48042ea367f1847478d284c62fab6 100644 (file)
@@ -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
This page took 0.193441 seconds and 4 git commands to generate.