[fractal] Flatpak: depend on the ffmpeg-full extension



commit 1674e6350f6d8d97af0397e5e2e6ff1a48a16f1b
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Dec 16 22:10:35 2019 +0200

    Flatpak: depend on the ffmpeg-full extension
    
    This makes available the ffmpeg-related decoders to the gstreamer
    instance in the Sdk. This means we can now play more audiofiles
    with the audio player, and later on a wider variety of video
    files.

 flatpak/org.gnome.Fractal-release.json | 10 ++++++++++
 flatpak/org.gnome.Fractal.json         | 10 ++++++++++
 2 files changed, 20 insertions(+)
---
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index 2037bb42..49518cd0 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -28,6 +28,16 @@
             "RUST_BACKTRACE" : "1"
         }
     },
+    "add-extensions": {
+        "org.freedesktop.Platform.ffmpeg-full": {
+            "directory": "lib/ffmpeg",
+            "version": "19.08",
+            "add-ld-path": "."
+        }
+    },
+    "cleanup-commands": [
+        "mkdir -p /app/lib/ffmpeg"
+    ],
     "modules" : [
         {
             "name" : "libhandy",
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index d1edcbe1..99233874 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -34,6 +34,16 @@
             "RUST_BACKTRACE" : "1"
         }
     },
+    "add-extensions": {
+        "org.freedesktop.Platform.ffmpeg-full": {
+            "directory": "lib/ffmpeg",
+            "version": "19.08",
+            "add-ld-path": "."
+        }
+    },
+    "cleanup-commands": [
+        "mkdir -p /app/lib/ffmpeg"
+    ],
     "modules" : [
         {
             "name" : "libhandy",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]