|
@@ -8,8 +8,8 @@ description: |
|
|
|
base: core20
|
|
|
grade: stable
|
|
|
confinement: strict
|
|
|
-architectures:
|
|
|
- - build-on: [arm64, amd64, ppc64el]
|
|
|
+#architectures:
|
|
|
+# - build-on: [arm64, amd64, ppc64el]
|
|
|
layout:
|
|
|
/etc/pip.conf:
|
|
|
bind: $SNAP_DATA/pip.conf
|
|
@@ -62,7 +62,26 @@ parts:
|
|
|
- libxml2-dev
|
|
|
- libxslt1-dev
|
|
|
- zlib1g-dev
|
|
|
-
|
|
|
+ stage-packages:
|
|
|
+ - freeglut3
|
|
|
+ - ffmpeg
|
|
|
+ - libavcodec58
|
|
|
+ - libavdevice58
|
|
|
+ - libavfilter7
|
|
|
+ - libavformat58
|
|
|
+ - libavutil56
|
|
|
+ - libffi7
|
|
|
+ - libglib2.0-0
|
|
|
+ - libglu1-mesa
|
|
|
+ - libjpeg8
|
|
|
+ - libopenzwave1.5
|
|
|
+ - libssl1.1
|
|
|
+ - libswscale5
|
|
|
+ - libudev1
|
|
|
+ - libswresample3
|
|
|
+ - libxml2
|
|
|
+ - libxslt1.1
|
|
|
+ - zlib1g
|
|
|
requirements:
|
|
|
- requirements_all.txt
|
|
|
constraints:
|