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
6d77189d
Commit
6d77189d
authored
Sep 24, 2018
by
Philippe Gorley
Browse files
build: clean up dependencies
Change-Id: Iadf6e9463e04b169af01a24eb37caaf0a715a54f
parent
65279541
Changes
1
Hide whitespace changes
Inline
Side-by-side
make-ring.py
View file @
6d77189d
...
...
@@ -70,14 +70,15 @@ ZYPPER_INSTALL_SCRIPT = [
ZYPPER_DEPENDENCIES
=
[
# build system
'autoconf'
,
'autoconf-archive'
,
'automake'
,
'cmake'
,
'patch'
,
'gcc-c++'
,
'libtool'
,
'autoconf'
,
'autoconf-archive'
,
'automake'
,
'cmake'
,
'patch'
,
'gcc-c++'
,
'libtool'
,
'which'
,
# contrib dependencies
'curl'
,
'gzip'
,
'bzip2'
,
# daemon
'speexdsp-devel'
,
'speex-devel'
,
'libdbus-c++-devel'
,
'jsoncpp-devel'
,
'yaml-cpp-devel'
,
'libupnp-devel'
,
'boost-devel'
,
'yasm'
,
'libuuid-devel'
,
'libnettle-devel'
,
'libopus-devel'
,
'libgnutls-devel'
,
'msgpack-devel'
,
'libavcodec-devel'
,
'libavdevice-devel'
,
'pcre-devel'
,
'libogg-devel'
,
'libvorbis-devel'
,
'flac-devel'
,
'libgsm-devel'
,
'alsa-devel'
,
'libpulse-devel'
,
'libudev-devel'
,
'libva-devel'
,
'libvdpau-devel'
,
'libopenssl-devel'
,
'libupnp-devel'
,
'yasm'
,
'libuuid-devel'
,
'libnettle-devel'
,
'libopus-devel'
,
'libgnutls-devel'
,
'msgpack-devel'
,
'libavcodec-devel'
,
'libavdevice-devel'
,
'pcre-devel'
,
'alsa-devel'
,
'libpulse-devel'
,
'libudev-devel'
,
'libva-devel'
,
'libvdpau-devel'
,
'libopenssl-devel'
,
# lrc
'libQt5Core-devel'
,
'libQt5DBus-devel'
,
'libqt5-linguist-devel'
,
# gnome client
...
...
@@ -122,7 +123,7 @@ APT_DEPENDENCIES = [
'libavdevice-dev'
,
'libavformat-dev'
,
'libboost-dev'
,
'libclutter-gtk-1.0-dev'
,
'libcppunit-dev'
,
'libdbus-1-dev'
,
'libdbus-c++-dev'
,
'libebook1.2-dev'
,
'libexpat1-dev'
,
'libgnutls28-dev'
,
'libgsm1-dev'
,
'libgtk-3-dev'
,
'libjack-dev'
,
'libnotify-dev'
,
'libgtk-3-dev'
,
'libjack-dev'
,
'libnotify-dev'
,
'libopus-dev'
,
'libpcre3-dev'
,
'libpulse-dev'
,
'libssl-dev'
,
'libspeex-dev'
,
'libspeexdsp-dev'
,
'libswscale-dev'
,
'libtool'
,
'libudev-dev'
,
'libupnp-dev'
,
'libyaml-cpp-dev'
,
'qtbase5-dev'
,
'libqt5sql5-sqlite'
,
'sip-tester'
,
'swig'
,
...
...
@@ -133,7 +134,7 @@ APT_DEPENDENCIES = [
PACMAN_DEPENDENCIES
=
[
'autoconf'
,
'autoconf-archive'
,
'gettext'
,
'cmake'
,
'dbus'
,
'doxygen'
,
'gcc'
,
'gnome-icon-theme-symbolic'
,
'ffmpeg'
,
'boost'
,
'clutter-gtk'
,
'cppunit'
,
'libdbus'
,
'dbus-c++'
,
'libe-book'
,
'expat'
,
'gsm'
,
'gtk3'
,
'jack'
,
'libnotify'
,
'opus'
,
'pcre'
,
'libpulse'
,
'expat'
,
'gtk3'
,
'jack'
,
'libnotify'
,
'opus'
,
'pcre'
,
'libpulse'
,
'speex'
,
'speexdsp'
,
'libtool'
,
'libupnp'
,
'yaml-cpp'
,
'qt5-base'
,
'swig'
,
'yasm'
,
'qrencode'
,
'evolution-data-server'
,
'make'
,
'patch'
,
'pkg-config'
,
'automake'
,
'libva'
,
'webkit2gtk'
,
'libnm'
,
'libvdpau'
,
'libcanbera'
,
'openssl'
...
...
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