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.001293
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 .. 14 15 16 17 18 19 20 21 22 23 24 Next › Last »

said commented on 2011-09-09 19:19 (UTC)

Look at jitsi news on the website: 2011.09.04 - Stable Jitsi 1.0-beta1-build.3651 now available

psychedelicious commented on 2011-09-09 02:54 (UTC)

Just re-run makepkg on the PKGBUILD or yaourt -S jitsi if you use yaourt if you want the latest source code snapshot. I won't update this package until a proper stable build is released. Unflagged till then.

<deleted-account> commented on 2011-07-29 15:39 (UTC)

jitsi-nightly uploaded at https://aur.archlinux.org/packages.php?ID=51111 .

psychedelicious commented on 2011-07-28 12:06 (UTC)

The source code downloads haven't changed yet. When they do I'll update this package, unflagged out of date until then.

<deleted-account> commented on 2011-07-28 11:32 (UTC)

[quote 2011.07.27 - Stable build line for Jitsi - http://www.jitsi.org/] We have just launched our new stable build line! Anyone can now choose between monthly stable builds or bleeding edge nightlies! [/quote]

whynothugo commented on 2011-07-15 03:59 (UTC)

Actually, the issue is with pacman: $ sudo pacman -S java-runtime --needed warning: downgrading package jre (7b147-1 => 6u26-1)

whynothugo commented on 2011-07-15 03:29 (UTC)

Shouldn't "java-runtime=6" be "java-runtime>=6"? So I can install with jre7 as well?

psychedelicious commented on 2011-07-14 22:33 (UTC)

It's yaourt's problem, "yaourt -s java-runtime" installs OpenJDK6. I don't think this is anything to do with the PKGBUILD and anyway yaourt is unsupported by Arch and me as the maintainer of this package.