aboutsummaryrefslogtreecommitdiff
path: root/ports/libpng/CONTROL
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-11-20 03:19:51 +0800
committerRobert Schumacher <roschuma@microsoft.com>2019-11-19 11:19:51 -0800
commitff6a725392fcffa647880293e4c0a1352f0d3473 (patch)
treef5dd5880c30d331dc09b148dd4f27d2c27811fa0 /ports/libpng/CONTROL
parenta6f38607ba85b2ab52964726cc49a4bc08891f68 (diff)
downloadvcpkg-ff6a725392fcffa647880293e4c0a1352f0d3473.tar.gz
vcpkg-ff6a725392fcffa647880293e4c0a1352f0d3473.zip
[lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with libpng. (#8622)
* [lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with libpng. * [libpng]Move feature apng operations before download libpng source. * [libpng]Fix unset patch path. * [libpng]Re-fix unset patch path.
Diffstat (limited to 'ports/libpng/CONTROL')
-rw-r--r--ports/libpng/CONTROL5
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/libpng/CONTROL b/ports/libpng/CONTROL
index bc06e8deb..e7e3f3f0e 100644
--- a/ports/libpng/CONTROL
+++ b/ports/libpng/CONTROL
@@ -1,5 +1,8 @@
Source: libpng
-Version: 1.6.37-4
+Version: 1.6.37-5
Build-Depends: zlib
Homepage: https://github.com/glennrp/libpng
Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files.
+
+Feature: apng
+Description: This is backward compatible with the regular libpng, both in library usage and format.