aboutsummaryrefslogtreecommitdiff
path: root/libs/libpng/patches
Commit message (Collapse)AuthorAge
* libpng: update to 1.6.42krant2024-02-21
| | | | | | | | - Don't set default and rename renamed CMake options - Enable NEON optimizations - Rebase the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libpng: update to 1.6.38Rosen Penev2022-11-04
| | | | | | Remove upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpng: properly fix zlib issueRosen Penev2020-12-14
| | | | | | | | | | | | The previous commit meant to avoid adding an LDFLAG but it just avoided the issue. The real issue is PNG_BUILD_ZLIB being turned to ON. This variable is for specifying a custom zlib location, which is not necessary. Switching it to OFF calls find_package and links properly. Backported two zlib related patches. The latter is a somewhat impoarant fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpng: disable building of executablesRosen Penev2020-12-13
| | | | | | | | | | They are not packaged here. Upstream backport. Speeds up compilation and avoids a zlib hack. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpng: fix compilation with ccacheRosen Penev2020-07-05
| | | | | | It seems an extra CMake variable is needed for one of the scripts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpng: switch to CMakeRosen Penev2020-06-28
| | | | | | | | Allows simplification of the Makefile. Remove no more needed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs/libpng: Update to 1.6.29Daniel Engberg2017-04-01
| | | | | | | Update libpng to 1.6.29 Add patch to allow older versions of libtool Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libpng: import from oldpackages, add myself as maintainer, change ↵Jo-Philipp Wich2014-07-02
PKG_LICENSE to SPDX identifiers, update to v1.2.51 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>