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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: libjogl-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>,
Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 5), cdbs, quilt, openjdk-6-jdk,
ant1.7-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev,
x11proto-xf86vidmode-dev, libxt-dev,
# antlr java packages started to exist at version 2.7.7-8. Before, it
# was included in the antlr package
libantlr-java | antlr ( <= 2.7.7-7 )
Standards-Version: 3.8.3
Homepage: http://jogl.dev.java.net
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl-java/
Package: libjogl-java
Architecture: all
Suggests: libjogl-java-doc
Depends: ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime,
libjogl-jni (>= ${source:Version}),
antlr
Description: Java bindings for OpenGL API (java library)
The JOGL project hosts the development version of the Java Bindings for
OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
to applications written in Java. JOGL is not the official reference
implementation of the JSR, but an evolving workspace; snapshots are taken
from this workspace which become the official reference implementations of
the JSR. JOGL is part of a suite of open-source technologies initiated by
the Game Technology Group at Sun Microsystems.
.
JOGL provides full access to the APIs in the OpenGL 2.0 specification as
well as nearly all vendor extensions, and integrates with the AWT and Swing
widget sets.
Package: libjogl-jni
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Java bindings for OpenGL API (java jni library)
The JOGL project hosts the development version of the Java Bindings for
OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
to applications written in Java. JOGL is not the official reference
implementation of the JSR, but an evolving workspace; snapshots are taken
from this workspace which become the official reference implementations of
the JSR. JOGL is part of a suite of open-source technologies initiated by
the Game Technology Group at Sun Microsystems.
.
JOGL provides full access to the APIs in the OpenGL 2.0 specification as
well as nearly all vendor extensions, and integrates with the AWT and Swing
widget sets.
.
This package includes the architecture specific java native interface part
for the Java bindings for OpenGL. For an extended description have a look
at package libjogl-java.
Package: libjogl-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libjogl-java
Description: Documentation for the Java bindings for OpenGL
The JOGL project hosts the development version of the Java Bindings for
OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics
to applications written in Java. JOGL is not the official reference
implementation of the JSR, but an evolving workspace; snapshots are taken
from this workspace which become the official reference implementations of
the JSR. JOGL is part of a suite of open-source technologies initiated by
the Game Technology Group at Sun Microsystems.
.
JOGL provides full access to the APIs in the OpenGL 2.0 specification as
well as nearly all vendor extensions, and integrates with the AWT and Swing
widget sets.
.
This package includes the API documentation for JOGL package.
|