[neon/kde/ktuberling/Neon/release] /: gstreamer happyness

Jonathan Riddell null at kde.org
Thu Mar 25 15:35:14 GMT 2021


Git commit 6747acca0df4803834dff4be6a0fbccd09cf0f57 by Jonathan Riddell.
Committed on 25/03/2021 at 15:35.
Pushed by jriddell into branch 'Neon/release'.

gstreamer happyness

M  +6    -0    snapcraft.yaml

https://invent.kde.org/neon/kde/ktuberling/commit/6747acca0df4803834dff4be6a0fbccd09cf0f57

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 22fe966..4539597 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -8,6 +8,10 @@ apps:
     ktuberling:
         common-id: org.kde.ktuberling.desktop
         command: kf5-launch ktuberling
+        environment:
+            GST_PLUGIN_PATH: "$SNAP/usr/lib/x86_64-linux-gnu/gstreamer-1.0"
+            GST_PLUGIN_SYSTEM_PATH: "$SNAP/usr/lib/x86_64-linux-gnu/gstreamer-1.0"
+            GST_PLUGIN_SCANNER: "$SNAP/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner"
         plugs:
         - kde-frameworks-5-plug
         - home
@@ -58,6 +62,8 @@ parts:
         stage-packages:
         - libkf5kdegames7
         - libkf5kdelibs4support5
+        - libgstreamer1.0-0
+        - gstreamer1.0-plugins-good
         source: http://download.kde.org/stable/release-service/20.12.3/src/ktuberling-20.12.3.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"


More information about the Neon-commits mailing list