# # Implementation of the EXR file format. # # OpenEXR provides the specification and reference implementation of the # EXR file format, the professional-grade image storage format of the # motion picture industry. # # The purpose of EXR format is to accurately and efficiently represent # high-dynamic-range scene-linear image data and associated metadata, # with strong support for multi-part, multi-channel use cases. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=openexr pkgversion=3.0.5 arch=amd64 release=1 pkgcategory="x-libs" full_pkgname=openexr_3.0.5_amd64-1@x-libs blurb="Implementation of the EXR file format." homepage="https://www.openexr.com" license="BSD 3-clause" fetch="https://github.com/AcademySoftwareFoundation/openexr/archive/v3.0.5/openexr-3.0.5.tar.gz" replace=""