File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11class Openimageio < Formula
22 desc "Library for reading, processing and writing images"
33 homepage "https://openimageio.readthedocs.io/en/stable/"
4- url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.7 .0.tar.gz"
5- sha256 "2798e398b6ffd836ba7810e8ea510902a4aabc4a373ca0523a3f0d830c5eb103 "
4+ url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.8 .0.tar.gz"
5+ sha256 "2a7ed70a6baea11f5e85ef4d91338a005738e1d51c74fe966ab35c98347ff33d "
66 license "Apache-2.0"
77 head "https://github.com/AcademySoftwareFoundation/OpenImageIO.git" , branch : "master"
88
@@ -55,6 +55,12 @@ def python3
5555 "python3.13"
5656 end
5757
58+ # libheif 1.19+ build patch, upstream pr ref, https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4822
59+ patch do
60+ url "https://github.com/AcademySoftwareFoundation/OpenImageIO/commit/beed875f983c2b80a61c32be1d22d08f5be725bd.patch?full_index=1"
61+ sha256 "f4f6509c7e1dd7a196eed4545d4c52341d629502c8d88719ff25da35d8eff622"
62+ end
63+
5864 def install
5965 py3ver = Language ::Python . major_minor_version python3
6066 ENV [ "PYTHONPATH" ] = site_packages = prefix /Language ::Python . site_packages ( python3 )
You can’t perform that action at this time.
0 commit comments