]> git.pld-linux.org Git - packages/aegisub.git/blobdiff - aegisub.spec
- release 13 (ffms2 soname change)
[packages/aegisub.git] / aegisub.spec
index f6a7fa25fd20dede0345c13ffe466b3b871db56e..e2401ee131be8bb20ff5e82cfefd61858841a711 100644 (file)
@@ -11,13 +11,16 @@ Summary:    Subtitle editor
 Summary(pl.UTF-8):     Edytor napisów
 Name:          aegisub
 Version:       3.2.2
-Release:       3
+Release:       13
 License:       BSD
 Group:         X11/Applications
 Source0:       http://ftp.aegisub.org/pub/releases/%{name}-%{version}.tar.xz
 # Source0-md5: d80e852c34811add358c06d77f5cd40d
 Patch0:                pthread.patch
-URL:           http://www.aegisub.net/
+Patch1:                %{name}-icu.patch
+Patch2:                %{name}-icu64.patch
+Patch3:                %{name}-boost-1.70.patch
+URL:           http://www.aegisub.org/
 # AC_AGI_COMPILE tries to run test program which tries to open device and most likely fails
 #BuildRequires:        OpenAL-devel >= 0.0.8
 BuildRequires: OpenGL-devel
@@ -55,6 +58,8 @@ Requires:     hunspell >= 1.2.0
 Requires:      libass >= 0.9.7
 Requires:      libicu >= 4.8.1.1
 Requires:      pulseaudio-libs >= 0.5
+# due to luajit usage
+ExclusiveArch: %{ix86} %{x8664} arm mips ppc
 # missing atomic_ops
 ExcludeArch:   i386 i486
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -82,6 +87,9 @@ obsługa tych zaawansowanych funkcji.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %{__mv} vendor{,.keep}
 mkdir vendor
This page took 0.052737 seconds and 4 git commands to generate.