Skip to content

Commit

Permalink
Add misisng dependencies
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
jklmnn committed Oct 29, 2017
1 parent dc68efb commit ef34088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install-dev.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ef34088

Please sign in to comment.