diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-04-28 14:39:53 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-04-28 18:19:57 +1000 |
commit | 4f3f70d15a4ab58819c788ce6732d51428a8de19 (patch) | |
tree | 148f7013cba5c31d715fe4281bdef4601a43b13d /Dockerfile-debian-python3-sqlite | |
parent | 4a150fa29eb1f43f14540528855b95969bacc7dd (diff) | |
download | mediagoblin-4f3f70d15a4ab58819c788ce6732d51428a8de19.tar.lz mediagoblin-4f3f70d15a4ab58819c788ce6732d51428a8de19.tar.xz mediagoblin-4f3f70d15a4ab58819c788ce6732d51428a8de19.zip |
Remove spectrograms from Python 2 also [#5594].
For 0.10.0 we're removing specrograms entirely for reliability. This change only
disables spectrograms and updates install docs and Dockerfiles. We still need
to strip out all the spectrogram code and extlib/freesound/.
Diffstat (limited to 'Dockerfile-debian-python3-sqlite')
-rw-r--r-- | Dockerfile-debian-python3-sqlite | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index edbe4c81..ea0639f8 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -81,10 +81,7 @@ gstreamer1.0-plugins-bad \ gstreamer1.0-plugins-base \ gstreamer1.0-plugins-good \ gstreamer1.0-plugins-ugly \ -libsndfile1-dev \ -python3-gst-1.0 \ -python3-numpy \ -python3-scipy +python3-gst-1.0 # Install video dependencies. RUN apt-get install -y \ @@ -142,9 +139,6 @@ RUN ./bootstrap.sh RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure RUN make -# Only supported on Python 2. -# RUN ./bin/pip install scikits.audiolab - # Only safe if being run on a clean git checkout. Otherwise you may have already # customised mediagoblin.ini to already install these. RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini |