milis/talimatname/genel/o/openimageio/talimat

27 lines
603 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Sınıflar, yardımcı programlar ve uygulamalar da dahil olmak üzere resim okumak ve yazmak için
# URL: http://www.openimageio.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: cmake qt4 python boost xorg-mesa openexr jasper glew libtiff opencolorio
isim=openimageio
surum=1.7.14
devir=1
kaynak=(https://github.com/OpenImageIO/oiio/archive/release.zip)
derle() {
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
}