1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: tksvg
Standards-Version: 4.7.2
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders:
Ole Streicher <olebole@debian.org>,
Section: interpreters
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libnanosvg-dev,
tcl-dev,
tk-dev,
Vcs-Browser: https://salsa.debian.org/tcltk-team/tksvg
Vcs-Git: https://salsa.debian.org/tcltk-team/tksvg.git
Homepage: https://github.com/oehhar/tksvg
Rules-Requires-Root: no
Package: tksvg
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
${tk:Depends},
Description: Tk extension to read SVG images
This package adds support to read the SVG image format from Tk. The
actual code to parse and raster the SVG comes from nanosvg.
|