mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-24 03:39:45 +00:00
18b029a5e3
* [vcpkg] Add "Homepage" field to the CONTROL files.
31 lines
725 B
Plaintext
31 lines
725 B
Plaintext
Source: devil
|
|
Version: 1.8.0-4
|
|
Build-Depends:
|
|
Homepage: https://github.com/DentonW/DevIL
|
|
Description: A full featured cross-platform image library
|
|
Default-Features: libpng, tiff, libjpeg, openexr, jasper, lcms
|
|
|
|
Feature: libpng
|
|
Build-Depends: libpng
|
|
Description: Use Libpng for .png (and some .ico)
|
|
|
|
Feature: tiff
|
|
Build-Depends: tiff
|
|
Description: Use Libtiff for .tif support
|
|
|
|
Feature: libjpeg
|
|
Build-Depends: libjpeg-turbo
|
|
Description: Use Libjpeg for .jpg (and some .blp) support
|
|
|
|
Feature: openexr
|
|
Build-Depends: openexr
|
|
Description: Use openexr
|
|
|
|
Feature: jasper
|
|
Build-Depends: jasper
|
|
Description: Use JasPer for .jp2 (and some .icns) support
|
|
|
|
Feature: lcms
|
|
Build-Depends: lcms
|
|
Description: Use Little CMS for color profiles
|