aboutsummaryrefslogtreecommitdiff
path: root/libs/libgd/patches
Commit message (Collapse)AuthorAge
* libgd: update to 2.3.2Rosen Penev2021-03-20
| | | | | | | | Switch to building with Ninja for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgd: update to 2.3.1Rosen Penev2021-02-20
| | | | | | Remove upstreamed patches. Add one to fix finding libwebp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libgd: fix wrong versionRosen Penev2020-04-05
| | | | | | | | | | Upstream messed up and did not include getlib.sh, causing a wrong version to be applied to the library. lrwxrwxrwx 1 libgd.so -> libgd.so.VERSION -rw-r--r-- 1 libgd.so.VERSION Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgd: update to 2.30Rosen Penev2020-03-27
| | | | | | | | | | Fixed CPE_ID. Simplified TIFF option. Refreshed/removed upstream patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgd: fix version in generated pkg-config .pc fileMichael Heimpold2019-12-03
| | | | | | | | | | | | | | With the previous change to cmake, the generated pkg-config .pc file does not contain the library version anymore. This breaks programs which checks for a specific version, e.g. upcoming PHP 7.4. The version is not filled because of a variable misnaming, which was not covered by the imported upstream patch. To not mangle the upstream patch, add an additional patch to fix things up. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ibgd: avoid using host headersAlexander Ryzhov2019-09-26
| | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* libgd: Fix pkgconfig file for cross compilationRosen Penev2019-09-17
| | | | | | This allows packages that use pkgconfig to find libgd properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgd: Backport SOVERSION and pkgconfig changesRosen Penev2019-09-13
| | | | | | The latter is needed for some packages to find libgd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgd: Switch to CMakeRosen Penev2019-09-12
| | | | | | | | | | | | | | | | | | | Size reduced from 92878 to 91675 bytes. CMake added CXX files. Removed those. Removed ceill patch. ceill is not used anymore. Removed pkgconfig patch. CMake uses a different file, which does not have this problem. Further size reduction to 87938 with LTO. Removed InstallDev. CMAKE_INSTALL takes care of that. Added WebP support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs/libgd: Update to 2.2.4Daniel Engberg2017-04-17
| | | | | | | | | | | Update libgd to 2.2.4 Fixes multiple CVEs Refresh patches Update list according to: https://svnweb.freebsd.org/ports/head/graphics/gd/pkg-plist?revision=432648&view=markup ...except helpers as it's not generated. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libgd: import from oldpackages, add myself as maintainer, add license ↵Jo-Philipp Wich2014-07-02
information, update to v2.1.0 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>