[neon/snap-packaging/gwenview-snap] /: Switch to pulseaudio plug.
Scarlett Moore
null at kde.org
Thu Jun 27 09:50:31 BST 2024
Git commit fe60facbccf9169556571905d55f7f639cda9fa2 by Scarlett Moore.
Committed on 27/06/2024 at 08:50.
Pushed by scarlettmoore into branch 'master'.
Switch to pulseaudio plug.
M +4 -3 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/fe60facbccf9169556571905d55f7f639cda9fa2
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 2ca0273..96a3e57 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -19,7 +19,7 @@ apps:
- cups
- removable-media
- udisks2
- - alsa
+ - pulseaudio
- mount-observe
command-chain:
- snap/command-chain/desktop-launch6
@@ -29,8 +29,9 @@ environment:
GST_PLUGIN_SYSTEM_PATH: "$SNAP/kf6/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gstreamer-1.0"
GST_PLUGIN_SCANNER: "$SNAP/kf6/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner"
ALSA_CONFIG_PATH: "/snap/kf6-core22/current/etc/asound.conf"
- QT_PLUGIN_PATH: /snap/kf6-core22/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qt6/plugins
- VLC_PLUGIN_PATH: /snap/kf6-core22/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/vlc/plugins
+ QT_PLUGIN_PATH: "/snap/kf6-core22/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qt6/plugins"
+ VLC_PLUGIN_PATH: "/snap/kf6-core22/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/vlc/plugins"
+ LIBVA_DRIVERS_PATH: "/snap/kf6-core22/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/dri"
layout:
/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib:
bind: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib
More information about the Neon-commits
mailing list