Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Oct 2015 14:28:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203125] net-im/jitsi: fix build with openjdk8
Message-ID:  <bug-203125-13-pOVfd2h4Zb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203125-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203125-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203125

--- Comment #3 from tzabal@it.teithe.gr ---
(In reply to Steve Wills from comment #2)
Thanks for your interest. I am now working on the 2.8 version of Jitsi for the
port, and as soon as I have something I will post it, along with the procedure
that is needed to update the port for future updates.

Generally, the procedure can be summarized by the following steps:
* Download a stable Jitsi snapshot, extract and run 'ant rebuild' and 'ant run'
to check that Jitsi can at least build and run on the system.
* Because many features will not work with only the above step (e.g., no audio,
no video, even no system tray icon), it is needed to build the equivalent
libraries that are missing for these functions.
* Find and download the libjitsi snapshot from the repository of libjitsi
(github.com/jitsi/libjitsi) that was used to build the libjitsi.jar inside the
Jitsi snapshot. The only way to determine the version is to check the commit
messages of jitsi to find when they updated the libjitsi.jar. [1]
* Extract the libjitsi snapshot and run 'ant rebuild' to build the
libjitsi.jar. Then, run 'ant pulseaudio', 'ant video4linux2', 'ant opus', 'ant
ffmpeg', and 'and libvpx'. The result of these actions is to build the needed
libraries for FreeBSD. It is needed to generate libraries for both i386 and
amd64.

[1] http://lists.jitsi.org/pipermail/dev/2013-October/018485.html

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203125-13-pOVfd2h4Zb>