Source: thorvg
Section: libs
Maintainer: Jongmin Kim <jmkim@debian.org>
Uploaders: Hermet Park <hermetpark@gmail.com>
Build-Depends: debhelper-compat (= 13), meson, ninja-build, pkgconf
Standards-Version: 4.7.4
Homepage: https://www.thorvg.org
Vcs-Browser: https://salsa.debian.org/debian/thorvg
Vcs-Git: https://salsa.debian.org/debian/thorvg.git

Package: libthorvg1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: high-performance vector graphics rendering library
 ThorVG is a lightweight and portable vector graphics rendering
 engine designed for deterministic behavior and efficient CPU
 and GPU execution paths.
 .
 It supports SVG and Lottie animation formats and provides
 consistent rendering results across embedded, desktop, and
 web environments.
 .
 The library focuses on performance, small memory footprint,
 and cross-platform portability.

Package: libthorvg-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libthorvg1 (= ${binary:Version}), ${misc:Depends}
Description: development files for the ThorVG vector graphics library
 This package contains header files and pkg-config metadata
 required to build applications against the ThorVG library.
 .
 It is intended for developers integrating SVG and Lottie
 rendering capabilities into their software.

Package: thorvg-tools
Section: graphics
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: command-line tools for ThorVG vector graphics conversions
 This package provides command-line utilities built on top of
 the ThorVG rendering engine:
 .
  * tvg-svg2png: converts SVG files to PNG images
  * tvg-lottie2gif: converts Lottie animation files to GIF images
 .
 These tools are useful for batch conversion of vector graphics
 and animations to raster formats.
