| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v3.1.8.0
* exif: Support EXIF 3.0 tags
* jpeg: Fix wrong pointers/crashing when decodng CMYK jpeg files
* openexr: Improve attribute translation rules
* openexr: ACES container writes colorInteropId instead of colorInteropID
* color mgmt: Fix some legacy 'Linear' color references
* imagebuf: Fix ImageBuf::set_pixels() bug, didn't consider roi = All
* tests: Image_span_test reduce benchmark load for debug and CI renders
* build: Type warning in assertion in jpeg2000output.cpp
* build: Disable LERC in libTIFF local build script
PR: 292038
Reported by: FreeBSD@ShaneWare.Biz (maintainer)
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
|
| |
|
|
| |
(including those where openexr is only an option)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.
Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.
PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
|
| | |
|
| |
|
|
|
|
| |
: Bump after update graphics/opencolorio 2.3.2 => 2.4.2
PR: 286622
|
| |
|
|
| |
Sponsored by: Future Crew, LLC
|
| | |
|
| | |
|
| |
|
|
| |
Sponsored by: Future Crew, LLC
|
| | |
|
| |
|
|
|
| |
With hat: office
Sponsored by: Future Crew, LLC
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* fix(heic): Correctly set imagespec size for heif images.
security advisory (by Gerrard Tai)
https://github.com/AcademySoftwareFoundation/OpenImageIO/security/advisories/GHSA-jjm9-9m4m-c8p2
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.13.1
PR: 280394
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintaner)
MFH: 2024Q3
|
| |
|
|
|
|
| |
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* fix: Various PSD files fail to load correctly #4302 (by Jesse Yurkovich)
* fix: Improve error messages when a font is not found #4284
* int: In platform.h, define OIIO_DEVICE macro #4290
* ci: Typo in build_libtiff.bash #4280
* docs: Update INSTALL.md for windows #4279 (by Mel Massadian)
* docs: Fixes to formatting and sphinx warnings #4301
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.13.0
PR: 279845
Approved by: Shane <FreeBSD@ShaneWare.Biz>
MFH: 2024Q3
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.9.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.10.1
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.11.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.12.0
PR: 279845
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependencies and pet portclippy
- Add VDB_IMPLIES=TBB: OpenVDB require TBB - build warning:
"Not using OpenVDB -- disabled (because TBB was not found)"
- Remove unused dependencies science/hdf5 and graphics/squish.
- Move devel/libfmt and graphics/libjpeg-turbo to BUILD_DEPENDS and
RUN_DEPENDS: check during configure stage and doesn't link this both.
- Force use devel/libfmt and textproc/pugixml from ports and prevent
use embedded copies.
- Remove GL=glew from IMAGEVIEWER - it doesn't link with libGLEW.
- Remove old and removed by upstream CMAKE options NOTHREADS,
USE_OPENSSL, USE_OPENGL.
- Sort options.
PR: 279454
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.4.14.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.4.15.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/v2.5.3.0-beta1/CHANGES.md
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.3.0-beta1
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.3.1-beta2
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.3.2-rc1
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.4.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.5.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.6.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.7.0
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.8.0
PR: 275818
Tested by: fluffy, vvd
|
| |
|
|
| |
Approved by: portmgr (blanket unbreak)
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
| |
PR: 278577
Exp-run by: antoine
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases
|
| | |
|
| |
|
|
|
|
|
|
| |
Bump PORTREVISION to force a rebuild so that they pick up
the fixed CMake find_package(ZLIB) which is needed on 14-
PR: 273915
Reported by: Rolf Halme
|
| |
|
|
|
| |
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
|
| |
|
|
|
|
| |
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
|
| |
|
|
| |
New major version 3.0.0
|
| |
|
|
|
|
|
|
| |
Release notes: https://github.com/OpenImageIO/oiio/releases/tag/v2.4.13.0
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.12.0
Approved by: maintainer (implicit)
Sponsored by: Serenity Cybersecurity, LLC
|
| |
|
|
|
| |
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
|
| |
|
|
| |
...after its major revision update.
|
| |
|
|
|
|
|
| |
Changelog: https://github.com/OpenImageIO/oiio/releases/tag/v2.4.11.1
Approved by: maintainer (implicit)
Sponsored by: Serenity Cybersecurity, LLC
|
| |
|
|
|
|
| |
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/OpenImageIO/oiio/releases/tag/v2.4.10.0 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.9.0 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.8.1 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.8.0 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.7.1 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.7.0 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.6.0 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.5.0
Approved by: maintainer (implicit)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
|
| |
|
|
|
|
|
|
| |
Bump PORTREVISION on dependent ports due to shared library increase.
Add several fixes for compatability.
https://www.libraw.org/news/libraw-0-21-release
https://www.libraw.org/news/libraw-0-21-1-release
|
| | |
|
| |
|
|
| |
PR: 268081
|
| |
|
|
|
|
| |
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Drop custom do-install target, cmake automation do it well
* Bump direct consumers
Changes sinve 2.3.2 release:
v2.4.0 May 18, 2021 API: headers and DSOs hide non-API symbols by default.
v2.4.1 Aug 3, 2021 API: Windows symbol visibility fixes.
v2.4.2 Aug 4, 2022 API: Windows Clang/14 support, visibility fixes and cmake enhancements.
Approved by: maintaimer (implicit)
|
| |
|
|
|
|
| |
Changelog: https://github.com/OpenImageIO/oiio/releases/tag/v2.4.4.2 \
https://github.com/OpenImageIO/oiio/releases/tag/v2.4.4.1
Approved by: maintainer (implicit)
|