瀏覽代碼

Use gstreamer 1.0

Bob Mottram 10 年之前
父節點
當前提交
618339a8e9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

@@ -2720,7 +2720,7 @@ function install_mediagoblin {
2720 2720
       return
2721 2721
   fi
2722 2722
 
2723
-  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
2723
+  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
2724 2724
   useradd mediagoblin
2725 2725
 
2726 2726
   if [ ! -d /srv/$MEDIAGOBLIN_DOMAIN_NAME ]; then