[vlc-commits] snap: move to Ubuntu 18.04 base

Konstantin Pavlov git at videolan.org
Mon Mar 30 21:40:54 CEST 2020


vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Mon Feb 25 21:16:05 2019 +0300| [cf68969501ad1d7df78ce5725ea628fda1f83cf6] | committer: Konstantin Pavlov

snap: move to Ubuntu 18.04 base

(cherry picked from commit 2146599ec03d0648d66a51d2079767b8a7f0e393)

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

 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 bf125d71f5..58966540ff 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
@@ -175,9 +176,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
@@ -206,7 +207,6 @@ parts:
       - libgtk-3-0
       - liblua5.2-0
       - libmtp9
-      - libschroedinger-1.0-0
       - libupnp6
       - libzvbi0
       - libnotify4
@@ -214,6 +214,7 @@ parts:
       - libaacs0
       - mesa-vulkan-drivers
       - libvulkan-dev
+      - openjdk-8-jdk
     filesets:
       exclusion:
       - "-usr/lib/*/cmake/*"



More information about the vlc-commits mailing list