Skip to content

Commit 569458f

Browse files
committed
Update shotcut-build to Qt 6.10.3
1 parent b2f336a commit 569458f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/shotcut-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
with:
3030
context: "{{defaultContext}}:docker/shotcut-build"
3131
push: true
32-
tags: mltframework/shotcut-build:qt6.10.1-ubuntu22.04
32+
tags: mltframework/shotcut-build:qt6.10.3-ubuntu22.04

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.10.1-ubuntu22.04 docker/shotcut-build
14+
docker build --rm -t mltframework/shotcut-build:qt6.10.3-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.10.1-ubuntu22.04 ./build-shotcut.sh
17+
docker run -it --rm -v "$PWD":/root/shotcut mltframework/shotcut-build:qt6.10.3-ubuntu22.04 ./build-shotcut.sh
1818

1919
Artifacts will be in work.

docker/shotcut-build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ RUN apt-get update -qq && \
2121
libvulkan-dev glslang-dev
2222

2323
WORKDIR /root/Qt
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
24+
RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.10.3-ubuntu22.04-x86_64.txz && \
25+
tar -xJf qt-6.10.3-ubuntu22.04-x86_64.txz && \
26+
rm qt-6.10.3-ubuntu22.04-x86_64.txz
2727

2828
WORKDIR /root/shotcut
2929
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)