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

popsch commented on 2015-02-08 15:23 (UTC)

Here's a newer PKGBUILD that gets the latest stable build: ------ # Maintainer: Xavier Devlamynck <magicrhesus@ouranos.be> # Contributors: Keshav P R, atommix aka Aleks Lifey, Xavion, Ananda Samaddar, Dan Serban, Xyne, popsch pkgname=jitsi pkgver=2.6.5390 pkgrel=1 pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)" arch=('i686' 'x86_64') url="http://jitsi.org" license=('LGPL') depends=('java-runtime') makedepends=('apache-ant' 'java-environment') options=(!strip !emptydirs zipman !libtool docs) source=("http://download.jitsi.org/jitsi/src/jitsi-src-${pkgver}.zip" jitsi.desktop jitsi.sh) sha256sums=('853d4358b265e9fba274dc354dd2b692522d7ee24fd3fa4a37ac07d2b983c887' '61e3bec3470790fa067f87d978016ec4452a6fd3dfba2c9afa5245b58d3cb19d' '529722efc3bae6cb8923680363a4d778ccf78db9caf20bee90a110d34181d9f5') build() { cd "${srcdir}/${pkgname}" # append the build revision to the jitsi version sed -i "s/0\.build\.by\.SVN/build.${pkgver}/" src/net/java/sip/communicator/impl/version/NightlyBuildID.java . /etc/profile.d/apache-ant.sh ant rebuild } package() { cd "${srcdir}/${pkgname}" find lib/ lib/bundle/ -maxdepth 1 -type f -exec install -Dm644 {} "${pkgdir}/usr/lib/${pkgname}/"{} \; # find lib/os-specific/linux/ -maxdepth 1 -type f -execdir install -Dm644 {} "${pkgdir}/usr/lib/${pkgname}/lib/"{} \; shopt -sq extglob find lib/native/linux$(sed 's/_/-/g' <<<${CARCH/#*(i?86|x86)/})/ -maxdepth 1 -type f -execdir install -Dm644 {} "${pkgdir}/usr/lib/${pkgname}/lib/native/"{} \; find sc-bundles/{,os-specific/linux/} -maxdepth 1 -type f -execdir install -Dm644 {} "${pkgdir}/usr/lib/${pkgname}/sc-bundles/"{} \; install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}" install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" cd "resources/install/debian/" for _file in *.{svg,xpm}; do install -Dm644 "$_file" "${pkgdir}/usr/share/pixmaps/${_file}" done }

ljrk commented on 2015-02-06 12:41 (UTC)

This package is now really out of date and even bears vulnerabilities. Please update it soon.

jsteel commented on 2014-12-19 18:56 (UTC)

For the record (since posting that I would like to move this to [community] below) I've found it crash on me a little too frequently to want to support this officially. Once it becomes more stable I will reconsider moving this.

Keith_EE commented on 2014-12-03 00:21 (UTC)

If anyone needs someone to talk on Jitsi and test it I can run mine. But it breaks more than it works.

jaro3 commented on 2014-12-02 03:18 (UTC)

Doesn't come up under gnome 3.14 :-(

whynothugo commented on 2014-11-23 13:46 (UTC)

I don't think you explicitly need jdk7; jdk8 can work in java7-compatible mode. I've only done this via eclipse, so I'm not sure how to do it via cli, regrettably.

<deleted-account> commented on 2014-11-23 12:25 (UTC)

This could be a workaround to have jitsi working with java7, but with system java environment in java8 (worked for me): In jitsi.sh add this line: JAVA_HOME="/usr/lib/jvm/java-7-openjdk/jre" before : COMMAND=("$JAVA_HOME/bin/java" $CLIENTARGS -classpath "$CLASSPATH" -Djna.library.path="$LIBPATH/native" -Dfelix.config.properties="file:$FELIX_CONFIG" -Djava.util.logging.config.file="$LOG_CONFIG" net.java.sip.communicator.launcher.SIPCommunicator) In PKGBUILD update sha256sum for jitsi.sh : sha256sums=('f1c2688d7d6bf1916fed3b8b105a785662980c5b297dcab3c9e7d272647ef825' '61e3bec3470790fa067f87d978016ec4452a6fd3dfba2c9afa5245b58d3cb19d' 'a455dbe87cefb64468d42d31ba6924251aa5dfde115fb2ad0fde83254e9a6bf3') update dependancies : depends=('java-runtime=7') makedepends=('apache-ant' 'java-environment=7') in build() modify this line : ant rebuild by : JAVA_HOME="/usr/lib/jvm/java-7-openjdk/jre" ant rebuild

whynothugo commented on 2014-11-12 13:27 (UTC)

@Ennoia: AFAIK, Jitsi had issues with java8, due to using classes that are now included in java.lang. Dunno if this has been fixed or if there is a workaround.

Ennoia commented on 2014-11-12 07:46 (UTC)

Same as SASDOE. Got 16 errors about Base64, Map, Jlist and some others. Got java-environment-common, java-runtime-common, jdk8-openjdk, jre8-openjdk, jre8-openjdk-headless installed. Any thoughts ?