Codebase list jmagick / debian/6.2.6-0-1 debian / control
debian/6.2.6-0-1

Tree @debian/6.2.6-0-1 (Download .tar.gz)

control @debian/6.2.6-0-1raw · history · blame

Source: jmagick
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varunhiremath@gmail.com>, Kumar Appaiah <akumar@ee.iitm.ac.in>
Section: graphics
Priority: optional
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5), cdbs, java-gcj-compat-dev, libmagick9-dev, autotools-dev, chrpath
Homepage: http://www.yeo.id.au/jmagick/

Package: libjmagick6-java
Architecture: all
Depends: libjmagick6-jni (>= ${source:Version}), java-gcj-compat | java-virtual-machine
Provides: jmagick
Description: A java interface to ImageMagick - java classes
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.

Package: jmagick6-docs
Section: doc
Architecture: all
Provides: jmagick-docs
Description: A java interface to ImageMagick - api documentation
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.
 .
 This package contains javadoc generated documentation.

Package: libjmagick6-jni
Architecture: any
Depends: ${shlibs:Depends}
Description: A java interface to ImageMagick - native library
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.
 .
 This package contains the native interface to ImageMagick.  It is
 loaded at runtime into the Java Virtual Machine (JVM).