mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
657d66a6cb
* [libraw] Re-fix non-thread-safe library installation, always export pkgconfig files, add usage * format manifest and version * Update ports/libraw/portfile.cmake * Update ports/libraw/portfile.cmake * Update ports/libraw/portfile.cmake * update version * version * Fix wrapper and usage * version * apply suggestions * version * Fix cmake install path * version * Fix usage * version
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"name": "libraw",
|
|
"version-string": "201903",
|
|
"port-version": 5,
|
|
"description": "raw image decoder library",
|
|
"homepage": "https://www.libraw.org",
|
|
"dependencies": [
|
|
"jasper",
|
|
"lcms",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|