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/.
This commit is contained in:
Ben Sturmfels
2020-04-28 14:39:53 +10:00
parent 4a150fa29e
commit 4f3f70d15a
4 changed files with 14 additions and 35 deletions

View File

@@ -33,10 +33,7 @@ gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
libsndfile1-dev \
python-gst-1.0 \
python-numpy \
python-scipy
python-gst-1.0
RUN apt-get install -y \
gir1.2-gst-plugins-base-1.0 \
@@ -61,8 +58,6 @@ RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure --without-python3
RUN make
RUN ./bin/pip install scikits.audiolab
RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini
RUN echo '[[mediagoblin.media_types.video]]' >> mediagoblin.ini