Source: plutosvg
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 clang,
 cmake,
 g++,
 gcc,
 meson,
 ninja-build,
 libfreetype-dev,
 libplutovg-dev,
 pkgconf,
 pkg-config,
Standards-Version: 4.7.2
Homepage: http://github.com/sammycage/plutosvg
Vcs-Browser: https://salsa.debian.org/twolife/plutosvg
Vcs-Git: https://salsa.debian.org/twolife/plutosvg.git

Package: libplutosvg-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libfreetype-dev,
 libplutosvg0 (= ${binary:Version}),
 libplutovg-dev,
Description: PlutoSVG
 PlutoSVG is a compact and efficient SVG rendering library written in C. It is specifically designed for parsing and rendering SVG documents embedded in OpenType fonts, providing an optimal balance between speed and minimal memory usage. It is also suitable for rendering scalable icons.

Package: libplutosvg0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: PlutoSVG
 PlutoSVG is a compact and efficient SVG rendering library written in C. It is specifically designed for parsing and rendering SVG documents embedded in OpenType fonts, providing an optimal balance between speed and minimal memory usage. It is also suitable for rendering scalable icons.