lights FAQ Forum github.com/luapower/libpng

libpng

PNG reader


Overview

Package type:Lua+ffi
Version:fd9ae39
Last commit:2 years ago
Releases: None yet.
Platforms:

Load Errors   Errors encountered when loading the module. Modules with load errors
on a platform don't have their dependencies recorded on that platform,
which also screws up the combined dependency list.
 

module load errors
libpng   .\libpng.lua:11: .\libpng_h.lua:1789: declaration specifier expected near 'png_byte' at line 19
  ./libpng.lua:11: ./libpng_h.lua:1789: declaration specifier expected near 'png_byte' at line 19
libpng_h   .\libpng_h.lua:1789: declaration specifier expected near 'png_byte' at line 19
  ./libpng_h.lua:1789: declaration specifier expected near 'png_byte' at line 19

Dependencies   This is a combined list of packages required by all modules of this
package on each supported platform, plus binary dependencies if any.
Darker names, if present, represent indirect dependencies.
Purlpe names, if present, represent packages that contain modules that must be already be loaded.

Note: These are only the dependencies required for the modules to load.
Runtime dependencies, if any, are shown separately below.

Tip: You may not need all the dependencies listed here if you are not planning
to use all the modules of the package -- look at per-module dependencies below.
 

Modules     P M

module   language
libpng Lua (has errors)
libpng_h Lua (has errors)

Binary Dependencies   Binary dependencies are the libraries that this library is
dynamically linked against.
Darker names represent indirect dependencies.

+zlib 
+zlib 

Build Order   This is the complete list of packages that need to be compiled
in the prescribed order in order to build this package.

false zlib  libpng 
false zlib  libpng 

Scripts   This is the list of scripts (tests, demos, etc.).
Unlike normal modules, scripts are not run to track dependencies.
Instead, they are just parsed for require() calls.
This means that indirect dependencies are never shown.
  P M

script  
libpng_demo
libpng_test

Docs

name source file
libpng libpng.md

Package:libpng
Pkg type:Lua+ffi
Version: fd9ae39
Last commit:
Author: Cosmin Apreutesei
License: LIBPNG
Import ver: 1.5.14

Requires: +glue  +luajit  +zlib  +glue  +luajit  +zlib 

Required by: cairo  freetype  harfbuzz  cairo  freetype  harfbuzz 


Top