From db80f6fbc5a04887ea51b68971da6aa85a24b01e Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 17 May 2025 18:11:18 +1000 Subject: [PATCH] CI/Flatpak: Disable ffmpeg support So sick of dealing with fragmented bullshit because different packaging systems and operating systems have different library versions. Freedesktop SDK is stuck at ffmpeg 7.0, so it loses support. --- .../packaging/flatpak/org.duckstation.DuckStation.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/packaging/flatpak/org.duckstation.DuckStation.yaml b/scripts/packaging/flatpak/org.duckstation.DuckStation.yaml index 7f66f360c..0223e19e5 100644 --- a/scripts/packaging/flatpak/org.duckstation.DuckStation.yaml +++ b/scripts/packaging/flatpak/org.duckstation.DuckStation.yaml @@ -7,12 +7,6 @@ runtime-version: "6.9" sdk: "org.kde.Sdk" sdk-extensions: - "org.freedesktop.Sdk.Extension.llvm19" -add-extensions: - "org.freedesktop.Platform.ffmpeg-full": - directory: "lib/ffmpeg" - version: "24.08" - add-ld-path: "." - autodownload: true command: "duckstation-qt" @@ -95,5 +89,3 @@ modules: "${FLATPAK_BUILDER_BUILDDIR}/scripts/packaging/flatpak/org.duckstation.DuckStation.metainfo.xml" "${FLATPAK_DEST}/share/metainfo/org.duckstation.DuckStation.metainfo.xml" - # Ensure ffmpeg-full mount point exists. - - "mkdir -p \"${FLATPAK_DEST}/lib/ffmpeg\""