SlackBuilds Repository

15.0 > Libraries > jogamp (2.4.0)

JogAmp is a project that develops a collection of high performance 
Java™ libraries for 3D Graphics, Multimedia and Processing.
This platform provide Java™ language bindings to the OpenGL®,
OpenCL™, OpenAL and OpenMAX APIs.

The platform consists of four modules:

- Gluegen. This is a tool which automatically generates the Java code
and Java Native Interface code necessary to call C libraries. It is
also needed to build the other modules of JogAmp.
- JOGL (Java OpenGL). It is the main module of JogAmp. It provides
access to the APIs in the OpenGL, ES, and EGL specifications. The
module includes also a native windowing toolkit, NEWT.
- JOAL (Java OpenAL). It implements the Java bindings for OpenAL API
and is designed to provide hardware-supported 3D spatialized audio.
- JOCL (Java OpenCL). It provides the Java bindings for OpenCL API.

By default this script builds the package to install by default the
modules Gluegen and JOGL. The build of JOAL is optional and enabled by
default but can be disabled passing the following environment variable
JOAL=no ./jogamp.SlackBuild

The build of module JOCL is optional and disabled by default. To
enable it pass the following environment variable
JOCL=yes ./jogamp.SlackBuild

Furthermore:

1. The script requires the setting of the system environment
variable $JAVA_HOME that should be available with an usual
configuration. If not, please to set it before launch the script
export JAVA_HOME=<path to your JDK installation>
(for example: export JAVA_HOME=/usr/lib64/openjdk17)

2. The path of Java executables (java, javac, ecc.) should be included
in the system environment variable $PATH of root user. If not you
have to set a full path to $JAVA_HOME/bin as following
export PATH=$JAVA_HOME/bin:$PATH

3. The build requires an installed openJDK 17 compliant SDK available
in the SBo repository. This script is tested with the package
zulu-openJDK17 but it should work also with the openJDK17 package.
The build against jdk (8u361) or jdk19 packages is not sure.

4. At the end, this slackbuild is still experimental because the
installation is not tested in runtime with the development of
applets and Java applications or the acquire as dependency by
packages that supports JogAmp. At the moment, the script installs
the JAR archives compatible with all platforms and the libraries,
but it is not sure if the compilers get access to these bindings.
So, it is possible that something still needs to be added or set in
the configuration post installation. If you would contribute,
please report to the mantainer for any issue or feedback to fix,
extend, and/or improve the slackbuild.

This requires: zulu-openjdk17, p7zip, apache-ant

Maintained by: Giancarlo Dessì
Keywords: JogAmp,Java,gluegen,JOGL,JOAL,JOCL,OpenGL,OpenAL,OpenCL,graphics 3D
ChangeLog: jogamp

Homepage:
https://jogamp.org/

Source Downloads:
gluegen-v2.4.0.tar.xz (8d86f1dddcbae130268215f1760dc461)
jcpp-v2.4.0.tar.xz (fce6ee70e0fb6fa393ccbadf42361d20)
joal-v2.4.0.tar.xz (4464164eaf91f723dd65890d7ff8093a)
jocl-v2.4.0.tar.xz (d3dae1dfe275431417be0a1a6800dddb)
jogl-v2.4.0.tar.xz (44ee4fa39d81366bedf1ead918f102eb)

Download SlackBuild:
jogamp.tar.gz
jogamp.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
jogamp.SlackBuild
jogamp.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds