Skip to content

Commit

Permalink
Add hardware acceleration
Browse files Browse the repository at this point in the history
As requested by #1
  • Loading branch information
jssotomdz committed Jun 30, 2023
1 parent c109ab1 commit 348d8f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ layout:

parts:
jellyfinmediaplayer:
after: [alsa-mixin]
after: [alsa-mixin, desktop-glib-only]
plugin: dump
source: https://github.com/jellyfin/jellyfin-media-player/releases/download/v${SNAPCRAFT_PROJECT_VERSION}/jellyfin-media-player_${SNAPCRAFT_PROJECT_VERSION}-1_amd64-jammy.deb
source-type: deb
Expand Down Expand Up @@ -109,3 +109,11 @@ parts:
- usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libspeex*
- usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libvorbis*
- usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
desktop-glib-only:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir: glib-only
plugin: make
build-packages:
- libglib2.0-dev
stage-packages:
- libglib2.0-bin

0 comments on commit 348d8f9

Please sign in to comment.