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 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: libtwelvemonkeys-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
default-jdk-doc,
junit4,
maven-debian-helper (>= 2.1),
libcommons-fileupload-java,
libjmagick6-java,
libmaven-javadoc-plugin-java,
libservlet3.1-java,
libtwelvemonkeys-java
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libtwelvemonkeys-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libtwelvemonkeys-java
Homepage: https://github.com/haraldk/TwelveMonkeys
Package: libtwelvemonkeys-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends}
Suggests:
libtwelvemonkeys-java-doc,
${maven:OptionalDepends}
Description: collection of plugins and extensions for Java's ImageIO
These plugins extend the number of image file formats supported in Java, using
the javax.imageio.* package. The main purpose of this project is to provide
support for formats not covered by the JRE itself.
.
Supported image formats (read and write support may vary):
BMP, JPEG, JPEG-2000, PNM, PSD, TIFF, HDR, IFF, PCX, PICT, SGI, TGA, ICNS, ICO
& CUR, Thumbs.db, SVG and WMF.
Package: libtwelvemonkeys-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Recommends:
${maven:DocDepends},
${maven:DocOptionalDepends}
Suggests:
libtwelvemonkeys-java
Description: Documentation for libtwelvemonkeys-java
Twelvemonkeys is a collection of plugins and extensions for Java's ImageIO.
The main purpose of this project is to provide support for image file formats
not covered by the JRE itself.
.
Supported image formats (read and write support may vary):
BMP, JPEG, JPEG-2000, PNM, PSD, TIFF, HDR, IFF, PCX, PICT, SGI, TGA, ICNS, ICO
& CUR, Thumbs.db, SVG and WMF.
.
This package contains the API documentation of libtwelvemonkeys-java.
|