Skip to content

Commit 663c177

Browse files
BrewTestBotchenrui333
authored andcommitted
openimageio 3.0.8.0
openimageio: add libheif 1.19+ build patch Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 91a4161 commit 663c177

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/o/openimageio.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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)

0 commit comments

Comments
 (0)