You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-libs_libgd

41 lines
1009 B

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 <jo@mein.io>
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 <jo@mein.io>
@@
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
@@