mirror of https://github.com/sipwise/jitsi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
3.9 KiB
120 lines
3.9 KiB
Source: _PACKAGE_NAME_
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Jitsi Team <dev@jitsi.org>
|
|
Uploaders: Emil Ivov <emcho@jitsi.org>, Damian Minkov <damencho@jitsi.org>
|
|
Homepage: _APP_WEB_
|
|
Build-Depends: debhelper (>= 9), javahelper,
|
|
dpkg-dev (>= 1.16.1),
|
|
default-jdk,
|
|
ant,
|
|
ant-optional,
|
|
ant-contrib-cpptasks,
|
|
ant-contrib,
|
|
libjitsi,
|
|
libjitsi-jni,
|
|
libxpp3-java,
|
|
libjzlib-java,
|
|
libbcprov-java,
|
|
libbcpkix-java,
|
|
libweupnp-java,
|
|
libjna-java,
|
|
libcommons-codec-java,
|
|
libcommons-lang3-java,
|
|
liblog4j1.2-java,
|
|
libjgoodies-forms-java,
|
|
libjmdns-java,
|
|
libdnsjava-java,
|
|
libmac-widgets-java,
|
|
libfelix-main-java,
|
|
libfelix-framework-java,
|
|
junit,
|
|
libcommons-logging-java,
|
|
liblaf-widget-java,
|
|
libhttpcore-java,
|
|
libhttpmime-java,
|
|
libhttpclient-java,
|
|
libjson-simple-java (>= 1.1.1),
|
|
libdbus-java,
|
|
libeasymock-java,
|
|
libxt-dev,
|
|
libxtst-dev,
|
|
libxv-dev,
|
|
libdbus-1-dev,
|
|
libunbound-dev,
|
|
libxss-dev,
|
|
libgtk2.0-dev,
|
|
libglib2.0-dev,
|
|
libguava-java,
|
|
libhsqldb-java,
|
|
glassfish-activation,
|
|
glassfish-mail,
|
|
libjcalendar-java,
|
|
libphonenumber6-java,
|
|
libslf4j-java
|
|
Standards-Version: 3.9.5
|
|
|
|
Package: _PACKAGE_NAME_
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
_PACKAGE_NAME_-jni (>= ${source:Version}),
|
|
_PACKAGE_NAME_-common (>= ${source:Version}),
|
|
libjitsi (>= 415-0),
|
|
libjitsi-jni (>= 415-0),
|
|
default-jre | java6-runtime,
|
|
libunixsocket-java,
|
|
libhttpcore-java,
|
|
liblog4j1.2-java,
|
|
libjmdns-java,
|
|
libmac-widgets-java,
|
|
libfelix-main-java,
|
|
libfelix-framework-java,
|
|
libhttpclient-java,
|
|
libhttpmime-java,
|
|
libcommons-logging-java,
|
|
libcommons-codec-java,
|
|
libcommons-lang3-java,
|
|
liblaf-widget-java,
|
|
libdbus-java,
|
|
libbcprov-java,
|
|
libweupnp-java,
|
|
libjna-java,
|
|
libjgoodies-forms-java,
|
|
libguava-java,
|
|
libhsqldb-java,
|
|
libjson-simple-java (>= 1.1.1),
|
|
libjcalendar-java,
|
|
libphonenumber6-java,
|
|
libslf4j-java
|
|
Recommends: ${java:Recommends}
|
|
Description: VoIP and Instant Messaging client
|
|
_APP_NAME_ is an application that allows you to do audio/video
|
|
conversations over the Internet through the SIP and XMPP/Jabber protocol,
|
|
as well as chat with your friends using some of the most popular instant
|
|
messaging protocols such as SIP/SIMPLE, XMPP/Jabber, AIM/ICQ, Yahoo and others.
|
|
|
|
Package: _PACKAGE_NAME_-jni
|
|
Replaces: libjitsi-jni (<< 415)
|
|
Section: libs
|
|
Architecture: amd64 i386
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: _APP_NAME_ JNI library
|
|
These are the jni bindings for _APP_NAME_ the Java VoIP
|
|
and Instant Messaging client. Libraries to access audio and video devices.
|
|
Native binaries used to render the video and detect network configuration
|
|
changes. Binaries for audio codecs like opus and g722. Global shortcuts,
|
|
notifications and hid devices control.
|
|
|
|
Package: _PACKAGE_NAME_-common
|
|
Section: libs
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
|
libdnsjava-java,
|
|
libxpp3-java,
|
|
libjzlib-java,
|
|
libbcpkix-java
|
|
Description: _APP_NAME_ common bundles
|
|
These are the common files for _APP_NAME_ the Java VoIP
|
|
and Instant Messaging client. Bundles that are reused by others like
|
|
jitsi-videobridge.
|