54 lines
1.1 KiB
JSON
Executable File
54 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "devil",
|
|
"version": "1.8.0",
|
|
"port-version": 8,
|
|
"description": "A full featured cross-platform image library",
|
|
"homepage": "https://github.com/DentonW/DevIL",
|
|
"default-features": [
|
|
"jasper",
|
|
"lcms",
|
|
"libjpeg",
|
|
"libpng",
|
|
"openexr",
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"jasper": {
|
|
"description": "Use JasPer for .jp2 (and some .icns) support",
|
|
"dependencies": [
|
|
"jasper"
|
|
]
|
|
},
|
|
"lcms": {
|
|
"description": "Use Little CMS for color profiles",
|
|
"dependencies": [
|
|
"lcms"
|
|
]
|
|
},
|
|
"libjpeg": {
|
|
"description": "Use Libjpeg for .jpg (and some .blp) support",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"libpng": {
|
|
"description": "Use Libpng for .png (and some .ico)",
|
|
"dependencies": [
|
|
"libpng"
|
|
]
|
|
},
|
|
"openexr": {
|
|
"description": " Use openexr",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Use Libtiff for .tif support",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
}
|
|
}
|
|
}
|