From 5221a87c71ee10305f504356d43671eba5d3ef35 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 26 Sep 2014 15:29:17 +0200 Subject: [PATCH] latest oxtimelines no longer requires gstreamer, dont install or mention in README --- README | 1 - vm/firstboot.sh | 3 --- 2 files changed, 4 deletions(-) diff --git a/README b/README index 807d890a7..06421516c 100644 --- a/README +++ b/README @@ -27,7 +27,6 @@ To run pan.do/ra you need to install and setup: python-setuptools python-pip python-virtualenv ipython \ python-dev python-imaging python-numpy python-psycopg2 \ python-geoip python-html5lib python-lxml \ - python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \ postgresql postgresql-contrib rabbitmq-server \ ffmpeg2theora libav-tools libavcodec-extra-53 melt \ python-ox oxframe imagemagick poppler-utils mkvtoolnix gpac diff --git a/vm/firstboot.sh b/vm/firstboot.sh index 60ddecc08..129b80837 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -45,9 +45,6 @@ apt-get install -y \ python-lxml \ python-html5lib \ python-ox \ - python-gst0.10 \ - gstreamer0.10-plugins-good \ - gstreamer0.10-plugins-bad \ oxframe \ $LIBAVCODEC_EXTRA \ libav-tools \