]> git.pld-linux.org Git - packages/libass.git/commitdiff
- make yasm generate proper object format on x32 and enable asm auto/th/libass-0.12.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Apr 2015 10:17:07 +0000 (12:17 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Apr 2015 10:17:07 +0000 (12:17 +0200)
- rel 3

libass.spec

index bffea2511b1cd90be3d1f4eb086c2da85c7b6c35..a447ad48925d02aa2198e95a6be30a97de5b9a53 100644 (file)
@@ -2,7 +2,7 @@ Summary:        LibASS - SSA/ASS subtitles rendering library
 Summary(pl.UTF-8):     LibASS - biblioteka renderująca napisy SSA/ASS
 Name:          libass
 Version:       0.12.1
-Release:       2
+Release:       3
 License:       MIT-like
 Group:         Libraries
 Source0:       http://github.com/libass/libass/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -71,6 +71,10 @@ Statyczna biblioteka LibASS.
 %prep
 %setup -q
 
+%ifarch x32
+%{__sed} -i -e 's|-f elf |-f elfx32 |' configure.ac
+%endif
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
@@ -78,9 +82,6 @@ Statyczna biblioteka LibASS.
 %{__autoheader}
 %{__automake}
 %configure \
-%ifarch x32
-       --disable-asm \
-%endif
        --disable-silent-rules
 
 %{__make}
This page took 0.084625 seconds and 4 git commands to generate.