CC-5097:
Installation scripts: Please add libvo-aacenc0 so that we can enable aac in liquidsoap -done
This commit is contained in:
parent
2fc4afef68
commit
8812130afa
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ else
|
||||||
apt-get -y --force-yes install coreutils
|
apt-get -y --force-yes install coreutils
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#install aac package only available in new distributions: (Debian Wheezy, Ubuntu Precise or newer)
|
||||||
|
if [ "$code" != "squeeze" -a "$code" != "lucid" ]; then
|
||||||
|
apt-get -y --force-yes install libvo-aacenc0
|
||||||
|
fi
|
||||||
|
|
||||||
#Install packages back-ported by Sourcefabric
|
#Install packages back-ported by Sourcefabric
|
||||||
apt-get -y --force-yes install sourcefabric-keyring
|
apt-get -y --force-yes install sourcefabric-keyring
|
||||||
apt-get -y --force-yes install liquidsoap
|
apt-get -y --force-yes install liquidsoap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue