From 7266bfa2ba9ad4c1e5c436553798adea5604eafa Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 10 Oct 2013 18:08:11 -0400 Subject: [PATCH] CC-5395: Saucy: Liquidsoap related packages are missing during installation --- install_full/ubuntu/airtime-full-install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install_full/ubuntu/airtime-full-install b/install_full/ubuntu/airtime-full-install index acd848b11..26849e8f4 100755 --- a/install_full/ubuntu/airtime-full-install +++ b/install_full/ubuntu/airtime-full-install @@ -87,9 +87,10 @@ if [ "$code" != "squeeze" -a "$code" != "lucid" ]; then apt-get -y --force-yes install libvo-aacenc0 fi -#Install php5-json on Ubuntu Saucy. +#Install some plugin packages on Ubuntu Saucy. if [ "$dist" = "Ubuntu" -a "$code" = "saucy" ]; then - apt-get -y --force-yes install php5-json + apt-get -y --force-yes install php5-json + apt-get -y --force-yes install liquidsoap-plugin-alsa liquidsoap-plugin-portaudio liquidsoap-plugin-opus fi #Install packages back-ported by Sourcefabric