- added french install file. Revert sources du to Msex broken
This commit is contained in:
parent
e6e8c46c1d
commit
7fcb9ae204
36 changed files with 3590 additions and 3886 deletions
16
scripts/install_precise.sh
Executable file → Normal file
16
scripts/install_precise.sh
Executable file → Normal file
|
@ -1,12 +1,8 @@
|
|||
#!/bin/bash
|
||||
##############################################################################
|
||||
# Script for install LibreMediaServer dependencies on Ubuntu Precise 12.04 LTS
|
||||
# Needs Root for execute
|
||||
# The universe repository must be enabled.
|
||||
# Script de instalación de las dependencias de Libre Media Server
|
||||
# en Ubuntu Precise 12.04 LTS
|
||||
# en Ubuntu Precise 12.04.
|
||||
# Necesita root para ejecutar
|
||||
# El repositorio Universe debe estar habilitado
|
||||
# (c) 2012-2013 Santi Noreña
|
||||
# GPL License
|
||||
###############################################################################
|
||||
|
@ -19,16 +15,12 @@ cp /etc/apt/sources.list /etc/apt/sources.list.old
|
|||
output=`grep apt.openlighting.org /etc/apt/sources.list | wc -l`
|
||||
if [ "$output" -eq "0" ]; then
|
||||
#Añadimos el repositorio ola a sources.list
|
||||
echo "deb http://apt.openlighting.org/ubuntu/ precise main" >> /etc/apt/sources.list
|
||||
echo "deb http://apt.openlighting.org/debian/ precise main" >> /etc/apt/sources.list
|
||||
fi
|
||||
apt-get update
|
||||
|
||||
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libqt4-script libqt4-network libqt4-webkit libmagick++4 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 libquicktime2
|
||||
|
||||
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libmacgick++4 libav-tools
|
||||
if [ "$?" -eq "0" ]; then
|
||||
echo "apt-get finish ok"
|
||||
else "apt-get return errors!"
|
||||
fi
|
||||
ln -s /usr/lib/libMagick++.so.4 /usr/lib/libMagick++.so.5
|
||||
ln -s /usr/lib/libMagickCore.so.4 /usr/lib/libMagickCore.so.5
|
||||
ln -s /usr/lib/libMagickWand.so.4 /usr/lib/libMagickWand.so.5
|
||||
|
||||
|
|
|
@ -8,19 +8,11 @@
|
|||
###############################################################################
|
||||
# Comprobamos root
|
||||
(( EUID )) && echo ‘You need to be root.’ && exit 1
|
||||
# Instalamos OLA desde el repositorio del proyecto
|
||||
# copia de seguridad de sources.list
|
||||
cp /etc/apt/sources.list /etc/apt/sources.list.old
|
||||
# Comprobamos que el repositorio no está en soucers.list
|
||||
output=`grep apt.openlighting.org /etc/apt/sources.list | wc -l`
|
||||
if [ "$output" -eq "0" ]; then
|
||||
#Añadimos el repositorio ola a sources.list
|
||||
echo "deb http://apt.openlighting.org/debian/ wheezy main" >> /etc/apt/sources.list
|
||||
fi
|
||||
apt-get update
|
||||
#Instalamos el paquete suministrado con el release
|
||||
dpkg -i ola_0.8.26-1_i386.deb
|
||||
# Install Pure Data y OLA
|
||||
# libav para generar thumbs
|
||||
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libqtwebkit4 libqt4-script libqt4-network libmagick++5 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 libquicktime2
|
||||
apt-get -y --force-yes install libav-tools libqtcore4 libqtgui4 libmagick++5
|
||||
if [ "$?" -eq "0" ]; then
|
||||
echo "apt-get finish ok"
|
||||
else "apt-get return errors!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue