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.000023
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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 24 Next › Last »

ewtoombs commented on 2013-08-13 19:37 (UTC)

demon: do you mean it should <em>not</em> be "$JAVA_HOME/jre/bin/java"?

ewtoombs commented on 2013-08-13 19:35 (UTC)

I second that, Yamakaky.

Yamakaky commented on 2013-08-13 15:24 (UTC)

The sources had been silently updated, because french translations were buggy. It's the same URL, but SHA is different.

xdevla commented on 2013-07-01 09:48 (UTC)

Yes, these are needed to build the package (cc. makedepends=(..))

sandy8925 commented on 2013-07-01 07:01 (UTC)

I installed the java-runtime package as it's listed as a dependency above. However, when I run makepkg, I get: ==> Missing dependencies: -> apache-ant -> java-environment Do these need to be added as well?

daimonion commented on 2013-06-01 20:20 (UTC)

There's several issues with jitsi, at least on my system. First, in the jitsi.sh should be "$JAVA_HOME/jre/bin/java", because "$JAVA_HOME/jre/bin/java" only points to the jdk7-openjdk package's bin directory. If jdk7-openjdk is not installed - jitsi cannot run. Second, jitsi cannot start if gtk2 is not installed. I don't know whether it affects only jitsi or all other java apps, this is the (most important part of the) console output: 22:18:15.341 SEVERE: [13] impl.hid.HIDServiceImpl.<init>().54 Error when creating Robot/NativeKeyboard instance java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory Note: gtk2 is only optional dependency for jre7-openjdk.

xdevla commented on 2013-05-30 18:31 (UTC)

Updated, thanks

scorici commented on 2013-05-30 17:45 (UTC)

At line 23 and 31, fist line in build() and package(), change: "cd "${srcdir}/${pkgname}" in cd $srcdir/$pkgname-src-$pkgver because it doesn't build.

hannibal_l commented on 2013-05-04 09:11 (UTC)

@hobarrera Thanks for the reply. Jitsi and other clients sometimes work fine but usually fail. I can reproduce this problem on Windows too. I think it's related to the ports. I will contact with my provider. Thanks.