Skip to content

Commit

Permalink
snap: jack updates
Browse files Browse the repository at this point in the history
  • Loading branch information
uliss committed Dec 6, 2021
1 parent 2372741 commit f5ebc3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ceammc/distrib/linux/snapcraft.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ layout:
apps:
pd-ceammc:
command: usr/bin/pd.wrapper
common-id: com.ceammc.pd
plugs:
- alsa
- pulseaudio # for audio output
- jack1
- home
- unity7
- x11
Expand Down
6 changes: 5 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ layout:
apps:
pd-ceammc:
command: usr/bin/pd.wrapper
common-id: com.ceammc.pd
plugs:
- alsa
- pulseaudio # for audio output
- jack1
- home
- unity7
- x11
Expand Down Expand Up @@ -99,7 +101,7 @@ parts:
- -DWITH_BENCHMARK=OFF
- -DWITH_ALSA_AUDIO=ON
- -DWITH_ALSA_MIDI=ON
- -DWITH_JACK=OFF
- -DWITH_JACK=ON
- -DENABLE_TESTS=OFF
source: .
build-packages:
Expand Down Expand Up @@ -128,6 +130,7 @@ parts:
- lsb-release
- llvm-dev
- librubberband-dev
- libjack-jackd2-dev
stage-packages:
- libsndfile1
- libfftw3-single3
Expand All @@ -145,3 +148,4 @@ parts:
- llvm-runtime
- llvm
- librubberband2
- libjack-jackd2-0

0 comments on commit f5ebc3f

Please sign in to comment.