]> git.pld-linux.org Git - packages/aegisub.git/blobdiff - aegisub.spec
don't regenerate autotools files
[packages/aegisub.git] / aegisub.spec
index a908055f10b1d145a9e5413d0652630992cca930..0af5272a08d58508a65591189c559842deab7a94 100644 (file)
@@ -11,19 +11,21 @@ Summary:    Subtitle editor
 Summary(pl.UTF-8):     Edytor napisów
 Name:          aegisub
 Version:       3.2.2
-Release:       2
+Release:       16
 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
+Patch4:                make-4.3.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
 BuildRequires: alsa-lib-devel
-BuildRequires: autoconf >= 2.57
-BuildRequires: automake
 BuildRequires: boost-devel >= 1.50.0
 %{?with_ffms2:BuildRequires:   ffms2-devel >= 2.16}
 BuildRequires: fftw3-devel >= 3.3
@@ -55,6 +57,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 +86,10 @@ obsługa tych zaawansowanych funkcji.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %{__mv} vendor{,.keep}
 mkdir vendor
@@ -89,6 +97,7 @@ mkdir vendor
 
 %build
 %configure \
+       --disable-compiler-flags \
        --disable-update-checker \
        %{__with_without ffms2} \
        --without-oss \
This page took 0.027801 seconds and 4 git commands to generate.