From 5909ca3cbb123be67ef321207dffccde714f8984 Mon Sep 17 00:00:00 2001 From: icedream Date: Wed, 28 Oct 2015 23:41:36 +0100 Subject: [PATCH] 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. --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 0400e89..adfe188 100644 --- a/setup.sh +++ b/setup.sh @@ -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