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.001374
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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 24 Next › Last »

jsteel commented on 2014-10-19 19:00 (UTC)

I would like to move this to [community] soon if that's OK. Thanks.

SASDOE commented on 2014-10-16 07:33 (UTC)

Having issues because of what hellracer pointed out. Cannot installed, fails with 16 errors related to an ambiguous Base64 usage. Help?

Kitsu commented on 2014-10-04 20:57 (UTC)

http://oi59.tinypic.com/21o8106.jpg please add to dependencies apache-ant

balduin commented on 2014-09-27 10:28 (UTC)

Please add openjdk-7 to the dependencies, because Jitsi requires tools.jar to build successfuly.

nesk_aur commented on 2014-09-01 17:45 (UTC)

I would report to jitsi devs then.

denoyse commented on 2014-09-01 17:17 (UTC)

Audio works complete fine in all apps, using a setup with gnome and pulseaudio in their current versions.

nesk_aur commented on 2014-08-31 21:03 (UTC)

Do you have any problems with audio on your system? Do you use pulseaudio or just ALSA? If the latter, you might have have some problems with that - check https://wiki.archlinux.org/index.php/Alsa.

denoyse commented on 2014-08-31 19:07 (UTC)

Hi, i've got a problem: The tray icon appears, but no GUI is shown. 3.16.1-1-ARCH, java version "1.7.0_65" OpenJDK Runtime Environment (IcedTea 2.5.2) (Arch Linux build 7.u65_2.5.2-1-x86_64) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) CONSOLE OUTPUT: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:947:(find_matching_chmap) Found no matching channel map ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream java.lang.NullPointerException at net.java.sip.communicator.plugin.pluginmanager.PluginManagerActivator.start(PluginManagerActivator.java:86) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904) at org.apache.felix.framework.Felix.startBundle(Felix.java:1822) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266) at java.lang.Thread.run(Thread.java:745) Is this related to the build or Arch Linux, or should i report this to the Jitsi devs? Feel free to ask for any further info about my system.

whynothugo commented on 2014-06-23 10:44 (UTC)

@hellracer Thanks for verifying/reporting that. Please post back the report if you can.

hellracer commented on 2014-06-23 10:20 (UTC)

@hobarrera I checked and Jitsi imports java.util.* in many classes. This causes the problem. I will report this upstream this evening.