Skip to content
Snippets Groups Projects
Unverified Commit 8ab6a8e8 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

opensuse: build qtmultimedia

some gstreamer plugins were missing causing jami-qt to not launch

Change-Id: Ib3b07344f6a9fc8b766541bb4e30143abc3df5b1
parent a810d5f8
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,10 @@ RUN zypper --non-interactive install -y \
xorg-* \
vulkan-devel \
ninja \
gstreamer-devel \
gstreamer-plugins-good \
gstreamer-plugins-bad-devel \
gstreamer-plugins-base-devel \
wget
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 50
......
%define name jami-libqt
%define version RELEASE_VERSION
%define release 4
%define release 5
# qtwebengine (aka chromium) takes a ton of memory per build process,
# up to 2.3 GiB. Cap the number of jobs based on the amount of
......
......@@ -46,7 +46,7 @@ CMAKE_PREFIX_PATH="${QT_JAMI_PREFIX}/lib/cmake:${CMAKE_PREFIX_PATH}"
QT_MAJOR=6
QT_MINOR=2
QT_PATCH=3
QT_RELEASE_PATCH=4
QT_RELEASE_PATCH=5
QT_MAJOR_MINOR=${QT_MAJOR}.${QT_MINOR}
QT_MAJOR_MINOR_PATCH=${QT_MAJOR}.${QT_MINOR}.${QT_PATCH}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment