Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e57589c

Browse files
authored
Merge pull request linuxserver#61 from linuxserver/6.1.1
bump ffmpeg to 6.1.1, bump other deps
2 parents 741fe79 + 2cbd377 commit e57589c

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

.github/workflows/external_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_FFMPEG_MASTER\". ****"
2121
echo "External trigger running off of master branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_FFMPEG_MASTER\`" >> $GITHUB_STEP_SUMMARY
2222
echo "**** Retrieving external version ****"
23-
EXT_RELEASE=$(echo 6.1-cli)
23+
EXT_RELEASE=$(echo 6.1.1-cli)
2424
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
2525
echo "**** Can't retrieve external version, exiting ****"
2626
FAILURE_REASON="Can't retrieve external version for ffmpeg branch master"

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ENV \
1313

1414
# versions
1515
ENV \
16-
AOM=v3.8.0 \
16+
AOM=v3.8.1 \
1717
FDKAAC=2.0.3 \
18-
FFMPEG_HARD=6.1 \
19-
FONTCONFIG=2.14.2 \
18+
FFMPEG_HARD=6.1.1 \
19+
FONTCONFIG=2.15.0 \
2020
FREETYPE=2.13.2 \
2121
FRIBIDI=1.0.13 \
2222
GMMLIB=22.3.15 \
@@ -27,7 +27,7 @@ ENV \
2727
LIBDOVI=2.1.0 \
2828
LIBDRM=2.4.120 \
2929
LIBMFX=22.5.4 \
30-
LIBPLACEBO=6.338.1 \
30+
LIBPLACEBO=6.338.2 \
3131
LIBVA=2.20.0 \
3232
LIBVDPAU=1.5 \
3333
LIBVIDSTAB=1.1.1 \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ENV \
1313

1414
# versions
1515
ENV \
16-
AOM=v3.8.0 \
16+
AOM=v3.8.1 \
1717
FDKAAC=2.0.3 \
18-
FFMPEG_HARD=6.1 \
18+
FFMPEG_HARD=6.1.1 \
1919
FREETYPE=2.13.2 \
2020
FRIBIDI=1.0.13 \
2121
KVAZAAR=2.2.0 \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pipeline {
108108
steps{
109109
script{
110110
env.EXT_RELEASE = sh(
111-
script: ''' echo 6.1-cli ''',
111+
script: ''' echo 6.1.1-cli ''',
112112
returnStdout: true).trim()
113113
env.RELEASE_LINK = 'custom_command'
114114
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
173173

174174
## Versions
175175

176+
* **09.02.24:** - Bump ffmpeg to 6.1.1, bump other deps.
176177
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
177178
* **01.02.24:** - Bump Mesa to v24.
178179
* **21.01.24:** - Add alsa support.

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# jenkins variables
44
project_name: docker-ffmpeg
55
external_type: na
6-
custom_version_command: "echo 6.1-cli"
6+
custom_version_command: "echo 6.1.1-cli"
77
release_type: stable
88
release_tag: latest
99
ls_branch: master

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ full_custom_readme: |
177177
178178
## Versions
179179
180+
* **09.02.24:** - Bump ffmpeg to 6.1.1, bump other deps.
180181
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
181182
* **01.02.24:** - Bump Mesa to v24.
182183
* **21.01.24:** - Add alsa support.

0 commit comments

Comments
 (0)