From 82f2dd1c81ecbe0de452d91eab166a243665fcbd Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 15 Apr 2025 16:50:06 -0400 Subject: [PATCH] Use snap rocks image --- installJRMC | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installJRMC b/installJRMC index 7080736..7a8a1f8 100755 --- a/installJRMC +++ b/installJRMC @@ -1107,11 +1107,11 @@ install_mc_snap() { - libfreetype6 - libharfbuzz0b - libgbm1 - - libva1 - - libva-drm1 + - libva2 + - libva-drm2 - libvulkan1 - mesa-vulkan-drivers - - libwebkit2gtk-4.1 + - libwebkit2gtk-4.1-0 apps: mediacenter: @@ -1134,8 +1134,8 @@ install_mc_snap() { if execute podman run --rm -it \ -v "$OUTPUT_DIR:/build:Z" \ -w /build \ - docker.io/snapcore/snapcraft:edge \ - snapcraft snap -o "${MC_PKG}_${MC_VERSION}-${MC_RELEASE}.snap" --destructive-mode; then + ghcr.io/canonical/snapcraft:8_core24 \ + snap -o "${MC_PKG}_${MC_VERSION}-${MC_RELEASE}.snap" --destructive-mode; then echo "Snap package built successfully: $snap_dir/${MC_PKG}_${MC_VERSION}-${MC_RELEASE}.snap" else err "Snap package build failed."