Downgrade vlc to 2.1.x from official repositories.

There is currently no APT repository out there that provides an easy way to install a newer version of VLC as library (libvlc) which is needed for WebChimera.js. Since we already have youtube-dl integrated, we no longer need to rely on VLC's functionality to resolve YouTube links, so in this case we can safely downgrade back to 2.1.x to get the library back.
capabilities
Icedream 2015-10-28 23:41:36 +01:00
parent ca79736310
commit 5909ca3cbb
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ rm -r /etc/service/cron /etc/service/nginx /etc/service/nginx-log-forwarder
# Set up APT sources
rm /etc/apt/sources.list.d/*
add-apt-repository ppa:mc3man/trusty-media -y
# Now install all packages we need
apt-get update
@ -22,7 +21,7 @@ apt-get install -y --no-install-recommends \
dbus \
cmake cmake-data \
python python-minimal python-pkg-resources rtmpdump ffmpeg \
vlc vlc-plugin-pulse
vlc-nox '^libvlc[0-9]+$' libvlc-dev vlc-plugin-pulse
# DBus initialization
mkdir -p /var/run/dbus