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: 373
Popularity: 0.003702
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

1 2 3 4 5 6 .. 24 Next › Last »

figue commented on 2023-08-21 09:25 (UTC)

@SanskritFritz I'm not using Jitsi anymore.

SanskritFritz commented on 2023-08-19 10:17 (UTC)

Why disown?

figue commented on 2023-08-02 19:59 (UTC)

I'm planning to disown this package next week. If someone wants to maintain it, please post it here or reach me by email.

Thank you

figue commented on 2021-03-20 15:34 (UTC)

@jotoho when I include something in my home, I usually use $HOME variable, so you can do: export PATH="$PATH:$HOME/scripts"

figue commented on 2021-03-14 14:43 (UTC)

@jotoho Never heard about this security concern... I've never added "." in my $PATH so user that does this has to know the possible consequenses. To have ~/scripts in PATH should not be a problem. Can you provide an example so I can reproduce or can you provide a patch to avoid it?

Thank you

figue commented on 2021-01-03 19:12 (UTC)

@MichaelARCH in a pinned comment you have a makepkg temporary command to build jitsi with JDK8.

MichaelARCH commented on 2021-01-03 18:38 (UTC) (edited on 2021-01-03 18:43 (UTC) by MichaelARCH)

On my system OpenJDK14 (default) and OpenJDK8 are installed. And I want to keep openJDK14 as standard for other purposes. During Build, got the error:
/jitsi/src/jitsi-5633/build.xml:269: Compile failed; see the compiler error output for details.

Do you recommend that I change it temporarily for the build to Version 8, like described here? Or to prefer another procedure?

Thanks, Michael