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
|
Source: libiscwt-java
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 7), default-jdk, libswt-gtk-3-java, libisrt-java, libisfreetype-java, javahelper (>= 0.37)
Standards-Version: 3.9.3
Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsCWT
Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/libiscwt-java/
Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libiscwt-java/
Package: libiscwt-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: abstractions and Java implementations for rendering PDF
To built a flexible PDF rendering one first needed some basics
functionality to deal with fonts, images and general platform
abstractions. The result is isCWT. It contains all abstraction and
implementations needed for rendering PDF that are not related to PDF
itself. This library is built and used primarily for jPod Renderer,
so one is likely to miss some features when using it in another context.
Package: libiscwt-java-doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Section: doc
Description: Javadoc API description for isCWT
Autogenerated from the Java source code, this package offers
the HTML files describing the library for programmers.
|