From ab2f70a258f10f37da15460bfe900c7a7b380f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 14 Jul 2025 12:27:38 +0200 Subject: [PATCH] build: Remove ffmpeg-full extension It is not compatible with the 25.08beta freedesktop.org runtime base. It was replaced by the codecs-extra extension which is auto-downloaded with the runtime. --- build-aux/org.gnome.Fractal.Devel.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json index 1fd3cf0c..c389cea6 100644 --- a/build-aux/org.gnome.Fractal.Devel.json +++ b/build-aux/org.gnome.Fractal.Devel.json @@ -37,18 +37,6 @@ "--share=network" ] }, - "add-extensions": { - "org.freedesktop.Platform.ffmpeg-full": { - "version": "24.08", - "directory": "lib/ffmpeg", - "add-ld-path": ".", - "no-autodownload": false, - "autodelete": false - } - }, - "cleanup-commands": [ - "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" - ], "modules": [ { "name": "grass",