Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
According to the commits refencencing such libraries in the
jitsi git, the libraries seem to have been optional at the
beginning and have been introduced to improve performances.
Running jitsi on the command line doesn't output errors that
seem to be related to the removal of the libraries, while it
does on architectures like armv7h that ended having x86 libraries
being shipped.
Note that compiled Java bytecode is present in jars, but removing
all of them makes the build fail.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Jitsi has ELF libraries in /usr/lib/jitsi/lib/native/ such as:
- libgalagonotification.so
- libglobalshortcut.so
- libhid.so
- libhwaddressretriever.so
- libjdic_misc.so
- libsysactivitynotifications.so
- libunix-java.so
Jitsi probably interfaces with such libraries through JNI.
When running jitsi on i686, while the GUI works and text messaging
seem to work fine, there are errors showing up when running it from the
console:
java.lang.UnsatisfiedLinkError: /usr/lib/jitsi/lib/native/libglobalshortcut.so:
/usr/lib/jitsi/lib/native/libglobalshortcut.so: wrong ELF class: ELFCLASS64
(Possible cause: architecture word width mismatch)
This makes jitsi architecture specific again.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
java environment (aka for jdk/jre8 for them)
|
|
Without that fix we have:
| ==> Starting build()...
| /startdir/PKGBUILD: line 31: /etc/profile.d/apache-ant.sh: No such file or directory
The /etc/profile.d/apache-ant.sh file cannot be found in the
extra/ant or pcr/apache-ant-contrib packages. It was probably in one of
theses packages before and may have been removed because it's not
required anymore.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
Contributors from Arch and remove (Parabola) for us
|
|
|
|
|
|
PKGBUILD files
|
|
|
|
|
|
|
|
|