diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae39884..e5ba4aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: echo "BUILD_TYPE=Release" >> $GITHUB_ENV echo "DEVEL=true" >> $GITHUB_ENV echo "USE_WEBENGINE=false" >> $GITHUB_ENV - echo "USE_MULTIMEDIA=true" >> $GITHUB_ENV + echo "USE_MULTIMEDIA=false" >> $GITHUB_ENV - name: Get Variables and Clone uses: ./.github/workflows/clone @@ -143,7 +143,7 @@ jobs: echo "BUILD_TYPE=Release" >> $GITHUB_ENV echo "DEVEL=true" >> $GITHUB_ENV echo "USE_WEBENGINE=false" >> $GITHUB_ENV - echo "USE_MULTIMEDIA=true" >> $GITHUB_ENV + echo "USE_MULTIMEDIA=false" >> $GITHUB_ENV - name: Get Variables and Clone uses: ./.github/workflows/clone diff --git a/linux/get-dependencies.sh b/linux/get-dependencies.sh index 03d60ed..43c82e2 100755 --- a/linux/get-dependencies.sh +++ b/linux/get-dependencies.sh @@ -10,7 +10,7 @@ else PKG_TYPE='aarch64.pkg.tar.xz' fi -LLVM_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-mini-$PKG_TYPE" +LLVM_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-nano-$PKG_TYPE" FFMPEG_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/ffmpeg-mini-$PKG_TYPE" QT6_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/qt6-base-iculess-$PKG_TYPE" LIBXML_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/libxml2-iculess-$PKG_TYPE" @@ -36,11 +36,8 @@ pacman -Syu --noconfirm \ nlohmann-json \ patchelf \ python-pip \ - qt6-5compat \ - qt6-multimedia \ qt6-tools \ qt6-wayland \ - quazip-qt6 \ sdl2 \ spirv-headers \ strace \ @@ -48,6 +45,7 @@ pacman -Syu --noconfirm \ vulkan-headers \ vulkan-mesa-layers \ vulkan-nouveau \ + vulkan-radeon \ wget \ wireless_tools \ xcb-util-cursor \ @@ -59,7 +57,7 @@ pacman -Syu --noconfirm \ zsync if [ "$(uname -m)" = 'x86_64' ]; then - pacman -Syu --noconfirm vulkan-intel haskell-gnutls svt-av1 vulkan-radeon + pacman -Syu --noconfirm vulkan-intel haskell-gnutls svt-av1 else pacman -Syu --noconfirm vulkan-freedreno vulkan-panfrost fi