]> git.pld-linux.org Git - packages/OpenImageIO.git/commitdiff
- rel 4; disable threads on i486 auto/th/OpenImageIO-1.2.3-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Nov 2013 22:03:35 +0000 (23:03 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Nov 2013 22:03:35 +0000 (23:03 +0100)
OpenImageIO.spec

index 40e9d5034716a48ccdf32c00a978b1f3674da7e9..5295570651d8511480b9ba37f69ff904e547b280 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Library for reading and writing images
 Summary(pl.UTF-8):     Biblioteka do odczytu i zapisu obrazów
 Name:          OpenImageIO
 Version:       1.2.3
-Release:       3
+Release:       4
 License:       BSD
 Group:         Libraries
 Source0:       https://github.com/OpenImageIO/oiio/tarball/Release-%{version}/%{name}-%{version}.tar.gz
@@ -319,6 +319,9 @@ Wiązanie Pythona do biblioteki OpenImageIO.
 install -d build
 cd build
 %cmake ../src \
+%ifarch i486
+       -DNOTHREADS=1 \
+%endif
        -DEMBEDPLUGINS=OFF \
        -DOPENJPEG_INCLUDE_DIR=%{_includedir}/openjpeg-1.5 \
        -DINCLUDE_INSTALL_DIR=%{_includedir}/%{name} \
This page took 0.177406 seconds and 4 git commands to generate.