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

Konstantin Pavlov git at videolan.org
Fri Nov 9 11:33:38 CET 2018


vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Nov  9 13:14:43 2018 +0300| [8d8262353db089fa33e2d20748f7b2e59af884bd] | 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.

(cherry picked from commit 76e9e424bbcadf00a6277ecb4aa8e0071beb25b9)
Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8d8262353db089fa33e2d20748f7b2e59af884bd
---

 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 496b333a7d..79d38b928c 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -204,6 +204,7 @@ parts:
       - libupnp6
       - libzvbi0
       - libnotify4
+      - libaacs0
     filesets:
       exclusion:
       - "-usr/lib/*/cmake/*"



More information about the vlc-commits mailing list