Skip to content

Commit

Permalink
update various libs
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Oct 6, 2023
1 parent 23de386 commit 42ecf13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@ ENV \

# versions
ENV \
AOM=v3.6.1 \
AOM=v3.7.0 \
FDKAAC=2.0.2 \
FFMPEG_HARD=6.0 \
FONTCONFIG=2.14.2 \
FREETYPE=2.12.1 \
FREETYPE=2.13.2 \
FRIBIDI=1.0.13 \
GMMLIB=22.3.5 \
IHD=23.1.6 \
GMMLIB=22.3.7 \
IHD=23.2.4 \
KVAZAAR=2.2.0 \
LAME=3.100 \
LIBASS=0.17.1 \
LIBDRM=2.4.115 \
LIBDRM=2.4.116 \
LIBMFX=22.5.4 \
LIBVA=2.18.0 \
LIBVA=2.19.0 \
LIBVDPAU=1.5 \
LIBVIDSTAB=1.1.1 \
LIBVMAF=2.3.1 \
LIBVPL=2023.3.0 \
LIBVPL=2023.3.1 \
NVCODEC=n12.0.16.0 \
OGG=1.3.5 \
ONEVPL=23.1.5 \
ONEVPL=23.2.4 \
OPENCOREAMR=0.1.6 \
OPENJPEG=2.5.0 \
OPUS=1.3.1 \
THEORA=1.1.1 \
VORBIS=1.3.7 \
VPX=1.13.0 \
WEBP=1.3.1 \
VPX=1.13.1 \
WEBP=1.3.2 \
X265=3.5 \
XVID=1.3.7

Expand Down
12 changes: 6 additions & 6 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ ENV \

# versions
ENV \
AOM=v3.6.1 \
AOM=v3.7.0 \
FDKAAC=2.0.2 \
FFMPEG_HARD=6.0 \
FREETYPE=2.12.1 \
FREETYPE=2.13.2 \
FRIBIDI=1.0.13 \
KVAZAAR=2.2.0 \
LAME=3.100 \
LIBASS=0.17.1 \
LIBDRM=2.4.115 \
LIBVA=2.18.0 \
LIBDRM=2.4.116 \
LIBVA=2.19.0 \
LIBVDPAU=1.5 \
LIBVIDSTAB=1.1.1 \
NVCODEC=n12.0.16.0 \
Expand All @@ -32,8 +32,8 @@ ENV \
OPUS=1.3.1 \
THEORA=1.1.1 \
VORBIS=1.3.7 \
VPX=1.13.0 \
WEBP=1.3.1 \
VPX=1.13.1 \
WEBP=1.3.2 \
X265=master \
XVID=1.3.7
# x265 aarch64 build fixes not in a release yet https://bitbucket.org/multicoreware/x265_git/issues/604/linux-arm-aarch64-build-failing-for-high
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ full_custom_readme: |
## Versions
* **05.10.23:** - Update various libraries.
* **16.08.23:** - Added support for WebP formats.
* **11.08.23:** - Add optional i965 driver for gen5+ support.
* **14.06.23:** - Switch to latest iHD for Intel, add qsv support.
Expand Down

0 comments on commit 42ecf13

Please sign in to comment.