[go: up one dir, main page]

File: control

package info (click to toggle)
svgtune 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 60 kB
  • sloc: python: 194; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 898 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: svgtune
Section: graphics
Priority: optional
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: cdbs, debhelper (>= 10), help2man, python3, python3-lxml
Standards-Version: 4.5.0
Homepage: http://github.com/yarikoptic/svgtune
Vcs-Git: git://github.com/yarikoptic/svgtune.git -b debian
Vcs-Browser: http://github.com/yarikoptic/svgtune


Package: svgtune
Architecture: all
Depends: python3, ${misc:Depends}, python3-lxml
Suggests: inkscape
Description: tool to generate a set of .svg files out of a single .svg file
 svgtune is a little helper to generate a set of .svg files out
 of a single .svg file, by tuning respective groups/layers visibility,
 transparency or anything else.
 .
 It might come very handy for generation of incremental figures to be
 embedded into the presentation in any format which inkscape could
 render using original .svg file (e.g. pdf, png).