Merge ~jhodapp/snappy-hwe-snaps/+git/fix-pulseaudio-slots-plugs:master into ~snappy-hwe-team/snappy-hwe-snaps/+git/pulseaudio:master

Proposed by Jim Hodapp
Status: Merged
Approved by: Simon Fels
Approved revision: 24b7f71878fb54020958fbc60b5f89913aa85d0d
Merged at revision: a27ba3eb10641fea4221f15651c7816967872cc4
Proposed branch: ~jhodapp/snappy-hwe-snaps/+git/fix-pulseaudio-slots-plugs:master
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/pulseaudio:master
Diff against target: 47 lines (+13/-8)
1 file modified
snapcraft.yaml (+13/-8)
Reviewer Review Type Date Requested Status
Simon Fels Approve
System Enablement Bot continuous-integration Approve
Review via email: mp+309604@code.launchpad.net

Commit message

Fix the issue of having the same slot and plug name allowing paplay and other included to again work correctly.

Description of the change

Fix the issue of having the same slot and plug name allowing paplay and other included to again work correctly.

To post a comment you must log in.
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 59d636f..a7dd7e5 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -8,29 +8,34 @@ description: |
88
9 Please find the source code for this snap at:9 Please find the source code for this snap at:
10 https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/pulseaudio10 https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/pulseaudio
11grade: stable
11confinement: strict12confinement: strict
1213
13apps:14apps:
14 pulseaudio:15 pulseaudio:
15 command: bin/pulseaudio16 command: bin/pulseaudio
16 daemon: simple17 daemon: simple
17 slots:18 slots: [service]
18 - pulseaudio
19 pactl:19 pactl:
20 command: bin/pactl20 command: bin/pactl
21 plugs:21 plugs: [client]
22 - pulseaudio
23 paplay:22 paplay:
24 command: bin/paplay23 command: bin/paplay
25 plugs:24 plugs: [client,home]
26 - pulseaudio
27 parec:25 parec:
28 command: bin/parec26 command: bin/parec
29 plugs:27 plugs: [client]
30 - pulseaudio
31 config:28 config:
32 command: bin/config29 command: bin/config
3330
31slots:
32 service:
33 interface: pulseaudio
34
35plugs:
36 client:
37 interface: pulseaudio
38
34parts:39parts:
35 pulseaudio-common:40 pulseaudio-common:
36 plugin: copy41 plugin: copy

Subscribers

People subscribed via source and target branches

to all changes: