We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c245d commit 7a9f279Copy full SHA for 7a9f279
1 file changed
.readthedocs.yml
@@ -16,9 +16,31 @@ build:
16
tools:
17
python: '3.9'
18
apt_packages:
19
+ - python3-gst-1.0
20
- python3-numpy
21
+ - gstreamer1.0-plugins-good
22
+ - gstreamer1.0-plugins-ugly
23
+ - gstreamer1.0-plugins-bad
24
+ - gstreamer1.0-alsa
25
+ - gstreamer1.0-plugins-base-apps
26
+ - gstreamer1.0-tools
27
+ - glib-networking
28
+ - gobject-introspection
29
+ - ffmpeg
30
+ - libges-1.0-0
31
+ - libofa0
32
+ - libgirepository1.0-dev
33
+ - libsndfile1-dev
34
+ - libavcodec-dev
35
+ - libavformat-dev
36
+ - libavutil-dev
37
+ - libavresample-dev
38
+ - libcairo2-dev
39
+ - libyaml-dev
40
+ - vamp-examples
41
- vamp-plugin-sdk
42
43
+
44
# Optionally set the version of Python and requirements required to build your docs
45
python:
46
install:
0 commit comments