Skip to content

feat: add lodepng formula (lvandeve/lodepng)#7

Open
fennoai[bot] wants to merge 1 commit into
mainfrom
xgopilot/issue-6-1772072397
Open

feat: add lodepng formula (lvandeve/lodepng)#7
fennoai[bot] wants to merge 1 commit into
mainfrom
xgopilot/issue-6-1772072397

Conversation

@fennoai

@fennoai fennoai Bot commented Feb 26, 2026

Copy link
Copy Markdown

Requested by @MeteorsLiu

Closes #6

Adds an llar build formula for lodepng — a PNG encoder and decoder in C/C++ with no external dependencies.

Summary

  • Added lvandeve/lodepng/versions.json with module metadata
  • Added lvandeve/lodepng/20260119/Lodepng_llar.gox build formula
  • lodepng has no build system (CMake/autotools), so the formula compiles lodepng.cpp directly with g++ and archives it with ar into liblodepng.a
  • Installs lodepng.h header to the include directory
  • Sets metadata to -llodepng
  • Version 20260119 follows lodepng's date-based versioning scheme

Add llar build formula for lodepng (PNG encoder/decoder in C/C++,
no external dependencies). Compiles lodepng.cpp into a static
library using g++ and ar, and installs the header.

Version: 20260119 (date-based versioning)

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: MeteorsLiu <17515813+MeteorsLiu@users.noreply.github.com>
@fennoai fennoai Bot mentioned this pull request Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lodepng

1 participant