The url for jre package is outdated. Please link to the correct place: https://github.com/JetBrains/JetBrainsRuntime
Search Criteria
Package Details: jre17-jetbrains-imfix 17.0.7.b1000.2-1
Git Clone URL: | https://aur.archlinux.org/java17-jetbrains-imfix.git (read-only, click to copy) |
---|---|
Package Base: | java17-jetbrains-imfix |
Description: | JetBrains Java 17 full runtime environment |
Upstream URL: | https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime |
Licenses: | custom |
Conflicts: | jre17-jetbrains |
Provides: | java-runtime, java-runtime-jetbrains, jre17-jetbrains |
Submitter: | huyz |
Maintainer: | None |
Last Packager: | huyz |
Votes: | 4 |
Popularity: | 0.006037 |
First Submitted: | 2022-03-14 11:40 (UTC) |
Last Updated: | 2023-06-21 10:54 (UTC) |
Dependencies (49)
- ca-certificates-utils
- freetype2 (freetype2-gitAUR, freetype2-infinality-remixAUR, freetype2-ultimate5AUR, freetype2-v35AUR)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- giflib (giflib-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR)
- harfbuzz (harfbuzz-gitAUR)
- java-runtime-common
- jcef-jetbrains (jcef-jetbrains-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-ffAUR, lcms2-gitAUR)
- libfreetype.so (freetype2-gitAUR, freetype2-infinality-remixAUR, freetype2-ultimate5AUR, freetype2-v35AUR, lib32-freetype2-v35AUR, freetype2, lib32-freetype2)
- libgif.so (giflib-gitAUR, giflib)
- libharfbuzz.so (lib32-harfbuzz-gitAUR, harfbuzz-gitAUR, harfbuzz, lib32-harfbuzz)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpegAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- liblcms2.so (lcms2-ff-gitAUR, lcms2-ffAUR, lcms2, lib32-lcms2)
- libnet (libnet-gitAUR)
- libpng (libpng-apngAUR, libpng-gitAUR)
- nss (nss-hgAUR)
- alsa-lib (alsa-lib-x205taAUR) (make)
- bash (bash-devel-static-gitAUR, bash-gitAUR, bash-xdgAUR, bash-devel-gitAUR, busybox-coreutilsAUR) (make)
- Show 29 more dependencies...
Required by (1555)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- 8085-simulator (requires java-runtime)
- abchr (requires java-runtime)
- abcl-git (requires java-runtime)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aechoterm-bin (requires java-runtime)
- agclient (requires java-runtime)
- ahmyth-bin (requires java-runtime)
- aio-remote (requires java-runtime)
- air-video-server (requires java-runtime)
- aladin (requires java-runtime)
- alda (requires java-runtime)
- alda-bin (requires java-runtime)
- alda-git (requires java-runtime)
- alice-bin (requires java-runtime)
- alice2-bin (requires java-runtime)
- Show 1535 more...
Sources (5)
Ashark commented on 2023-10-28 20:07 (UTC) (edited on 2023-10-28 21:14 (UTC) by Ashark)
huyz commented on 2022-10-10 14:51 (UTC)
@Szleaves I updated jcef
package to dev
branch, which relies on upstream's cef
binary instead of jetbrain's, and can be build normally.
huyz commented on 2022-10-10 14:49 (UTC)
If you failed to build b629.2
or newer, upgrade your jcef
first.
Szleaves commented on 2022-10-06 12:03 (UTC) (edited on 2022-10-06 12:04 (UTC) by Szleaves)
package cef-jetbrains-bin-git
need change CMakeLists.txt
set the CEF_VERSION
to the old one
- set(CEF_VERSION "98.3.42+gf00e174+chromium-98.0.4758.102")
+ set(CEF_VERSION "98.3.34+g97a5ae6+chromium-98.0.4758.102")
use makepkg -i
to build and install it, then install jdk17-jetbrains-imfix
normally
huyz commented on 2022-07-30 07:48 (UTC)
@cdm It's upstream's fault.
Upstream updates jcef
's CMakeLists
to download the new cef
binary, but they does not upload the new cef
binary.
So you can either build cef
by yourself (by install cef-jetbrains-git
from AUR), or manually install old cef-jetbrains-bin-git
by download old CMakeLists
from jcef
's repository.
cdm commented on 2022-07-29 09:55 (UTC)
Archive: cef.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of cef.zip or cef.zip.zip, and cannot find cef.zip.ZIP, period. ==> 错误: 在 package() 中发生一个错误。 正在放弃... -> 生成时出错: cef-jetbrains-bin-git
Pinned Comments
huyz commented on 2022-10-10 14:49 (UTC)
If you failed to build
b629.2
or newer, upgrade yourjcef
first.