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.003101
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 2 3 4 5 6 7 .. 24 Next › Last »

ArthurBorsboom commented on 2020-12-15 20:51 (UTC)

Hi Figue,

Do you think you can adapt the PKGBUILD in a way that the java compiler is forced to OpenJDK8 before compiling? For example, in pseudo:

JavaSettings originalJavaSetting = RequestCurrentJava();
boolean changeJavaVersion = originalJavaSetting != openjdk-8;

if (changeJavaVersion) {
  force openjdk-8
}

compile and package jitsi

if (changeJavaVersion) {
  restore originalJavaSetting;
}

figue commented on 2020-12-12 18:45 (UTC)

Ok... If the version is not stable enough I will revert the last commit. I don't use anymore Jisti, so I'm maintaining just for you guys. If anyone is interested in maintaining this package, please comment and I'll orphan.

Zappo-II commented on 2020-12-12 17:44 (UTC) (edited on 2020-12-12 18:03 (UTC) by Zappo-II)

Ok, after the update and having it running in java-8-openjdk again, my installation kept SegFaulting and CoreDumping when I was some seconds into the application, no matter what I did or did not do...

Before the update it was just working fine and everything I changed was just to newly build jitsi...

To have it running stable again I had to delete all my jitsi settings in ~/.jitsi and had to rebuild them using the jitsi settings dialogs...

ThankYou @figue for packaging jitsi, it's my daily sip-phone app and I really appreciate having it at hand...

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.

Zappo-II commented on 2020-12-12 16:51 (UTC) (edited on 2020-12-12 17:18 (UTC) by Zappo-II)

Download of source is working...

  • Also needs java-8 at compile time...

Can confirm, is working (for me)...

figue commented on 2020-12-12 16:23 (UTC)

I've pushed to latest version v2.11.5633 can you test if everything is ok?

electricprism commented on 2020-12-12 03:52 (UTC)

Upstream URL is 404

jal666 commented on 2020-08-05 17:24 (UTC)

BUILD FAILED /home/username/.cache/yay/jitsi/src/jitsi-Jitsi-2.10/build.xml:269: Compile failed; see the compiler error output for details.

==> ERROR: A failure occurred in build(). Aborting... error making: %!s(func() string=0x56466a747bb0)

Thanks!

figue commented on 2020-06-21 12:54 (UTC)

@vvrng fixed. Thanks!

vvrng commented on 2020-06-21 10:01 (UTC) (edited on 2020-06-21 10:12 (UTC) by vvrng)

hello friends, the download link for the source appears to be broken for me.

https://github.com/jitsi/jitsi/releases/download/Jitsi-2.10/jitsi-src-2.10.5550.zip

this works though