Search Criteria
Package Details: java8-openjfx 8.u202-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/java8-openjfx.git (read-only, click to copy) |
---|---|
Package Base: | java8-openjfx |
Description: | Java OpenJFX 8 client application platform (open-source implementation of JavaFX) |
Upstream URL: | https://wiki.openjdk.java.net/display/OpenJFX/Main |
Keywords: | java8-openjfx openjfx |
Licenses: | GPL |
Provides: | java-openjfx |
Submitter: | freswa |
Maintainer: | Rogach |
Last Packager: | Rogach |
Votes: | 12 |
Popularity: | 0.105487 |
First Submitted: | 2022-03-09 18:41 (UTC) |
Last Updated: | 2024-05-25 07:41 (UTC) |
Dependencies (28)
- jre8-openjdk
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libx11 (libx11-gitAUR)
- libxtst
- alsa-lib (make)
- cairo (cairo-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- ffmpeg4.4 (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- gperf (gperf-gitAUR) (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- jdk8-openjdk (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd) (make)
- libx11 (libx11-gitAUR) (make)
- libxtst (make)
- pango (pango-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- ruby (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- webkit2gtk (webkit2gtk-imgpasteAUR) (make)
- ffmpeg4.4 (optional) – Media support,
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – GTK2 support,
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – GTK3 support,
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – Web support
Required by (80)
- asciidocfx (requires java-openjfx)
- beast2 (requires java-openjfx)
- beatoraja-modernchic (optional)
- binders-bin
- bluej (requires java-openjfx)
- bluej-preview (requires java-openjfx)
- bread-bin (requires java-openjfx)
- ccemux-git (requires java-openjfx) (make)
- ccemux-git (requires java-openjfx) (optional)
- chunky-launcher (requires java-openjfx)
- cmpdl (requires java-openjfx)
- convertwithmoss-git (requires java-openjfx)
- cryspmds (requires java-openjfx)
- csound-blue (requires java-openjfx)
- dataspell (requires java-openjfx) (optional)
- dataspell-eap (requires java-openjfx) (optional)
- datawarrior (requires java-openjfx)
- davmail (requires java-openjfx) (optional)
- dbschema (requires java-openjfx)
- domterm-git (requires java-openjfx) (make)
- Show 60 more...
Sources (11)
- gradle.properties
- https://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/8u202-ga.tar.bz2
- https://services.gradle.org/distributions/gradle-4.8-bin.zip
- java8-openjfx-CVE-2021-3517-fix.patch
- java8-openjfx-CVE-2021-3522-fix.patch
- java8-openjfx-fix-java-version-check.patch
- java8-openjfx-flags.patch
- java8-openjfx-include-iterator.patch
- java8-openjfx-no-check-jfxrt-jar.patch
- java8-openjfx-no-sys-sysctl.patch
- java8-openjfx-no-xlocale.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »
Rogach commented on 2023-07-21 05:53 (UTC)
@cedric-air What are the versions of python2 and openssl-1.1 packages on your system?
cedric-air commented on 2023-07-21 05:48 (UTC)
I get a big error:
Rogach commented on 2023-07-21 05:20 (UTC)
@cedric-air Something looks to be horribly broken in your Python 2 or openssl packages. What will you get if you run
I get
<built-in function new>
.cedric-air commented on 2023-07-21 05:10 (UTC)
Build failed for me:
Rogach commented on 2023-06-02 14:34 (UTC)
@Keops Please try the suggestion given earlier on this page - will it help?
Keops commented on 2023-06-02 14:29 (UTC) (edited on 2023-06-02 14:33 (UTC) by Keops)
Can't install due to errors:
==> Iniciando build()... Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
What went wrong: Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1s ==> ERROR: Se produjo un fallo en build(). Cancelando...
Rogach commented on 2023-04-27 00:28 (UTC)
@K4LCIFER That seems to be related to gradle itself. Do you have JDK 8 set as your default JDK? (check with archlinux-java get)
Also can you try stopping gradle daemon before the build? (gradle --stop)
K4LCIFER commented on 2023-04-27 00:21 (UTC)
Can't install due to errors:
Rogach commented on 2023-03-31 12:55 (UTC)
@Orion88 Do you have base-devel installed? If not you need to install it - it installes many utilities necessary for building.
@binarynoise No need to add as a build dependency - all PKGBUILDs implicitly expect base-devel to be installed (there's a paragraph in the guidelines somewhere).
binarynoise commented on 2023-03-31 12:07 (UTC)
@Orion88 Just install the
patch
package with pacman.That should probably be added as build dependency
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »