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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: batik
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Wolfgang Baer <WBaer@gmx.de>,
Vincent Fourmond <fourmond@debian.org>,
Onkar Shinde <onkarshinde@ubuntu.com>
Build-Depends:
ant,
debhelper (>= 11),
default-jdk,
javahelper,
libmaven-assembly-plugin-java,
libxalan2-java,
libxml-commons-external-java,
libxmlgraphics-commons-java (>= 2.0.1),
maven-debian-helper (>= 2.2.3),
rhino
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/batik.git
Vcs-Browser: https://salsa.debian.org/java-team/batik
Homepage: https://xmlgraphics.apache.org/batik/
Package: libbatik-java
Architecture: all
Depends: java-wrappers, ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Recommends: default-jre
Breaks:
elki (<= 0.6.5),
libfop-java (<< 2.0)
Description: xml.apache.org SVG Library
Batik is a toolkit for applications or applets that want to use images
in the Scalable Vector Graphics (SVG) format for various purposes, such
as viewing, generation or manipulation.
.
Batik provides several modules to be used in applications:
* A SVG generator module, usable to export graphics into the SVG format.
* A SVG processor and SVG Viewing component for integrating SVG viewing.
* A module to convert SVG to various formats, such as raster images
(JPEG, PNG or Tiff) and PS, PDF.
.
fop is necessary for PDF output of rasterizer.
.
rhino is necessary for using the SVG browser, squiggle.
.
For detailed information, go to http://xml.apache.org/batik/
|