Installer tweaks and a pypo bugfix
* Moved all the remaining DEB requirements into the requirements files * The installer should now be distro agnostic (unless you ask it to install third-party deps for you) * Fixed pypo not being able to find replaygainupdater * Tweaked a bunch of styling for the installer
This commit is contained in:
parent
861bb42f3f
commit
d46f4a52eb
11 changed files with 218 additions and 130 deletions
|
@ -1,10 +1,21 @@
|
|||
apache2
|
||||
libapache2-mod-php5
|
||||
php5
|
||||
zendframework
|
||||
php-pear
|
||||
php5-gd
|
||||
|
||||
odbc-postgresql
|
||||
lsb-release
|
||||
|
||||
rabbitmq-server
|
||||
|
||||
postgresql
|
||||
postgresql-client
|
||||
php5-pgsql
|
||||
|
||||
python
|
||||
python-virtualenv
|
||||
python-pip
|
||||
|
||||
libsoundtouch-ocaml
|
||||
libtaglib-ocaml
|
||||
|
@ -17,6 +28,8 @@ libvo-aacenc0
|
|||
|
||||
patch
|
||||
|
||||
icecast2
|
||||
|
||||
php5-curl
|
||||
mpg123
|
||||
|
||||
|
@ -37,5 +50,8 @@ lame
|
|||
|
||||
coreutils
|
||||
|
||||
liquidsoap
|
||||
|
||||
silan
|
||||
libopus0
|
||||
libopus0
|
||||
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
apache2
|
||||
libapache2-mod-php5
|
||||
php5
|
||||
libzend-framework-php
|
||||
php-pear
|
||||
php5-gd
|
||||
|
||||
odbc-postgresql
|
||||
lsb-release
|
||||
|
||||
rabbitmq-server
|
||||
|
||||
postgresql
|
||||
postgresql-client
|
||||
php5-pgsql
|
||||
|
||||
python
|
||||
python-virtualenv
|
||||
python-pip
|
||||
|
||||
libsoundtouch-ocaml
|
||||
libtaglib-ocaml
|
||||
|
@ -19,6 +30,8 @@ patch
|
|||
php5-curl
|
||||
mpg123
|
||||
|
||||
icecast2
|
||||
|
||||
libcamomile-ocaml-data
|
||||
libpulse0
|
||||
vorbis-tools
|
||||
|
@ -35,10 +48,9 @@ dbus
|
|||
|
||||
lame
|
||||
|
||||
libzend-framework-php
|
||||
|
||||
coreutils
|
||||
|
||||
liquidsoap
|
||||
liquidsoap-plugin-alsa
|
||||
liquidsoap-plugin-ao
|
||||
liquidsoap-plugin-faad
|
||||
|
@ -54,4 +66,5 @@ liquidsoap-plugin-voaacenc
|
|||
liquidsoap-plugin-vorbis
|
||||
|
||||
silan
|
||||
libopus0
|
||||
libopus0
|
||||
|
||||
|
|
|
@ -1,10 +1,22 @@
|
|||
apache2
|
||||
libapache2-mod-php5
|
||||
php5
|
||||
libzend-framework-php
|
||||
php-pear
|
||||
php5-gd
|
||||
php5-json
|
||||
|
||||
odbc-postgresql
|
||||
lsb-release
|
||||
|
||||
rabbitmq-server
|
||||
|
||||
postgresql
|
||||
postgresql-client
|
||||
php5-pgsql
|
||||
|
||||
python
|
||||
python-virtualenv
|
||||
python-pip
|
||||
|
||||
libsoundtouch-ocaml
|
||||
libtaglib-ocaml
|
||||
|
@ -19,6 +31,8 @@ patch
|
|||
php5-curl
|
||||
mpg123
|
||||
|
||||
icecast2
|
||||
|
||||
libcamomile-ocaml-data
|
||||
libpulse0
|
||||
vorbis-tools
|
||||
|
@ -34,12 +48,9 @@ php-apc
|
|||
|
||||
lame
|
||||
|
||||
libzend-framework-php
|
||||
|
||||
coreutils
|
||||
|
||||
php5-json
|
||||
|
||||
liquidsoap
|
||||
liquidsoap-plugin-alsa
|
||||
liquidsoap-plugin-ao
|
||||
liquidsoap-plugin-faad
|
||||
|
@ -55,4 +66,4 @@ liquidsoap-plugin-voaacenc
|
|||
liquidsoap-plugin-vorbis
|
||||
|
||||
silan
|
||||
libopus0
|
||||
libopus0
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
apache2
|
||||
libapache2-mod-php5
|
||||
php5
|
||||
libzend-framework-php
|
||||
php-pear
|
||||
php5-gd
|
||||
|
||||
odbc-postgresql
|
||||
lsb-release
|
||||
|
||||
rabbitmq-server
|
||||
|
||||
postgresql
|
||||
postgresql-client
|
||||
php5-pgsql
|
||||
|
||||
python
|
||||
python-virtualenv
|
||||
python-pip
|
||||
|
||||
libsoundtouch-ocaml
|
||||
libtaglib-ocaml
|
||||
|
@ -19,6 +30,8 @@ patch
|
|||
php5-curl
|
||||
mpg123
|
||||
|
||||
icecast2
|
||||
|
||||
libcamomile-ocaml-data
|
||||
libpulse0
|
||||
vorbis-tools
|
||||
|
@ -34,10 +47,9 @@ php-apc
|
|||
|
||||
lame
|
||||
|
||||
libzend-framework-php
|
||||
|
||||
coreutils
|
||||
|
||||
liquidsoap
|
||||
liquidsoap-plugin-alsa
|
||||
liquidsoap-plugin-ao
|
||||
liquidsoap-plugin-faad
|
||||
|
@ -53,4 +65,5 @@ liquidsoap-plugin-voaacenc
|
|||
liquidsoap-plugin-vorbis
|
||||
|
||||
silan
|
||||
libopus0
|
||||
libopus0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue