forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[devil] Enable features (microsoft#2825)
- Loading branch information
1 parent
4b26cd2
commit ee3f0af
Showing
2 changed files
with
82 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,29 @@ | ||
Source: devil | ||
Version: 1.8.0-1 | ||
Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openjpeg, libwebp, libraw, jxrlib, openexr, jasper, liblzma | ||
Version: 1.8.0-2 | ||
Build-Depends: | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters