Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : openjfx-8 | name : openjfx-8 | ||||
| version : '8.172' | version : 8.192 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - http://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/2991e8b097f3.tar.bz2 : 9d63ed315949362bbb14020c2e0251a872640e43b33d2a60982c0d815190a93b | - https://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/8u192-b10.tar.bz2 : 923db5bf61368ebcdda8733b8038cbebbd69d1faf3351958efd9de6f0d12dc80 | ||||
| license : GPL-2.0 | license : GPL-2.0-with-classpath-exception | ||||
kyrios123: SPXD 3.x identifier is : `GPL-2.0-or-later WITH Classpath-exception-2.0` | |||||
| component : programming.java | component : programming.java | ||||
| summary : OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE | summary : OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE | ||||
| description: | | description: | | ||||
| OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE | OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(libavcodec) | - pkgconfig(libavcodec) | ||||
| - pkgconfig(libxslt) | - pkgconfig(libxslt) | ||||
Not Done Inline ActionsAny specific reason this is removed? JoshStrobl: Any specific reason this is removed? | |||||
Not Done Inline ActionsBasically because libxslt.so.1 wasn't used anymore according to abi_used_libs. der_eismann: Basically because `libxslt.so.1` wasn't used anymore according to `abi_used_libs`. | |||||
Not Done Inline ActionsSure but do you know why it's no longer used? JoshStrobl: Sure but do you know **why** it's no longer used? | |||||
Not Done Inline ActionsSo. I'm still not sure and couldn't find an answer, but I guess it's because OpenJFX ships its own copy of libxslt. Inside the folder modules/web/src/main/native/Source/ThirdParty there's libxml, libxslt, icu and sqlite. der_eismann: So. I'm still not sure and couldn't find an answer, but I guess it's because OpenJFX ships its… | |||||
| - pkgconfig(Qt5Core) | - pkgconfig(Qt5Core) | ||||
| - pkgconfig(ruby-2.3) | - pkgconfig(ruby-2.3) | ||||
| - pkgconfig(x11) | |||||
| - pkgconfig(xtst) | - pkgconfig(xtst) | ||||
| - gperf | - gperf | ||||
| - gradle | - gradle | ||||
| - openjdk-8-devel | - openjdk-8-devel | ||||
| rundeps : | rundeps : | ||||
| - openjdk-8 | - openjdk-8 | ||||
| networking : yes | networking : yes | ||||
| setup : | | setup : | | ||||
| cp $pkgfiles/gradle.properties . | cp $pkgfiles/gradle.properties . | ||||
| %patch -p1 < $pkgfiles/gcc6.patch | %patch -p1 < $pkgfiles/0001-GCC6-fix.patch | ||||
| %patch -p1 < $pkgfiles/0002-Fix-build-errors.patch | |||||
| %patch -p1 < $pkgfiles/0003-Disable-compiler-errors.patch | |||||
| build : | | build : | | ||||
| export GRADLE_USER_HOME=$workdir | export GRADLE_USER_HOME=$workdir | ||||
| gradle --no-daemon --stacktrace | gradle --no-daemon --stacktrace | ||||
| install : | | install : | | ||||
| install -d $installdir/usr/lib64/openjdk-8/bin | install -d $installdir/usr/lib64/openjdk-8/bin | ||||
| install -m 00755 build/sdk/bin/* $installdir/usr/lib64/openjdk-8/bin | install -m 00755 build/sdk/bin/* $installdir/usr/lib64/openjdk-8/bin | ||||
| install -d $installdir/usr/lib64/openjdk-8/jre/lib/{amd64,ext} | install -d $installdir/usr/lib64/openjdk-8/jre/lib/{amd64,ext} | ||||
| Show All 9 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
SPXD 3.x identifier is : GPL-2.0-or-later WITH Classpath-exception-2.0