Source-Makefile: feeds/packages/libs/libgd/Makefile Package: libgd Menu: 1 Version: 2.2.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libjpeg +libpng +LIBGD_TIFF:libtiff +LIBGD_FREETYPE:libfreetype Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The GD graphics library Maintainer: Jo-Philipp Wich Source: libgd-2.2.5.tar.xz License: MIT LicenseFiles: COPYING Type: ipkg Description: GD is an open source code library for the dynamic creation of images by programmers. GD creates PNG, JPEG and GIF images, among other formats. https://libgd.github.io/ Jo-Philipp Wich @@ Config: if PACKAGE_libgd config LIBGD_TIFF bool "TIFF image support" default n help Enable TIFF image support through libtiff endif if PACKAGE_libgd config LIBGD_FREETYPE bool "Freetype 2.x library support" default n help Enable Freetype 2.x font engine support through libfreetype endif @@