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.000025
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 .. 11 12 13 14 15 16 17 18 19 20 21 .. 24 Next › Last »

vnoel commented on 2013-03-07 10:12 (UTC)

Hi, is there a reason to have two aur package jitsi and jitsi-stable? Maybe it would be good to only keep one :)

vnoel commented on 2013-03-07 10:12 (UTC)

Hi, is there a reason to have two aur package jitsi and jitsi-stable? Maybe it would be good to only keep one :)

xdevla commented on 2013-02-12 20:08 (UTC)

Done, thanks

liganic commented on 2013-02-09 21:53 (UTC)

Can you please remove the hardcoded java path in the jitsi.sh? It is wrong if you don't use the sun-jdk. Just remove javabin=/usr/bin/java and replace the variable use in COMMAND with java. There is no use in hardcoding that path there. Thanks.

xdevla commented on 2013-01-14 10:05 (UTC)

Updated, thanks

Xyne commented on 2013-01-11 00:08 (UTC)

I agree that some of the quotes were unnecessary due to control of the variable. As I said, it's just for consistency and future-proofing. Others are however necessary, as the examples given in my previous post. All values are those that I found in the jitsi package. I just adjusted what was there. Ask the jitsi maintainer why the path is hardcoded and suggest a better solution.

xduugu commented on 2013-01-09 23:18 (UTC)

Thanks for your feedback. The quotes in the launcher script aren't necessary since SCDIR does not contain spaces, although it may at some point in the future. But I do not understand why you hardcoded the java binary path. This change will render the launcher script useless for jdk users, at least last time I checked it was installed to /opt.

Xyne commented on 2013-01-09 17:04 (UTC)

Copy & paste of my comment on the jitsi page as it is relevant to this package as well: Hi, I have uploaded a source tarball that adds missing quotes to variables in the PKGBUILD and launcher script (e.g. srcdir, LD_LIBRARY_PATH). Other variables in that script are quoted pre-emptively. I have also moved the command to an array with proper quoting as well to prevent unintended word expansion under any circumstances. Please update the package with these changes. You can get the source tarball here: http://xyne.archlinux.ca/tmp/pkgbuilds/jitsi-1.0.3967-3.src.tar.gz Thanks!

Xyne commented on 2013-01-09 17:02 (UTC)

Hi, I have uploaded a source tarball that adds missing quotes to variables in the PKGBUILD and launcher script (e.g. srcdir, LD_LIBRARY_PATH). Other variables in that script are quoted pre-emptively. I have also moved the command to an array with proper quoting as well to prevent unintended word expansion under any circumstances. Please update the package with these changes. You can get the source tarball here: http://xyne.archlinux.ca/tmp/pkgbuilds/jitsi-1.0.3967-3.src.tar.gz Thanks!

scorpp commented on 2012-11-15 21:58 (UTC)

IMO some smarter way to find java executable is needed. i have sun jdk6 installed (in /opt/java6/) which cannot be found, though JAVA_HOME is set properly and most of other programs (like ant, maven, eclipse, idea, etc) work fine smth like http://www.gimlisys.com/articles-detect-java.html