Port details |
- lunasvg SVG rendering and manipulation library in C++
- 3.2.1_1 graphics
=0 3.2.1_1Version of this port present on the latest quarterly branch. - Maintainer: alster@vinterdalen.se
 - Port Added: 2025-01-08 19:54:06
- Last Update: 2025-03-14 21:32:33
- Commit Hash: 976eda5
- License: MIT
- WWW:
- https://github.com/sammycage/lunasvg/
- Description:
- LunaSVG is an SVG rendering library in C++, designed to be lightweight and
portable, offering efficient rendering and manipulation of Scalable Vector
Graphics (SVG) files.
LunaSVG supports nearly all graphical features outlined in the SVG 1.1 and SVG
1.2 Tiny specifications. The primary exceptions are animation, filters, and
scripts. As LunaSVG is designed for static rendering, animation is unlikely to
be supported in the future. However, support for filters may be added. It
currently handles a wide variety of elements, including:
<a> <circle> <clipPath> <defs> <ellipse> <g> <image> <line> <linearGradient>
<marker> <mask> <path> <pattern> <polygon> <polyline> <radialGradient> <rect>
<stop> <style> <svg> <symbol> <text> <tspan> <use>
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lunasvg>0:graphics/lunasvg
- To install the port:
- cd /usr/ports/graphics/lunasvg/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/lunasvg
- pkg install lunasvg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lunasvg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1741514905
SHA256 (sammycage-lunasvg-v3.2.1_GH0.tar.gz) = 3420175c9632007edfcd0198001abc116c5c646af8e928d393cd029985cc4ee8
SIZE (sammycage-lunasvg-v3.2.1_GH0.tar.gz) = 54705
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libplutovg.so : graphics/plutovg
- This port is required by:
- for Libraries
-
- emulators/es-de
Configuration Options:
- ===> The following configuration options are available for lunasvg-3.2.1_1:
STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings
- Options name:
- graphics_lunasvg
- USES:
- cpe meson pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|