2017-05-02 23:36:06 +02:00
|
|
|
|
# Description: Sınıflar, yardımcı programlar ve uygulamalar da dahil olmak üzere resim okumak ve yazmak için
|
|
|
|
|
# URL: http://www.openimageio.org/
|
|
|
|
|
# Packager: yasarciv67@gmail.com
|
|
|
|
|
# Depends on: cmake qt4 python boost xorg-mesa openexr jasper glew libtiff opencolorio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name=openimageio
|
2017-05-07 21:31:50 +02:00
|
|
|
|
version=1.7.14
|
2017-05-02 23:36:06 +02:00
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(https://github.com/OpenImageIO/oiio/archive/release.zip)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
|
|
|
|
|
cd oiio-release
|
|
|
|
|
mkdir build
|
|
|
|
|
cd build
|
|
|
|
|
cmake .. \
|
|
|
|
|
-DUSE_OPENSSL=ON \
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
|
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
|
|
|
|
|
-DOIIO_BUILD_TESTS=ON \
|
|
|
|
|
-DOIIO_BUILD_TOOLS=ON
|
|
|
|
|
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|