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

psychedelicious commented on 2011-06-29 19:52 (UTC)

Skodabenz: Thanks for the updated PKGBUILD, I'm implement it shortly so I won't have to constantly update it here on the AUR. As for the Oracle/Sun JDK, I'm sorry I can't help as I don't use it. Someone commented earlier that Jitsi has a hard dependency on OpenJDK. You may want to try OpenJDK and see if that works, it does for me. To be honest I don't see any reason to use the proprietary Java over the FOSS version these day.

<deleted-account> commented on 2011-06-29 19:24 (UTC)

BTW I am using jdk and jre 7 from community-testing (http://mailman.archlinux.org/pipermail/arch-general/2011-June/020654.html).

<deleted-account> commented on 2011-06-29 19:23 (UTC)

I am getting the following error (many times repeated) when i start jitsi 3562 org.osgi.framework.BundleException: Unresolved constraint in bundle [6]: Unable to resolve 6.0: missing requirement [6.0] package; (package=net.java.sip.communicator.service.browserlauncher) [caused by: Unable to resolve 14.0: missing requirement [14.0] package; (package=net.java.sip.communicator.util) [caused by: Unable to resolve 29.0: missing requirement [29.0] package; (package=org.xml.sax)]] at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409) at org.apache.felix.framework.Felix.startBundle(Felix.java:1719) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:722) Any idea whats wrong?

<deleted-account> commented on 2011-06-28 09:16 (UTC)

A PKGBUILD for automatically downloading the latest source https://gist.github.com/1050785 with few minor changes like non makepkg variables prefixed with '_', use of package function and adding quotes to all paths. Idea taken from http://gitorious.org/arch-linux-greece/arch-linux-greece/blobs/master/list-of-sources/adslgr64/songbird-nightly/PKGBUILD and firefox-nightly http://aur.archlinux.org/packages.php?ID=19830 PKGBUILDs.

psychedelicious commented on 2011-06-27 21:32 (UTC)

Update to latest build and fix suggested by hobarrera implemented

whynothugo commented on 2011-06-23 22:29 (UTC)

Don't use mkdir -p $pkgdir/usr/share/applications cp ${startdir}/jitsi.desktop $pkgdir/usr/share/applications/ Just use install -D -m644 ${startdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop Cheers!

whynothugo commented on 2011-06-23 22:08 (UTC)

Broken; this old nightly is no longer available (404) for source. Why would I *NOT* flag out-of-date, it doesn't even build properly. If you don't want to update it, just disown it, and someone will pick it up.

<deleted-account> commented on 2011-06-23 13:26 (UTC)

psychedelicious, I deinstalled jre and jdk and installed openjdk6, anyway 'yaourt -S jitsi' first suggests to reinstall the openjdk6-6.b22_1.10.2-1 and then exists.. It doesn't get to building jitsi. What I am missing?

The-Compiler commented on 2011-06-19 21:31 (UTC)

http://paste.pocoo.org/show/414941/ updated PKGBUILD for 3551 :)