@@ -16,10 +16,10 @@ def setup():
|
||||
shelltools.cd("build")
|
||||
cmaketools.configure("-DUSE_QT=0 \
|
||||
-DUSE_PYTHON=ON \
|
||||
-DPYTHON_VERSION=2.7 \
|
||||
-DPYTHON_VERSION=3.8 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
|
||||
-DPYLIB_INSTALL_DIR=lib/python3.8/site-packages \
|
||||
-DUSE_OCIO= OFF \
|
||||
-DUSE_OPENSSL:BOOL=TRUE \
|
||||
-DSTOP_ON_WARNING:BOOL=FALSE \
|
||||
|
||||
@@ -12,16 +12,17 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for reading and writing images</Summary>
|
||||
<Description>OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications.</Description>
|
||||
<Archive sha1sum="1129fae1ec72fd480b552adccedc2ec362d91230" type="targz">https://github.com/OpenImageIO/oiio/archive/Release-1.8.17.tar.gz</Archive>
|
||||
<Archive sha1sum="bf2ad848d34efca44e82f41a39f1084e2d26450c" type="targz">https://github.com/OpenImageIO/oiio/archive/Release-2.0.13.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>boost-python</Dependency>
|
||||
<Dependency>boost-python3</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
<Dependency>ilmbase-devel</Dependency>
|
||||
<Dependency>glew-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>txt2man</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
@@ -58,10 +59,10 @@
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>boost-python</Dependency>
|
||||
<!-- <Dependency>boost-python</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -88,7 +89,7 @@
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -97,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2020-02-11</Date>
|
||||
<Version>2.0.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2019-11-05</Date>
|
||||
<Version>1.8.17</Version>
|
||||
|
||||
Reference in New Issue
Block a user