Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
172
Issues
172
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-project
Commits
6d77189d
Commit
6d77189d
authored
Sep 24, 2018
by
Philippe Gorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: clean up dependencies
Change-Id: Iadf6e9463e04b169af01a24eb37caaf0a715a54f
parent
65279541
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
make-ring.py
make-ring.py
+9
-8
No files found.
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'
,
'libg
sm1-dev'
,
'libg
tk-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'
,
'g
sm'
,
'g
tk3'
,
'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
Markdown
is supported
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