[vlc-commits] snap: move to Ubuntu 18.04 base
Konstantin Pavlov
git at videolan.org
Mon Feb 25 19:19:07 CET 2019
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Mon Feb 25 21:16:05 2019 +0300| [2146599ec03d0648d66a51d2079767b8a7f0e393] | committer: Konstantin Pavlov
snap: move to Ubuntu 18.04 base
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2146599ec03d0648d66a51d2079767b8a7f0e393
---
extras/package/snap/snapcraft.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index 5e90db86ac..e80827c102 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -2,6 +2,7 @@ name: vlc
version-script: cat $SNAPCRAFT_STAGE/version
version: "daily"
grade: stable
+base: core18
summary: Read, capture, broadcast your multimedia streams
description: |
VLC is a free and open source cross-platform multimedia player and
@@ -171,9 +172,9 @@ parts:
- libqt5gui5
- librsvg2-2
- libsecret-1-0
- - libva-drm1
- - libva-x11-1
- - libva1
+ - libva-drm2
+ - libva-x11-2
+ - libva2
- libvdpau1
- libx11-6
- libxcb-composite0
@@ -202,7 +203,6 @@ parts:
- libgtk-3-0
- liblua5.2-0
- libmtp9
- - libschroedinger-1.0-0
- libupnp6
- libzvbi0
- libnotify4
@@ -210,6 +210,7 @@ parts:
- libaacs0
- mesa-vulkan-drivers
- libvulkan-dev
+ - openjdk-8-jdk
filesets:
exclusion:
- "-usr/lib/*/cmake/*"
More information about the vlc-commits
mailing list