[vlc-commits] snap: ship libaacs in the resulting snap

Konstantin Pavlov git at videolan.org
Fri Nov 9 11:28:43 CET 2018


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Nov  9 13:14:43 2018 +0300| [76e9e424bbcadf00a6277ecb4aa8e0071beb25b9] | committer: Konstantin Pavlov

snap: ship libaacs in the resulting snap

While this enables snapped VLC to play Blu-ray discs, the setup is a bit
more convoluted than the regular non-confined VLC, because
XDG_CONFIG_DIRS are redefined in the snap runtime.  This means AACS
config file must be put under $HOME/snap/vlc/current/.config/, and will
not be moved over when a new version is installed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76e9e424bbcadf00a6277ecb4aa8e0071beb25b9
---

 extras/package/snap/snapcraft.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index 27fa6548c9..729fe9f533 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -207,6 +207,7 @@ parts:
       - libzvbi0
       - libnotify4
       - libvulkan1
+      - libaacs0
     filesets:
       exclusion:
       - "-usr/lib/*/cmake/*"



More information about the vlc-commits mailing list