summaryrefslogtreecommitdiff
path: root/graphics/ilmbase/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08ilmbase: remove, superseeded by math/imathmarkd1-17/+0
2019-09-21openexr: Update to 2.4.0nia1-21/+7
Summary of changes: All code compiles without warnings on gcc, clang, msvc Cleanup of license and copyright notices floating-point exception handling is disabled by default New Slice::Make method to reliably compute base pointer for a slice. Miscellaneous bug fixes This version fixes the following security vulnerabilities: CVE-2018-18444 Issue #351 Out of Memory CVE-2018-18443 Issue #350 heap-buffer-overflow
2019-07-08Follow some http->https redirects.nia1-2/+2
2018-11-20ilmbase, openexr: require GCC 6.xmaya1-1/+2
This needs a C++14 compiler. From Greg Oster in PR pkg/53665
2018-10-02ilmbase/openexr: updated to 2.3.0adam1-3/+5
OpenEXR v2.3.0 has been released and is available for download. Features/Improvements: ThreadPool overhead improvements, enable custom thread pool to be registered via ThreadPoolProvider class Fixes to enable custom namespaces for Iex, Imf Improve read performance for deep/zipped data, and SIMD-accelerated uncompress support Added rawPixelDataToBuffer() function for access to compressed scanlines Iex::BaseExc no longer derived from std::string. Imath throw() specifiers removed Initial Support for Python 3 Bugs: 25+ various bug fixes (see detailed Release Notes for the full list) Build Fixes: Various fixes to the cmake and autoconf build infrastructures Various changes to support compiling for C++11 / C++14 / C++17 and GCC 6.3.1 Various fixes to address Windows build issues 60+ total build-related fixes (see detailed Release Notes for the full list)
2018-01-10ilmbase: update to 2.2.1.wiz1-3/+2
Changes not found.
2017-05-15Bump PKGREVISONryoon1-4/+4
* Remove an incorrect POSIX shell portability fix and use bash as configure shell
2017-05-14Fix configure using kshryoon1-2/+3
The error is as follows. ./configure: 17376: Syntax error: no modifiers allowed with ${#var} From the commit log of r1.127 src/bin/sh/parser.c, it seems intentional. So use ksh explicitly.
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz1-1/+2
2014-08-11Changes 2.2.0:adam1-2/+2
* DreamWorks Lossy Compression A new high quality, high performance lossy compression codec contributed by DreamWorks Animation. This codec allows control over variable lossiness to balance visual quality and file size. This contribution also includes performance improvements that speed up the PIZ codec. * IlmImfUtil A new library intended to aid in development of image file manipulation utilities that support the many types of OpenEXR images.
2013-12-09Changes 2.1.0:adam1-3/+2
This release includes a refactoring of the optimised read paths for RGBA data, optimisations for some of the python bindings to Imath, improvements to the cmake build environment as well as additional documentation describing deep data in more detail.
2013-12-02Add #undef abs in ImathFun.h. On MirBSD, something (I don't know what)bsiegert1-1/+2
redefines abs and breaks the openexr build. Bump PKGREVISION.
2013-07-31Version 2.0.1adam1-2/+2
* Bumped version to track OpenEXR
2013-05-09This one should not be revbumped!adam1-2/+1
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-1/+2
2013-05-08Version 2.0.0adam1-5/+4
* Bumped version to track OpenEXR * Numerous minor fixes, missing includes etc
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-26Do not try to use EOVERFLOW if it is equal to ERANGE, such as in MirBSD.bsiegert1-2/+2
Fixes MirBSD build. PKGREVISION++.
2011-01-03Include <cstring> to declare memset(), used from ImathMatrix.h indsainty1-1/+2
inlines. Bump PKGREVISION, as this modifies the installed header as used by other packages. Partially fixes building graphics/openexr under Ubuntu 10.10.
2010-12-14Changes 1.0.2:adam1-2/+3
* Added explicit copy constructors to Imath::Matrix33<T> and ImathMatrix44<T> to make conversions between float and double matrices more convenient. * Added slerpShortestArc() and euclideanInnerProduct() functions to Imath::Quat<T>. * Added 4D vector class template Imath::Vec4<T>. * Copy constructors and assignment operators for Matrix33<T> and Matrix44<T> are up to 25% faster. Added matrix constructors that do not initialize the matrix (this is faster in cases where the initial value of the matrix is immediately overwritten anyway). * Rewrote function closestPointOnBox(point,box). Shortened the code, improved numerical accuracy, fixed a bug where closestPointOnBox(box.center(),box) would return the center of the +Z side of the box, even if the +/-X or +/-Y sides were closer. * Rewrote function findEntryAndExitPoints() in ImathBoxAlgo.h. Results are now consistent with those from intersect(), also in ImathBoxAlgo.h. * Made Vec2<T>::length() and Vec3<T>::length() more accurate for vectors whose length is less than sqrt(limits<T>::smallest()); * Made Quat<T>::angle() more accurate for small angles.
2009-01-28Strip out obsolete compiler option "-Wno-long-double" to fix build withtron1-1/+3
GCC 4.2.1 under Mac OS X.
2008-02-12Needs -lm on Solaris.rillig1-1/+2
2008-02-03The package supports installation to DESTDIR.heinz1-1/+3
2007-11-30Initial import of ilmbase-1.0.1:wiz1-0/+23
Half is a class that encapsulates our 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads and Windows threads. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library.