Skip to content

Commit

Permalink
Merge pull request #150 from johnhaddon/libRaw
Browse files Browse the repository at this point in the history
Add LibRaw 0.19.5
  • Loading branch information
johnhaddon authored Jun 8, 2020
2 parents 51e98bc + 37c6d90 commit f77041e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This major version introduces the concept of build variants, and provides packag
- LZ4 : Added version 1.9.2.
- Cortex : Updated to version 10.0.0-a78.
- USD : Updated to version 20.05.
- LibRaw : Added version 0.19.5.

1.2.0
-----
Expand Down
28 changes: 28 additions & 0 deletions LibRaw/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{

"downloads" : [

"https://www.libraw.org/data/LibRaw-0.19.5.tar.gz",

],

"url" : "https://www.libraw.org/",

"license" : "LICENSE.LGPL",

"commands" : [

"./configure --disable-examples --prefix={buildDir}",
"make -j {jobs}",
"make install"

],

"manifest" : [

"include/libraw",
"lib/libraw*{sharedLibraryExtension}*",

],

}
2 changes: 1 addition & 1 deletion OpenImageIO/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"license" : "LICENSE",

"dependencies" : [ "Boost", "Python", "OpenEXR", "LibTIFF", "LibPNG", "LibJPEG-Turbo", "OpenColorIO" ],
"dependencies" : [ "Boost", "Python", "OpenEXR", "LibTIFF", "LibPNG", "LibJPEG-Turbo", "OpenColorIO", "LibRaw" ],

"commands" : [

Expand Down

0 comments on commit f77041e

Please sign in to comment.