From ec0fc871d1c0504472d2e370d856e3e0ae2d73cf Mon Sep 17 00:00:00 2001 From: Johannes Kliemann Date: Sun, 29 Oct 2017 15:51:11 +0100 Subject: [PATCH] Add misisng dependencies Fixes #52 --- debian/control | 2 +- install-dev.sh | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 19b13c8b..eade5346 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.5 Package: dragonfire Architecture: any Pre-Depends: dpkg (>= 1.16.1), python2.7-minimal, ${misc:Pre-Depends} -Depends: ${python:Depends}, ${misc:Depends}, flite, python-xlib, portaudio19-dev, python-all-dev, flac, libnotify-bin, python-egenix-mx-base-dev, python-lxml, python-nltk, python-pyaudio, python-httplib2, python-pip, python-wxgtk3.0, git, libgstreamer1.0-dev, gstreamer1.0-plugins-good, gstreamer1.0-tools, subversion, libatlas-base-dev +Depends: ${python:Depends}, ${misc:Depends}, flite, python-xlib, portaudio19-dev, python-all-dev, flac, libnotify-bin, python-egenix-mx-base-dev, python-lxml, python-nltk, python-pyaudio, python-httplib2, python-pip, python-wxgtk3.0, git, libgstreamer1.0-dev, gstreamer1.0-plugins-good, gstreamer1.0-tools, subversion, libatlas-base-dev, automake, autoconf, libtool Description: Virtual assistant for Debian based Linux distributions. The user can execute it either from command line or from the Application Launcher. It receives diff --git a/install-dev.sh b/install-dev.sh index 4b0445bf..2a2b9ae8 100755 --- a/install-dev.sh +++ b/install-dev.sh @@ -1,7 +1,7 @@ #!/bin/bash apt-get -y install debhelper python dh-virtualenv python-all-dev libglib2.0-dev libcairo2-dev libgtk2.0-dev python-wxgtk3.0 && \ apt-get -y install dpkg python2.7-minimal ${misc:Pre-Depends} && \ -apt-get -y install ${python:Depends} ${misc:Depends} flite python-xlib portaudio19-dev python-all-dev flac libnotify-bin python-egenix-mx-base-dev python-lxml python-nltk python-pyaudio python-httplib2 python-pip python-wxgtk3.0 git libgstreamer1.0-dev gstreamer1.0-plugins-good gstreamer1.0-tools subversion libatlas-base-dev && \ +apt-get -y install ${python:Depends} ${misc:Depends} flite python-xlib portaudio19-dev python-all-dev flac libnotify-bin python-egenix-mx-base-dev python-lxml python-nltk python-pyaudio python-httplib2 python-pip python-wxgtk3.0 git libgstreamer1.0-dev gstreamer1.0-plugins-good gstreamer1.0-tools subversion libatlas-base-dev autoconf automake libtool && \ cd dragonfire/sr/models/english/ wget https://github.com/DragonComputer/Dragonfire/releases/download/v0.9.6/sr_model_en.tar.gz diff --git a/install.sh b/install.sh index ed1d6cf7..55067c3c 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash apt-get -y install python python-all-dev libglib2.0-dev libcairo2-dev libgtk2.0-dev python-wxgtk3.0 && \ apt-get -y install python2.7-minimal ${misc:Pre-Depends} && \ -apt-get -y install ${python:Depends} ${misc:Depends} flite python-xlib portaudio19-dev python-all-dev flac libnotify-bin python-egenix-mx-base-dev python-lxml python-nltk python-pyaudio python-httplib2 python-pip python-wxgtk3.0 git libgstreamer1.0-dev gstreamer1.0-plugins-good gstreamer1.0-tools subversion libatlas-base-dev && \ +apt-get -y install ${python:Depends} ${misc:Depends} flite python-xlib portaudio19-dev python-all-dev flac libnotify-bin python-egenix-mx-base-dev python-lxml python-nltk python-pyaudio python-httplib2 python-pip python-wxgtk3.0 git libgstreamer1.0-dev gstreamer1.0-plugins-good gstreamer1.0-tools subversion libatlas-base-dev autoconf automake libtool && \ cd dragonfire/sr/models/english/ wget https://github.com/DragonComputer/Dragonfire/releases/download/v0.9.6/sr_model_en.tar.gz