| 1 |
Source: libisfreetype-java
|
| 2 |
Section: java
|
| 3 |
Priority: extra
|
| 4 |
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
|
| 5 |
Uploaders: Steffen Moeller <moeller@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 7), default-jdk, libjna-java, libisnativec-java, libisrt-java, javahelper (>= 0.37)
|
| 7 |
Standards-Version: 3.9.3
|
| 8 |
Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsFreeType
|
| 9 |
Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/libisfreetype-java/
|
| 10 |
Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libisfreetype-java/
|
| 11 |
|
| 12 |
Package: libisfreetype-java
|
| 13 |
Architecture: all
|
| 14 |
Depends: ${java:Depends}, ${misc:Depends}
|
| 15 |
Recommends: ${java:Recommends}
|
| 16 |
Conflicts: libisfreetype-5.2-java
|
| 17 |
Replaces: libisfreetype-5.2-java
|
| 18 |
Description: Java wrapper for FreeType font handling library
|
| 19 |
The PDF rendering of the Open Source efforts of the company intarsys
|
| 20 |
was in demand of a good font handling library. This new development was
|
| 21 |
motivated by observations that current solutions
|
| 22 |
* only have poor support for VM
|
| 23 |
* there is no plain Java library around
|
| 24 |
* extends the de factor standard C library FreeType
|
| 25 |
This library wraps around the functions that were important for
|
| 26 |
using isNativeC (another library of the same company) and were ready
|
| 27 |
to run on all FreeType supported platforms.
|
| 28 |
.
|
| 29 |
While this wrapper-library binds and uses only a very small subset
|
| 30 |
of the FreeType features available, to the degree that it is needed
|
| 31 |
for the jPodRenderer, it should be no problem to use and enhance
|
| 32 |
this implementation in other contexts.
|
| 33 |
.
|
| 34 |
This package provides a only a link to the very latest
|
| 35 |
version of libisfreetype.
|
| 36 |
|
| 37 |
Package: libisfreetype-java-doc
|
| 38 |
Section: doc
|
| 39 |
Depends: ${java:Depends}, ${misc:Depends}
|
| 40 |
Architecture: all
|
| 41 |
Recommends: ${java:Recommends}
|
| 42 |
Description: Javadoc API description for isFreeType
|
| 43 |
Autogenerated from the Java source code, this package offers
|
| 44 |
the HTML files describing the library for programmers.
|