[vlc-commits] Cleanup: Minor package and API update to snapcraft.yaml

Krish De Souza git at videolan.org
Wed Oct 31 14:51:36 CET 2018


vlc | branch: master | Krish De Souza <kd913 at ic.ac.uk> | Wed Oct 10 23:55:52 2018 +0100| [22ed204fbd3f7ec33a235c580c4909966a757ad2] | committer: Konstantin Pavlov

Cleanup: Minor package and API update to snapcraft.yaml

Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

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

 extras/package/snap/snapcraft.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index 3362d34615..068b502c3a 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -57,9 +57,8 @@ parts:
     source: ../../../
     source-type: git
     plugin: autotools
-    prepare: |
+    override-build: |
       sed -i 's|0\.19\.8|0\.19\.7|'  configure.ac
-    build: |
       cd extras/tools
       ./bootstrap
       make -j $(getconf _NPROCESSORS_ONLN) .protoc
@@ -84,7 +83,6 @@ parts:
           --disable-wayland \
           --enable-merge-ffmpeg
       make -j $(getconf _NPROCESSORS_ONLN)
-    install: |
       echo $(git describe HEAD) > $SNAPCRAFT_STAGE/version
       make install
       sed -i 's|Icon=vlc|Icon=/usr/share/icons/hicolor/256x256/apps/vlc\.png|' $SNAPCRAFT_PART_INSTALL/usr/share/applications/vlc.desktop
@@ -162,6 +160,7 @@ parts:
       - libfreerdp-gdi1.1
       - libfreetype6
       - libfribidi0
+      - libdb5.3
       - libgcc1
       - libgl1-mesa-glx
       - libgles2-mesa



More information about the vlc-commits mailing list