Add mesa-va-gallium package for AMD transcoding

This commit is contained in:
TheSpad 2023-10-16 19:41:31 +01:00
parent db22463cf7
commit ee89977dff
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 3 additions and 2 deletions

View File

@ -179,11 +179,11 @@ RUN \
libva \
libva-intel-driver \
intel-media-driver \
mesa \
libvpx \
libxml2 \
libxslt \
linux-headers \
mesa-va-gallium \
opus \
pcre2 \
perl \

View File

@ -178,11 +178,11 @@ RUN \
libdvbcsa \
libhdhomerun-libs \
libva \
mesa \
libvpx \
libxml2 \
libxslt \
linux-headers \
mesa-va-gallium \
opus \
pcre2 \
perl \

View File

@ -123,6 +123,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "16.10.23:", desc: "Add mesa-va-gallium package for AMD transcoding." }
- { date: "20.09.23:", desc: "Add perl-json-xs package." }
- { date: "18.05.23:", desc: "Install XMLTV from Alpine repos." }
- { date: "18.05.23:", desc: "Rebase to Alpine 3.18." }