Skip to content

Commit

Permalink
Ubuntu 22.04では、依存パッケージとしてlibmfxgen1とlibmfx-gen1.2のどちらも許容するように。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed May 2, 2023
1 parent cda46f5 commit b89040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -e /etc/lsb-release ]; then
PACKAGE_DEPENDS="${PACKAGE_DEPENDS},libavcodec58,libavutil56,libavformat58,libswresample3,libavfilter7,libavdevice58,libass9"
elif [ "${PACKAGE_OS_CODENAME}" = "jammy" ]; then
PACKAGE_DEPENDS="libc6(>=2.29),libstdc++6(>=6)"
PACKAGE_DEPENDS="${PACKAGE_DEPENDS},intel-media-va-driver-non-free,intel-opencl-icd,libmfx1,libmfxgen1"
PACKAGE_DEPENDS="${PACKAGE_DEPENDS},intel-media-va-driver-non-free,intel-opencl-icd,libmfx1,libmfxgen1|libmfx-gen1.2"
PACKAGE_DEPENDS="${PACKAGE_DEPENDS},libva-drm2,libva-x11-2,libigfxcmrt7"
PACKAGE_DEPENDS="${PACKAGE_DEPENDS},libavcodec58,libavutil56,libavformat58,libswresample3,libavfilter7,libavdevice58,libass9"
else
Expand Down

0 comments on commit b89040d

Please sign in to comment.