diff --git a/multimedia/graphics/openimageio/actions.py b/multimedia/graphics/openimageio/actions.py new file mode 100644 index 0000000000..9d71c12e7b --- /dev/null +++ b/multimedia/graphics/openimageio/actions.py @@ -0,0 +1,33 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import autotools +from pisi.actionsapi import get +from pisi.actionsapi import shelltools + +def setup(): + shelltools.makedirs("build") + + shelltools.cd("build") + cmaketools.configure("-DUSE_QT=0 \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \ + -DUSE_OCIO= OFF \ + -DOIIO_BUILD_TESTS=OFF", sourceDir="..") + +def build(): + shelltools.cd("build") + + cmaketools.make() + +def install(): + shelltools.cd("build") + + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + #pisitools.dodoc("CREDITS", "LICENSE", "README.*") diff --git a/multimedia/graphics/openimageio/pspec.xml b/multimedia/graphics/openimageio/pspec.xml new file mode 100644 index 0000000000..d3049fd6af --- /dev/null +++ b/multimedia/graphics/openimageio/pspec.xml @@ -0,0 +1,121 @@ + + + + + openimageio + https://sites.google.com/site/openimageio/home + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + Library for reading and writing images + OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. + https://github.com/OpenImageIO/oiio/archive/Release-1.4.15.tar.gz + + + extra-cmake-modules + boost-devel + openexr-devel + ilmbase-devel + glew-devel + python-devel + txt2man + libpng-devel + tiff-devel + zlib-devel + jasper-devel + libraw-devel + openjpeg-devel + libjpeg-turbo-devel + + + + + openimageio + + qt5-base + tiff + webp + glew + mesa + boost + opencv + giflib + ilmbase + openjpeg + openexr-libs + libjpeg-turbo + libraw + + + /usr/lib + /usr/bin + /usr/share + + + + + openimageio-devel + Development files for openimageio + + openimageio + + + /usr/include + + + + + + 2014-12-30 + 1.4.15 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 1.4.8 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-04-23 + 1.3.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-01-20 + 1.3.11 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-11 + 1.2.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-17 + 1.1.20130123 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-01-25 + 1.1.20130123 + First release + Erdinç Gültekin + admins@pisilinux.org + + + diff --git a/multimedia/graphics/openimageio/translations.xml b/multimedia/graphics/openimageio/translations.xml new file mode 100644 index 0000000000..338ebbc1d6 --- /dev/null +++ b/multimedia/graphics/openimageio/translations.xml @@ -0,0 +1,12 @@ + + + + openimageio + Görüntüleri okuma ve yazma için bir kütüphane + + + + openimageio-devel + openimageio için geliştirme başlıkları + +