Skip to content

Commit 846429f

Browse files
committed
Update shotcut-build to Qt 6.10.1
1 parent 6fd48f5 commit 846429f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
## Build Shotcut for Linux
1313

14-
docker build --rm -t mltframework/shotcut-build:qt6.8.3-ubuntu22.04 docker/shotcut-build
14+
docker build --rm -t mltframework/shotcut-build:qt6.10.1-ubuntu22.04 docker/shotcut-build
1515
mkdir work; cd work
1616
wget --no-check-certificate https://raw.githubusercontent.com/mltframework/shotcut/master/scripts/build-shotcut.sh
17-
docker run -it --rm -v "$PWD":/root/shotcut mltframework/shotcut-build:qt6.8.3-ubuntu22.04 ./build-shotcut.sh
17+
docker run -it --rm -v "$PWD":/root/shotcut mltframework/shotcut-build:qt6.10.1-ubuntu22.04 ./build-shotcut.sh
1818

1919
Artifacts will be in work.

docker/shotcut-build/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ RUN apt-get update -qq && \
1717
apt-transport-https ca-certificates gnupg software-properties-common \
1818
libdouble-conversion-dev va-driver-all libxcb-xinerama0 libxcb-icccm4 \
1919
libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-cursor0 libxcb-shape0 \
20-
liblist-moreutils-perl cmake clang-15 curl g++-12 libgomp1 meson s3cmd
20+
liblist-moreutils-perl cmake clang-15 curl g++-12 libgomp1 meson s3cmd \
21+
libvulkan-dev glslang-dev
2122

2223
WORKDIR /root/Qt
23-
RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.8.3-ubuntu22.04-x86_64.txz && \
24-
tar -xJf qt-6.8.3-ubuntu22.04-x86_64.txz && \
25-
rm qt-6.8.3-ubuntu22.04-x86_64.txz
24+
RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.10.1-ubuntu22.04-x86_64.txz && \
25+
tar -xJf qt-6.10.1-ubuntu22.04-x86_64.txz && \
26+
rm qt-6.10.1-ubuntu22.04-x86_64.txz
2627

2728
WORKDIR /root/shotcut
2829
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)