Skip to content
Snippets Groups Projects
Commit 6f9d0bf1 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 8ee93174 1a3fd043
Branches
Tags android/20180930_beta
No related merge requests found
client-android @ bb53c88c
Subproject commit 61441225a41cf5c1ad36021f450e330f9b28603e Subproject commit bb53c88c789b67fc82ba5c81d1bef39433247fd2
daemon @ f2689692
Subproject commit 9630c15e27123e40794bd5e0eeaf51e828732091 Subproject commit f268969295616fc9f82f399d12c2cc70d9a6bac1
...@@ -54,30 +54,31 @@ BREW_INSTALL_SCRIPT = [ ...@@ -54,30 +54,31 @@ BREW_INSTALL_SCRIPT = [
] ]
RPM_INSTALL_SCRIPT = [ RPM_INSTALL_SCRIPT = [
'sudo dnf update', 'dnf update',
'sudo dnf install -y %(packages)s' 'dnf install -y %(packages)s'
] ]
PACMAN_INSTALL_SCRIPT = [ PACMAN_INSTALL_SCRIPT = [
'sudo pacman -Sy', 'pacman -Sy',
'sudo pacman -S %(packages)s' 'pacman -S %(packages)s'
] ]
ZYPPER_INSTALL_SCRIPT = [ ZYPPER_INSTALL_SCRIPT = [
'sudo zypper update', 'zypper update',
'sudo zypper install -y %(packages)s' 'zypper install -y %(packages)s'
] ]
ZYPPER_DEPENDENCIES = [ ZYPPER_DEPENDENCIES = [
# build system # 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 # daemon
'speexdsp-devel', 'speex-devel', 'libdbus-c++-devel', 'jsoncpp-devel', 'yaml-cpp-devel', 'speexdsp-devel', 'speex-devel', 'libdbus-c++-devel', 'jsoncpp-devel', 'yaml-cpp-devel',
'libupnp-devel', 'boost-devel', 'yasm', 'libuuid-devel', 'libnettle-devel', 'libupnp-devel', 'yasm', 'libuuid-devel', 'libnettle-devel', 'libopus-devel',
'libopus-devel', 'libgnutls-devel', 'msgpack-devel', 'libavcodec-devel', 'libgnutls-devel', 'msgpack-devel', 'libavcodec-devel', 'libavdevice-devel', 'pcre-devel',
'libavdevice-devel', 'pcre-devel', 'libogg-devel', 'libvorbis-devel', 'flac-devel', 'alsa-devel', 'libpulse-devel', 'libudev-devel', 'libva-devel', 'libvdpau-devel',
'libgsm-devel', 'alsa-devel', 'libpulse-devel', 'libudev-devel', 'libva-devel', 'libopenssl-devel',
'libvdpau-devel', 'libopenssl-devel',
# lrc # lrc
'libQt5Core-devel', 'libQt5DBus-devel', 'libqt5-linguist-devel', 'libQt5Core-devel', 'libQt5DBus-devel', 'libqt5-linguist-devel',
# gnome client # gnome client
...@@ -122,7 +123,7 @@ APT_DEPENDENCIES = [ ...@@ -122,7 +123,7 @@ APT_DEPENDENCIES = [
'libavdevice-dev', 'libavformat-dev', 'libboost-dev', 'libavdevice-dev', 'libavformat-dev', 'libboost-dev',
'libclutter-gtk-1.0-dev', 'libcppunit-dev', 'libdbus-1-dev', 'libclutter-gtk-1.0-dev', 'libcppunit-dev', 'libdbus-1-dev',
'libdbus-c++-dev', 'libebook1.2-dev', 'libexpat1-dev', 'libgnutls28-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', 'libopus-dev', 'libpcre3-dev', 'libpulse-dev', 'libssl-dev',
'libspeex-dev', 'libspeexdsp-dev', 'libswscale-dev', 'libtool', 'libspeex-dev', 'libspeexdsp-dev', 'libswscale-dev', 'libtool',
'libudev-dev', 'libupnp-dev', 'libyaml-cpp-dev', 'qtbase5-dev', 'libqt5sql5-sqlite', 'sip-tester', 'swig', 'libudev-dev', 'libupnp-dev', 'libyaml-cpp-dev', 'qtbase5-dev', 'libqt5sql5-sqlite', 'sip-tester', 'swig',
...@@ -133,7 +134,7 @@ APT_DEPENDENCIES = [ ...@@ -133,7 +134,7 @@ APT_DEPENDENCIES = [
PACMAN_DEPENDENCIES = [ PACMAN_DEPENDENCIES = [
'autoconf', 'autoconf-archive', 'gettext', 'cmake', 'dbus', 'doxygen', 'gcc', 'gnome-icon-theme-symbolic', 'autoconf', 'autoconf-archive', 'gettext', 'cmake', 'dbus', 'doxygen', 'gcc', 'gnome-icon-theme-symbolic',
'ffmpeg', 'boost', 'clutter-gtk', 'cppunit', 'libdbus', 'dbus-c++', 'libe-book', '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', 'speex', 'speexdsp', 'libtool', 'libupnp', 'yaml-cpp', 'qt5-base',
'swig', 'yasm', 'qrencode', 'evolution-data-server', 'make', 'patch', 'pkg-config', 'swig', 'yasm', 'qrencode', 'evolution-data-server', 'make', 'patch', 'pkg-config',
'automake', 'libva', 'webkit2gtk', 'libnm', 'libvdpau', 'libcanbera', 'openssl' 'automake', 'libva', 'webkit2gtk', 'libnm', 'libvdpau', 'libcanbera', 'openssl'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment