milis/talimatname/genel/o/openimageio/talimat

27 lines
634 B
Plaintext
Raw Normal View History

2018-08-01 13:22:26 +02:00
# Tanım: Görüntüleri okumak ve yazmak için bir kütüphane ile bir grup ilgili sınıf, yardımcı program ve uygulama.
2018-06-09 00:06:58 +02:00
# URL: http://www.openimageio.org/
2018-08-01 13:22:26 +02:00
# Paketçi: yasarciv67
2018-06-09 00:06:58 +02:00
# Gerekler: cmake qt4 python boost xorg-mesa openexr jasper glew libtiff opencolorio
2018-08-01 13:22:26 +02:00
# Grup: kütüphane sistem
2018-06-09 00:06:58 +02:00
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
}