🍺 BREW Explorer

← all formulae

apngasm

brew install apngasm v3.1.10_20 Zlib

Next generation of apngasm, the APNG assembler

37
30-day installs · #5341
146
90-day · #4759
830
365-day · #4139
350
★ GitHub stars · updated 2y ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "boost",
    "icu4c@78",
    "libpng",
    "lzlib"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Next generation of apngasm, the APNG assembler",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:28+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "apngasm",
  "github_default_branch": "master",
  "github_last_commit_at": "2023-12-12T22:42:06Z",
  "github_readme_excerpt": "apngasm\n=======\nThe next generation of apngasm, the APNG Assembler.\n\nInstalling\n==========\nIf you just want pre-built libapngasm and apngasm:  \n*OSX*: For the latest apngasm use homebrew: `brew install apngasm`.  \n*Windows*: Click \"releases\" at the top of the github page and get the latest release.  \n*GNU Linux*: [Debian/Ubuntu/Mint/etc.] [PPA](https://code.launchpad.net/~zero-tsuki/+archive/ppa).  \n\nBuilding\n========\napngasm uses CMake to provide cross platform build chains.\n\nBuilding on Linux:  \n----------------------------------\n1. Install dependencies/build chain  \n    * Debian/Ubuntu:\n\t```\n    sudo apt-get install cmake libpng-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-filesystem-dev build-essential\n    ```\n\t* Fedora:\n\t```\n\tsudo dnf install cmake libpng-devel boost-devel build-essential\n\t```\n2. Generate Makefiles with CMake  \n    ```\n    mkdir build;\n    cd build;\n    cmake ../\n    ```\n3. Make  \n    ```\n    make\n    ```\n4. Installing or [optional] Build packages  \nYou can either install directly or roll your own .deb package to keep it under system package \nmanagement.  \n    To install, just do:\n    ```\n    sudo make install\n    ```\n    To make packages:\n    ```\n    make package\n    ```\n\n    Then install them:\n    ```\n    sudo dpkg -i ./lib/package/libapngasm*.deb\n    sudo dpkg -i ./cli/package/apngasm*.deb\n    ```\n\nBuilding on OS-X (with homebrew):  \n---------------------------------\nAssuming you have homebrew the build process is fairly simple. Without homebrew you\u0027ll need to \nprovide cmake, boost, libpng and zlib yourself. To build with homebrew:\n1. Install build requirements:\n    ```\n    brew install cmake boost libpng lzlib icu4c\n    ```\n2. You\u0027ll need to override which icu libraries (icudata icui18n icuuc) are used for \n\tbuilding as the system defaults don\u0027t seem to be compatible with the other libraries\n\tdistributed by boost which are needed to build:\n\t```\n\texport LDFLAGS=\"-L/usr/local/opt/icu4c/lib\"\n\texport CPPFLAGS",
  "github_repo": "apngasm/apngasm",
  "github_stars": 350,
  "github_topics": [],
  "homepage": "https://github.com/apngasm/apngasm",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 37,
  "installs_365d": 830,
  "installs_90d": 146,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Zlib",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "apngasm",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 5341,
  "rank_365d": 4139,
  "rank_90d": 4759,
  "raw_hash": "53a3c4da9fafaa1b",
  "recommended_dependencies": [],
  "revision": 20,
  "ruby_source_path": "Formula/a/apngasm.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "3.1.10",
  "versioned_formulae": [],
  "why_use_this": null
}