# Description: library for reading and writing images # URL: http://openimageio.org/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: cmake boost openjpeg libtiff libpng giflib ilmbase openexr glew ffmpeg name=openimageio version=1.7.17 release=1 source=(https://github.com/OpenImageIO/oiio/archive/Release-$version.tar.gz) build() { cd oiio-Release-$version mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share }