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
|
Source: libisfreetype-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, libjna-java, libisnativec-java, libisrt-java, javahelper (>= 0.37)
Standards-Version: 3.9.2
Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsFreeType
Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libisfreetype-java/
Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libisfreetype-java/
Package: libisfreetype-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Conflicts: libisfreetype-5.2-java
Replaces: libisfreetype-5.2-java
Description: Java wrapper for FreeType font handling library
The PDF rendering of the Open Source efforts of the company intarsys
was in demand of a good font handling library. This new development was
motivated by observations that current solutions
* only have poor support for VM
* there is no plain Java library around
* extends the de factor standard C library FreeType
This library wraps around the functions that were important for
using isNativeC (another library of the same company) and were ready
to run on all FreeType supported platforms.
.
While this wrapper-library binds and uses only a very small subset
of the FreeType features available, to the degree that it is needed
for the jPodRenderer, it should be no problem to use and enhance
this implementation in other contexts.
.
This package provides a only a link to the very latest
version of libisfreetype.
Package: libisfreetype-java-doc
Section: doc
Depends: ${java:Depends}, ${misc:Depends}
Architecture: all
Recommends: ${java:Recommends}
Description: Javadoc API description for isFreeType
Autogenerated from the Java source code, this package offers
the HTML files describing the library for programmers.
|