diff options
| author | Silvio <silvio.traversaro@iit.it> | 2016-11-27 17:24:23 +0100 |
|---|---|---|
| committer | Silvio <silvio.traversaro@iit.it> | 2016-11-28 22:33:18 +0100 |
| commit | 5bd036cf5a70e18c451cc5aa9d041c530bf7adf1 (patch) | |
| tree | d70fa5cbef78fe1c18302a7d5945ccfd5d08e7df /ports/freeimage/CONTROL | |
| parent | bc8a015889caa63c4d3ebac06714b1b5601e638e (diff) | |
| download | vcpkg-5bd036cf5a70e18c451cc5aa9d041c530bf7adf1.tar.gz vcpkg-5bd036cf5a70e18c451cc5aa9d041c530bf7adf1.zip | |
Add freeimage port
Extensive modification have been done to support building with
external dependencies. The biggest change is a new CMake-based
build system.
Several patches are based on the equivalent ones used in Debian
packaging, see http://sources.debian.net/patches/freeimage .
The only dependency for which the internal version is still used is
OpenEXR.
Diffstat (limited to 'ports/freeimage/CONTROL')
| -rw-r--r-- | ports/freeimage/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/freeimage/CONTROL b/ports/freeimage/CONTROL new file mode 100644 index 000000000..961acc4be --- /dev/null +++ b/ports/freeimage/CONTROL @@ -0,0 +1,4 @@ +Source: freeimage +Version: 3.17.0 +Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openjpeg, libwebp, libraw, jxrlib +Description: Support library for graphics image formats |
