[neon/snap-packaging/kf6-core] /: Ship gstreamer/alsa stuff in the content pack.

Scarlett Moore null at kde.org
Tue Jun 18 12:57:39 BST 2024


Git commit 06cc1bbc5dc2f2155d7c1a004adda1ca6d541714 by Scarlett Moore.
Committed on 18/06/2024 at 11:57.
Pushed by scarlettmoore into branch 'master'.

Ship gstreamer/alsa stuff in the content pack.

M  +7    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core/-/commit/06cc1bbc5dc2f2155d7c1a004adda1ca6d541714

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6c62706..f0c8ad8 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -68,10 +68,17 @@ parts:
         - gstreamer1.0-plugins-base
         - gstreamer1.0-pulseaudio
         - gstreamer1.0-plugins-good
+        - gstreamer1.0-alsa
+        - gstreamer1.0-libav
+        - gstreamer1.0-tools
+        - libpulse0
         - locales
         - libc-bin
         - gettext
         - libdrm-dev
+        - libasound2
+        - libasound2-plugins
+        - libasound2-data
         - mesa-va-drivers
         -   on amd64:
             - i965-va-driver
@@ -82,7 +89,6 @@ parts:
         stage:
         - -usr/lib/*/libdrm*
         - -usr/share/doc/libdrm*
-        - -usr/share/alsa
         plugin: nil
         override-prime: |
             set -eux


More information about the Neon-commits mailing list