[vlc-commits] Cleanup: Minor package and API update to snapcraft.yaml
Krish De Souza
git at videolan.org
Wed Oct 31 14:52:25 CET 2018
vlc/vlc-3.0 | branch: master | Krish De Souza <kd913 at ic.ac.uk> | Wed Oct 10 23:55:52 2018 +0100| [5df2ba0bbaeb1204ff01f83b69164e34322d8347] | committer: Konstantin Pavlov
Cleanup: Minor package and API update to snapcraft.yaml
Signed-off-by: Konstantin Pavlov <thresh at videolan.org>
(cherry picked from commit 22ed204fbd3f7ec33a235c580c4909966a757ad2)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5df2ba0bbaeb1204ff01f83b69164e34322d8347
---
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 e0e09cf25b..a3f59d2643 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
@@ -161,6 +159,7 @@ parts:
- libfreerdp-gdi1.1
- libfreetype6
- libfribidi0
+ - libdb5.3
- libgcc1
- libgl1-mesa-glx
- libgles2-mesa
More information about the vlc-commits
mailing list