- Jul 21, 2022
-
-
Jenkins authored
-
- Jul 19, 2022
-
-
Andreas Traczyk authored
- also uses the renamed build scripts for the client-qt project Change-Id: Ic2fd45555edfe8b670b35c494be5a2d38430b4cd
-
Sébastien Blin authored
Change-Id: Iffaadec7d93c96d3f6822fa1c6b5331227a02ef6
-
Sébastien Blin authored
Change-Id: I8197c33a17f063c761d8c81e916a4aba5545076c
-
- Jul 18, 2022
-
-
Sébastien Blin authored
some gstreamer plugins were missing causing jami-qt to not launch Change-Id: Ib3b07344f6a9fc8b766541bb4e30143abc3df5b1
-
- Jul 13, 2022
-
-
Jenkins authored
-
Change-Id: I27b88d85d49e9d8ec276017ba1f0d1611ab0b24c
-
- Jul 12, 2022
-
-
Amin Bandali authored
git-init may not create the hooks directory with the default sample hooks in some scenarios, for example if the user has set the init.templateDir configuration option in their global git config, and if that directory does not include a hooks subdirectory then no hooks directory will be created by git-init, including for clones and submodule initializations. Change-Id: I09ce586fd36d3db9224bbbeed5d7721d6635ea7b
-
- Jul 11, 2022
-
-
Sébastien Blin authored
Change-Id: I351d4c964967340277891b7e541e37615304f80c
-
Sébastien Blin authored
Change-Id: I351d4c964967340277891b7e541e37615304f80c
- Jul 05, 2022
-
-
jenkins authored
-
Sébastien Blin authored
Change-Id: I6ce71d7ecf2e97dbdc0a47be65249caff40028ba
-
Sébastien Blin authored
Change-Id: I351d4c964967340277891b7e541e37615304f80c
-
Sébastien Blin authored
-
Sébastien Blin authored
Change-Id: I6ce71d7ecf2e97dbdc0a47be65249caff40028ba
-
Sébastien Blin authored
Change-Id: I351d4c964967340277891b7e541e37615304f80c
-
- Jun 30, 2022
-
-
jenkins authored
-
Sébastien Blin authored
Change-Id: I351d4c964967340277891b7e541e37615304f80c
-
- Jun 29, 2022
-
-
Amin Bandali authored
This check was added in 5ec47bc3 about two years ago when client-qt was just beginning to be ported to GNU/Linux and could not be readily/easily built on GNU/Linux systems. This removal should also fix/avoid the recently-introduced logic bug that broke --distribution=android. Change-Id: Ia9ab9e37b9d9cfd2f7a2a57931bbd5bf6f4d56bb
-
jenkins authored
-
Sébastien Blin authored
Change-Id: I351d4c964967340277891b7e541e37615304f80c
-
Sébastien Blin authored
-
Sébastien Blin authored
Change-Id: Ic78bc67b2f6235fd488635253f0c07f8eeeca960
-
Sébastien Blin authored
Change-Id: I6ed853814f1f7f12572a1e56abc6e83aed4ca82f
-
- Jun 23, 2022
-
-
For both deb and rpm make jami-libclient a transitional package that does not have any dependencies and that the user can safely remove. The jami-libclient package can then be dropped later into the future; perhaps in a year or so from now. Change-Id: I53d7cb89a40282acec7b4b0aa7930b1a52835a1b
-
- Jun 20, 2022
-
-
Tobias Hildebrandt authored
ignore files that contain a C++ extension somewhere in their filename but end with a different extension Change-Id: Icbac5ace9d6e0eb4f7386751cb565e16045f97f4
-
- Jun 17, 2022
-
-
Sébastien Blin authored
As Qt 6.2.5 is for september, patch it before. Upstream bug: https://bugreports.qt.io/browse/QTBUG-101201 jami-client-qt#695 Change-Id: I946b062a3bc7d8e6907758e5799c0ef8668ac641
-
- Jun 15, 2022
-
- Jun 08, 2022
-
-
Amin Bandali authored
This patch targets GNU/Linux; macOS and Windows to be handled later. Change-Id: I20581f8c1c345b087b117ce4441cb145b6e6e01d
-
- Jun 07, 2022
-
- Jun 06, 2022
-
-
Aline Gondim Santos authored
Change-Id: I3a87ac3c2c506dd8d73fa76392e4587ec823a7ea
-
- Jun 04, 2022
-
- Jun 03, 2022
-
-
Jenkins authored
-
- May 28, 2022
-
- May 18, 2022
-
-
disable -y by default Change-Id: I6befd8564fc4334dae398d32d54d3871bd19b717
-
Amin Bandali authored
* build.py (QT5_VERSION): (write_qt_conf): Remove (vestigial and not used anymore). (PACMAN_BASED_DISTROS): Add parabola. (ZYPPER_DEPENDENCIES): (ZYPPER_CLIENT_QT_DEPENDENCIES): (DNF_DEPENDENCIES): (DNF_CLIENT_QT_DEPENDENCIES): (APT_DEPENDENCIES): (APT_CLIENT_QT_DEPENDENCIES): (PACMAN_DEPENDENCIES): (PACMAN_CLIENT_QT_DEPENDENCIES): (OSX_DEPENDENCIES): (OSX_DEPENDENCIES_UNLINK): Update dependency list for Qt 6, and move lrc dependencies into client dependency lists. (ZYPPER_QT_WEBENGINE): (DNF_QT_WEBENGINE): (APT_QT_WEBENGINE): (PACMAN_QT_WEBENGINE): Move Qt WebEngine pacakge(s) into separate list, so that they can be conditionally included or excluded. (run_dependencies): Install daemon dependencies earlier than and separately from lrc and client dependencies, mainly so that the installation of daemon dependencies could still succeed on distros that don't currently have Qt 6 packaged. (run_dependencies): (run_install): (run_uninstall): (run_run): (main) (parse_args): Add new --gnome switch, only use client-gnome when this switch is given. Add new --macos switch, only use client-macos when this switch is given. Otherwise, default to using client-qt. Add new --no-webengine switch, disable using Qt WebEngine when this switch is given. Remove vestigial --qtver switch not used anymore. Also, replace a few mentions of "Ring" with "Jami" in strings. (validate_args): Test for minimum version of Windows 10 and do not require an exact match/equality. * scripts/build-windows.py (build_lrc): (build_client): (parsed_args): Remove vestigial and unneeded --qtver switch and its corresponding variable. Both make-lrc.py and make-client.py scripts in their corresponding repositories have an up-to-date default Qt version number, and specifying the version from this script is both unnecessary and defeats their purpose. * scripts/install.sh (QT6_MIN_VER): Rename to QT_MIN_VER. (qt6ver): Remove, not used anymore. (qt6path): Rename to qtpath. (sys_qt6ver): Rename to sys_qtver. (installed_qt6ver): Rename to installed_qtver. (required_qt6ver): Rename to required_qtver. (enable_webengine): New variable for tracking whether or not to use Qt WebEngine. Defaults to true. (getopts): Add w option; when given, set enable_webengine to false. (client_cmake_flags): Set -DWITH_WEBENGINE="${enable_webengine}". Note: as of the time of this commit, QLibraryInfo from the qt6-base package in Debian (and Ubuntu) currently has path issues and returns wrong paths, stemming from '/lib' being a symlink. This leads to "Qt WebEngine resources not found" errors as the WebEngine tries to find its needed resources at a wrong location '/share/qt6/resources'. The issue has already been reported by others and a proposed patch to fix it by disabling Qt's relocatable feature is pending review: https://bugs.launchpad.net/ubuntu/+source/qt6-base/+bug/1970057 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010575 In the mean time, using './build.py --install --no-webengine' to build Jami without Qt WebEngine works. Alternatively, using a custom build of Qt (such as our libqt-jami) that does not suffer from this issue would also work, using './build.py --install --qt=/usr/lib/libqt-jami' where '/usr/lib/libqt-jami' should be the prefix directory where the custom Qt build is installed. GitLab: #1434 Change-Id: Ie053522de19b33871a1082ce46f3d36380a8b5aa
-
- May 16, 2022
-
-
jenkins authored
-
Sébastien Blin authored
Change-Id: Ib005955e44a38cf6186bba9ea1acaff9454bcdbc
-