[neon/kde/ksirk/Neon/release] /: some alsa wanted by phonon

Jonathan Riddell null at kde.org
Mon Mar 29 13:03:14 BST 2021


Git commit e08e67db3d60e6f8e220cfdc61fe16b930c8ed7b by Jonathan Riddell.
Committed on 29/03/2021 at 12:03.
Pushed by jriddell into branch 'Neon/release'.

some alsa wanted by phonon

M  +7    -0    snapcraft.yaml

https://invent.kde.org/neon/kde/ksirk/commit/e08e67db3d60e6f8e220cfdc61fe16b930c8ed7b

diff --git a/snapcraft.yaml b/snapcraft.yaml
index b566cb3..dd3cbf5 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -39,6 +39,11 @@ package-repositories:
     key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
     url: http://origin.archive.neon.kde.org/user
     key-server: keyserver.ubuntu.com
+layout:
+  /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib:
+    bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib
+  /usr/share/alsa:
+    bind: $SNAP/usr/share/alsa
 parts:
     ksirk:
         parse-info:
@@ -59,6 +64,8 @@ parts:
         stage-packages:
         - zlib1g
         - libqca-qt5-2
+        - libasound2-data
+        - libasound2-plugins
         source: http://download.kde.org/stable/release-service/20.12.3/src/ksirk-20.12.3.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"


More information about the Neon-commits mailing list