1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Ilmbase",
"description": "OpenEXR ILM Base libraries (high dynamic-range image file format)",
"url": "https://github.com/openexr/openexr/releases/download/v2.3.0/ilmbase-2.3.0.tar.gz",
"mirror": null,
"homepage": "https://www.openexr.com/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\"",
"pkgshare.install %w[Half HalfTest Iex IexMath IexTest IlmThread Imath ImathTest]"
],
"version": "2.3.0",
"file": "ilmbase.rb"
}
|