openimageio ver.bump
This commit is contained in:
@@ -16,10 +16,10 @@ def setup():
|
|||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.configure("-DUSE_QT=0 \
|
cmaketools.configure("-DUSE_QT=0 \
|
||||||
-DUSE_PYTHON=ON \
|
-DUSE_PYTHON=ON \
|
||||||
-DPYTHON_VERSION=2.7 \
|
-DPYTHON_VERSION=3.8 \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
|
-DPYLIB_INSTALL_DIR=lib/python3.8/site-packages \
|
||||||
-DUSE_OCIO= OFF \
|
-DUSE_OCIO= OFF \
|
||||||
-DUSE_OPENSSL:BOOL=TRUE \
|
-DUSE_OPENSSL:BOOL=TRUE \
|
||||||
-DSTOP_ON_WARNING:BOOL=FALSE \
|
-DSTOP_ON_WARNING:BOOL=FALSE \
|
||||||
|
|||||||
@@ -12,16 +12,17 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Library for reading and writing images</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
|
<Dependency>git</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>boost-devel</Dependency>
|
<Dependency>boost-devel</Dependency>
|
||||||
<Dependency>boost-python</Dependency>
|
<Dependency>boost-python3</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>openexr-devel</Dependency>
|
<Dependency>openexr-devel</Dependency>
|
||||||
<Dependency>ilmbase-devel</Dependency>
|
<Dependency>ilmbase-devel</Dependency>
|
||||||
<Dependency>glew-devel</Dependency>
|
<Dependency>glew-devel</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>txt2man</Dependency>
|
<Dependency>txt2man</Dependency>
|
||||||
<Dependency>libpng-devel</Dependency>
|
<Dependency>libpng-devel</Dependency>
|
||||||
<Dependency>tiff-devel</Dependency>
|
<Dependency>tiff-devel</Dependency>
|
||||||
@@ -58,10 +59,10 @@
|
|||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>ffmpeg</Dependency>
|
<Dependency>ffmpeg</Dependency>
|
||||||
<Dependency>libpng</Dependency>
|
<Dependency>libpng</Dependency>
|
||||||
<Dependency>python</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>freetype</Dependency>
|
<Dependency>freetype</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>boost-python</Dependency>
|
<!-- <Dependency>boost-python</Dependency> -->
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
@@ -88,7 +89,7 @@
|
|||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
<Dependency>ffmpeg-devel</Dependency>
|
<Dependency>ffmpeg-devel</Dependency>
|
||||||
<Dependency>libpng-devel</Dependency>
|
<Dependency>libpng-devel</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>freetype-devel</Dependency>
|
<Dependency>freetype-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -97,6 +98,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="10">
|
||||||
<Date>2019-11-05</Date>
|
<Date>2019-11-05</Date>
|
||||||
<Version>1.8.17</Version>
|
<Version>1.8.17</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user