Add vs-placebo

master
Simon Bruder 2020-05-06 22:51:04 +02:00
parent 319ed6dea3
commit a826eb30b0
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 12 additions and 0 deletions

View File

@ -12,7 +12,9 @@ RUN apt-get update \
clinfo \
ffmpeg \
git \
libplacebo-dev \
libtool \
meson \
mkvtoolnix \
pocl-opencl-icd \
python3-pip \
@ -71,6 +73,16 @@ RUN cd /tmp/ \
&& cd .. \
&& rm -rf vapoursynth-descale
RUN cd /tmp \
&& git clone --depth=1 --recursive https://github.com/Lypheo/vs-placebo \
&& cd vs-placebo \
&& meson build \
&& cd build \
&& ninja \
&& cp libvs_placebo.so /usr/lib/x86_64-linux-gnu/vapoursynth/ \
&& cd /tmp/ \
&& rm -rf vs-placebo
RUN pip3 --no-cache-dir install \
matplotlib \
tqdm \