aboutsummaryrefslogtreecommitdiffstats
path: root/installer/debian.sh
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-20 16:25:38 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-20 16:25:38 +0200
commit057b6cac681aeb9831b8d45816629af8d4dbda24 (patch)
tree39250b6ea71f1c85ca224e4c1bb318c97a13495f /installer/debian.sh
parentc9476a5b65db8b6aab2ae91edbd298b1d35c02ae (diff)
downloadmmbtools-aux-057b6cac681aeb9831b8d45816629af8d4dbda24.tar.gz
mmbtools-aux-057b6cac681aeb9831b8d45816629af8d4dbda24.tar.bz2
mmbtools-aux-057b6cac681aeb9831b8d45816629af8d4dbda24.zip
debian installer: remove gst, add libasound2, jack and magick
Diffstat (limited to 'installer/debian.sh')
-rw-r--r--installer/debian.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index 687b45a..78ed24b 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -79,10 +79,11 @@ sudo apt-get -y update
echo -e "$GREEN Installing essential prerquisites $NORMAL"
# some essential and less essential prerequisistes
sudo apt-get -y install build-essential git wget \
- gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
- gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer-tools \
sox alsa-tools alsa-utils \
automake libtool mpg123 \
+ libasound2 libasound2-dev \
+ libmagickwand5 libmagickwand-dev \
+ libjack-jackd2-dev jackd2 \
ncdu vim ntp links cpufrequtils
# this will install boost, cmake and a lot more