Skip to content

Commit

Permalink
Add Qt Multimedia dependency to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed Jan 26, 2023
1 parent 7b102b9 commit 324dac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .docker/qgis3-qt5-build-deps.dockerfile
Expand Up @@ -37,6 +37,8 @@ RUN apt-get update \
libqt5concurrent5 \
libqt5keychain1 \
libqt5positioning5 \
libqt5multimedia5 \
libqt5multimediawidgets5 \
libqt5qml5 \
libqt5quick5 \
libqt5quickcontrols2-5 \
Expand Down Expand Up @@ -68,6 +70,7 @@ RUN apt-get update \
python3-pyqt5.qtsvg \
python3-pyqt5.qtwebkit \
python3-pyqt5.qtpositioning \
python3-pyqt5.qtmultimedia \
python3-sip \
python3-termcolor \
python3-yaml \
Expand Down Expand Up @@ -208,6 +211,7 @@ RUN apt-get update \
qtbase5-dev \
qtdeclarative5-dev-tools \
qtpositioning5-dev \
qtmultimedia5-dev \
qttools5-dev \
qttools5-dev-tools \
qtbase5-private-dev \
Expand Down
1 change: 1 addition & 0 deletions .docker/qgis3-qt6-build-deps.dockerfile
Expand Up @@ -44,6 +44,7 @@ RUN dnf -y --refresh install \
qt6-qtpositioning-devel \
qt6-qtdeclarative-devel \
qt6-qt5compat-devel \
qt6-qtmultimedia-devel \
spatialindex-devel \
sqlite-devel \
unzip \
Expand Down

1 comment on commit 324dac1

@nirvn
Copy link
Contributor Author

@nirvn nirvn commented on 324dac1 Jan 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jef-n , FYI, as of this commit QGIS gui has two extra dependencies: QtMultimedia (as well as QtMultimediaWidgets). I suspect you'll need to add those somewhere in the osgeo4w standalone builds.

Please sign in to comment.