Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
a5812c28
Commit
a5812c28
authored
May 02, 2016
by
Edric Milaret
Committed by
gerrit2
May 03, 2016
Browse files
remove java as a ring dependency
Change-Id: Ifc4f3fe8a4477290fb05274253f7e79bbb3dae69
parent
a2de704b
Changes
1
Hide whitespace changes
Inline
Side-by-side
make-ring.py
View file @
a5812c28
...
...
@@ -47,7 +47,7 @@ FEDORA_DEPENDENCIES = [
'speex-devel'
,
'chrpath'
,
'check'
,
'astyle'
,
'uuid-c++-devel'
,
'gettext-devel'
,
'gcc-c++'
,
'which'
,
'alsa-lib-devel'
,
'systemd-devel'
,
'libuuid-devel'
,
'uuid-devel'
,
'gnutls-devel'
,
'nettle-devel'
,
'opus-devel'
,
'speexdsp-devel'
,
'yaml-cpp-devel'
,
'java-1.8.0-openjdk'
,
'qt5-qtbase-devel'
,
'swig'
,
'yaml-cpp-devel'
,
'qt5-qtbase-devel'
,
'swig'
,
]
UBUNTU_DEPENDENCIES
=
[
...
...
@@ -60,7 +60,7 @@ UBUNTU_DEPENDENCIES = [
'libopus-dev'
,
'libpcre3-dev'
,
'libpulse-dev'
,
'libsamplerate0-dev'
,
'libsndfile1-dev'
,
'libspeex-dev'
,
'libspeexdsp-dev'
,
'libsrtp-dev'
,
'libswscale-dev'
,
'libtool'
,
'libudev-dev'
,
'libupnp-dev'
,
'libyaml-cpp-dev'
,
'openjdk-7-jdk'
,
'qtbase5-dev'
,
'sip-tester'
,
'swig'
,
'libyaml-cpp-dev'
,
'qtbase5-dev'
,
'sip-tester'
,
'swig'
,
'uuid-dev'
,
'yasm'
]
...
...
@@ -74,7 +74,7 @@ DEBIAN_DEPENDENCIES = [
'libgtk-3-dev'
,
'libjack-dev'
,
'libnotify-dev'
,
'libopus-dev'
,
'libpcre3-dev'
,
'libpulse-dev'
,
'libsamplerate0-dev'
,
'libsndfile1-dev'
,
'libspeex-dev'
,
'libspeexdsp-dev'
,
'libswscale-dev'
,
'libtool'
,
'libudev-dev'
,
'libupnp-dev'
,
'libyaml-cpp-dev'
,
'openjdk-7-jdk'
,
'libudev-dev'
,
'libupnp-dev'
,
'libyaml-cpp-dev'
,
'qtbase5-dev'
,
'sip-tester'
,
'swig'
,
'uuid-dev'
,
'yasm'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment