From 618339a8e9ecca2900ddd3f9cdb21fe28b96f9f0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 27 Sep 2014 20:18:46 +0100 Subject: [PATCH] Use gstreamer 1.0 --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 09850b1b..4438aabf 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -2720,7 +2720,7 @@ function install_mediagoblin { return fi - apt-get -y --force-yes install git python python-dev python-lxml python-imaging python-virtualenv python-gst0.10 libjpeg8-dev sqlite3 libapache2-mod-fcgid gstreamer0.10-plugins-base gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-libav python-numpy python-scipy libsndfile1-dev + apt-get -y --force-yes install git python python-dev python-lxml python-imaging python-virtualenv python-gst-1.0 libjpeg8-dev sqlite3 libapache2-mod-fcgid gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-libav python-numpy python-scipy libsndfile1-dev useradd mediagoblin if [ ! -d /srv/$MEDIAGOBLIN_DOMAIN_NAME ]; then