#757768 RFP: libjitsi -- advanced Java media library

#757768#5
Date:
2014-08-11 09:05:21 UTC
From:
To:
* Package name    : libjitsi
  Version         : 481
* URL             : http://www.jitsi.org/libjitsi
* License         : LGPL-2.1
  Programming Lang: Java
  Description     : advanced Java media library

libjitsi is an advanced Java media library for secure real-time audio/video communication. It allows applications to capture, playback, stream, encode/decode and encrypt audio and video flows. It also allows for advanced features such as audio mixing, handling multiple streams, participation in audio and video conferences.

#757768#12
Date:
2016-01-09 16:21:06 UTC
From:
To:
[Damian Minkov]

Hi, what is the status of getting libjitsi into Debian?

#757768#17
Date:
2016-01-10 01:40:56 UTC
From:
To:
I'm not aware of anybody working on it and there are no contributions
or volunteers of doing it. We will do it at some point, but we do not
have resources currently.

#757768#22
Date:
2016-01-10 08:20:09 UTC
From:
To:
[Damian Minkov]

Oh, that was sad to hear.

Where is the code and debian packaging used to upload the last upload,
and what was the message from the ftpmasters when it was rejected?  Is
there a git repo somewhere with the Debian packaging available?  Without
those key pieces of information, it will be impossible for volunteers to
provide help.

#757768#27
Date:
2016-01-10 15:38:55 UTC
From:
To:
We always tried to keep all the packaging in one place, the code of
the project. You can find everything in
https://github.com/jitsi/libjitsi. The problem for rejection was the
api used in jsip and its license, I know Ingo and Daniel Pocock had
done some work in that direction, but nothing is finished. Also there
were a lot of changes since the last submission, like license changed
from lgpl to apache, and there were few libraries that we created from
libjitsi code (the lgpl dependencies) and some new were added. Also
the project was mavenized. A lot of changes, which suppose a lot of
work.

#757768#32
Date:
2016-01-10 15:40:32 UTC
From:
To:
The debian folder is here:
https://github.com/jitsi/libjitsi/tree/master/resources/install, but
everything is build using the ant in the main folder. Some of the docs
maybe outdated due to the changes I've described previously.

#757768#37
Date:
2016-06-15 22:42:02 UTC
From:
To:
The licensing issues of jsip have been solved since.
c.f. #754447 and #698412

Ingo