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.001982
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 .. 19 20 21 22 23 24

<deleted-account> commented on 2011-05-22 01:07 (UTC)

The jitsi nightly specified in the the PKGBUILD is no longer available to download. To get the latest version to work replace buildver=3476 with buildver=3486. The sha246sum is 'e325a995736c256eb0b2c232f9d66a606af042cc969a54e417aad6ca097e2c8a'

psychedelicious commented on 2011-05-19 14:46 (UTC)

Those of you having problems with using the Webcam on this latest build just hold on. The FFMPEG library was rebuilt without MPJEG accidentally by one of Jitsi's devs. A fix should be out soon and I'll update this package when it is.

psychedelicious commented on 2011-05-18 12:19 (UTC)

Updated to latest version and simplified the categories in the .desktop entry to stop it showing up in multiple submenus.

said commented on 2011-05-17 09:50 (UTC)

if you use jre you have to link it in /usr/bin: ln -s /opt/java/bin/java /usr/bin/java

nem commented on 2011-05-13 15:19 (UTC)

so put jdk or openjdk into the makedepends!

z0id commented on 2011-05-11 12:55 (UTC)

Apparently, it's hardcoded to use openjdk. I installed it using openjdk, then reinstalled jre and linked /usr/bin/java to /opt/java/jre/bin/java.

psychedelicious commented on 2011-05-11 11:56 (UTC)

Yes, your java home is not correct. I use OpenJDK6 and I have: JAVA_HOME=/usr/lib/jvm/java-6-openjdk

z0id commented on 2011-05-11 11:55 (UTC)

It fails with: [javac] /tmp/yaourt-tmp-mihai/aur-jitsi/src/sip-communicator/build.xml:466: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds BUILD FAILED /tmp/yaourt-tmp-mihai/aur-jitsi/src/sip-communicator/build.xml:466: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "/opt/java/jre" Total time: 2 seconds

psychedelicious commented on 2011-05-11 11:23 (UTC)

This was formerly name Sip Communicator. I have modified the install directories and scripts to reference Jitsi now, e.g. /usr/lib/jitsi for the install directory. There is no final release yet but when a 1.0 version is released I will update the package. In the mean time you can download the latest nightly source code and update the sha256sum.