Merge pull request #57 from linuxserver/mesa24

bump Mesa to v24
This commit is contained in:
aptalca 2024-02-01 15:33:48 -05:00 committed by GitHub
commit 34b08b79ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,7 @@ ENV \
LIBVIDSTAB=1.1.1 \
LIBVMAF=3.0.0 \
LIBVPL=2.10.1 \
MESA=23.3.3 \
MESA=24.0.0 \
NVCODEC=n12.1.14.0 \
OGG=1.3.5 \
ONEVPL=23.4.3 \
@ -319,7 +319,7 @@ RUN \
meson setup \
-Dprefix="/usr/local" \
-Dbuildtype=release \
-Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
-Dvideo-codecs=all \
builddir/ && \
meson compile -C builddir/ && \
meson install -C builddir/

View File

@ -173,6 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **01.02.24:** - Bump Mesa to v24.
* **21.01.24:** - Add alsa support.
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.
* **01.01.24:** - Add rav1e support. Bump libaom, fdkaac, libdrm, libvmaf, libvpl, mesa and svt-av1.

View File

@ -177,6 +177,7 @@ full_custom_readme: |
## Versions
* **01.02.24:** - Bump Mesa to v24.
* **21.01.24:** - Add alsa support.
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.
* **01.01.24:** - Add rav1e support. Bump libaom, fdkaac, libdrm, libvmaf, libvpl, mesa and svt-av1.