Package Details: jitsi 2.11.5633-1

Git Clone URL: https://aur.archlinux.org/jitsi.git (read-only, click to copy)
Package Base: jitsi
Description: An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)
Upstream URL: https://desktop.jitsi.org/Main/HomePage
Licenses: Apache
Submitter: psychedelicious
Maintainer: SanskritFritz
Last Packager: figue
Votes: 372
Popularity: 0.001241
First Submitted: 2011-05-11 11:22 (UTC)
Last Updated: 2020-12-12 16:22 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

figue commented on 2020-12-12 17:04 (UTC) (edited on 2021-01-03 19:13 (UTC) by figue)

I've built with jdk8... Like this:

env JAVA_HOME=/usr/lib/jvm/java-8-openjdk PATH=/usr/lib/jvm/java-8-openjdk/jre/bin:$PATH makepkg -sic

But if you want to execute jitsi, it's better to set it globally:

archlinux-java set java-8-openjdk

See pinned comment.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 24 Next › Last »

confusedfla commented on 2014-06-23 10:10 (UTC)

please correct me if I am wrong, but do the Jitsi people know that one can't run Jitsi with Java 8? So please report it upstream. The only issue I could find is this message from January 2014 http://lists.jitsi.org/pipermail/users/2014-January/006151.html

whynothugo commented on 2014-06-23 10:08 (UTC)

@hellracer: java.util.* isn't improted by default, this issue is probably that jitsi wildcard imports from that package.

hellracer commented on 2014-06-23 07:42 (UTC)

Some analyze showed, that Jitsi uses own implementation of Base64. This is ambiguous since Java 8 because of java.util.Base64.

hellracer commented on 2014-06-21 20:42 (UTC)

Build fails on up to date ArchLinux x64 with Oracle JDK. Full output at http://pastebin.com/5UcAxVT0. Important seems to be version: [javac] Compiling 3 source files to /data/Download/aur-jitsi/src/jitsi/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] 1 warning [echo] Jitsi version 2.4.build.2.4.4997 [...] [javac] 16 errors [javac] 357 warnings BUILD FAILED /data/Download/aur-jitsi/src/jitsi/build.xml:301: Compile failed; see the compiler error output for details.

rata commented on 2014-03-17 16:03 (UTC)

I have ttf-dejavu installed and it's still failing to start correctly. At first, after compiling with jdk in AUR, I got these errors: 14:58:21.184 SEVERE: [13] org.jitsi.impl.neomedia.device.DeviceConfiguration.error() Failed to register custom Renderer org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer with JMF. java.lang.UnsatisfiedLinkError: /usr/lib/jitsi/lib/native/libjnawtrenderer.so: libjawt.so: cannot open shared object file: No such file or directory java.lang.NullPointerException After installing jdk7-openjdk and compiling jitsi with it, it works correctly if I start jitsi with _JAVA_AWT_WM_NONREPARENTING=1 (I have to do this because I use xmonad). The java.lang.NullPointerException error pesists though.

xdevla commented on 2014-02-14 07:43 (UTC)

As far as I know, it's not related. All you need is java-runtime and apache-ant

derivator commented on 2014-02-13 17:21 (UTC)

Failed silently until I installed ttf-dejavu. Logs revealed a NullPointerException related to X11FontManager. Was this the correct way to fix the problem? If yes, maybe add a dependency? If no, what would be the right way?

whynothugo commented on 2014-02-11 13:11 (UTC)

joschi: That would be jitsi-bin.

joschi commented on 2014-01-11 22:36 (UTC)

I've updated the PKGBUILD and changed the implementation to use the provided Debian packages of Jitsi instead of building it from scratch: https://github.com/joschi/AUR/blob/c95f421bfcdd4763e36c1791bd68aaa91547cb47/jitsi/PKGBUILD