Skip to content

Commit

Permalink
Downgrade vlc to 2.1.x from official repositories.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
icedream committed Oct 28, 2015
1 parent ca79736 commit 5909ca3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5909ca3

Please sign in to comment.