- Added some extra empty space on GUI

- Added some missing dependencies on install_precise
- Changed version to 0.44-3-UbuntuPrecise
This commit is contained in:
Santi Noreña 2013-04-24 12:38:28 +02:00
parent 4f85ff2f5a
commit dfd13df34f
5 changed files with 37 additions and 19 deletions

View file

@ -23,6 +23,14 @@ Lbre Media Server ChangeLog
******************************************************************************* *******************************************************************************
V 0.04-3-UbuntuPrecise
- Added some missing dependecies and resolved some typo errors in install_precise.sh
- Recompiled LibreMediaServer in Ubuntu Precise
- Recompiled pix2image with libimagick++4
- Added some white space in the GUI to avoid visualization problems
- Added flext binaries to ./puredata/externals and avoid recompiling it
V 0.04-2 V 0.04-2
+ Bugfix make thumbs script not launched. + Bugfix make thumbs script not launched.

View file

@ -1,8 +1,12 @@
#!/bin/bash #!/bin/bash
############################################################################## ##############################################################################
# Script for install LibreMediaServer dependencies on Ubuntu Precise 12.04 LTS
# Needs Root for execute
#
# Script de instalación de las dependencias de Libre Media Server # Script de instalación de las dependencias de Libre Media Server
# en Ubuntu Precise 12.04. # en Ubuntu Precise 12.04 LTS
# Necesita root para ejecutar # Necesita root para ejecutar
#
# (c) 2012-2013 Santi Noreña # (c) 2012-2013 Santi Noreña
# GPL License # GPL License
############################################################################### ###############################################################################
@ -15,10 +19,10 @@ cp /etc/apt/sources.list /etc/apt/sources.list.old
output=`grep apt.openlighting.org /etc/apt/sources.list | wc -l` output=`grep apt.openlighting.org /etc/apt/sources.list | wc -l`
if [ "$output" -eq "0" ]; then if [ "$output" -eq "0" ]; then
#Añadimos el repositorio ola a sources.list #Añadimos el repositorio ola a sources.list
echo "deb http://apt.openlighting.org/debian/ precise main" >> /etc/apt/sources.list echo "deb http://apt.openlighting.org/ubuntu/ precise main" >> /etc/apt/sources.list
fi fi
apt-get update apt-get update
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libmacgick++4 libav-tools apt-get -y --force-yes install ola libqtcore4 libqtgui4 libqt4script libqt4network libmagick++4 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 libquicktime2
if [ "$?" -eq "0" ]; then if [ "$?" -eq "0" ]; then
echo "apt-get finish ok" echo "apt-get finish ok"
else "apt-get return errors!" else "apt-get return errors!"

View file

@ -39,8 +39,8 @@
#include "MSEXDefines.h" #include "MSEXDefines.h"
#include "ui_libremediaserver.h" #include "ui_libremediaserver.h"
#define VERSION "LibreMediaServer Version 0.04-2" #define VERSION "LibreMediaServer Version 0.04-3-UbuntuPrecise"
#define COPYRIGHT "(C) 2012-2013 Santi Norena libremediaserver@gmail.com" #define COPYRIGHT "(C) 2012-2013 Santi Nore libremediaserver@gmail.com"
#define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details" #define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details"
class msex; class msex;

View file

@ -1,7 +1,7 @@
TEMPLATE = app TEMPLATE = app
TARGET = libremediaserver TARGET = libremediaserver
QT += network script webkit QT += network script webkit
CONFIG += debug CONFIG += release
DESTDIR = ./debug DESTDIR = ./debug
HEADERS += libremediaserver.h \ HEADERS += libremediaserver.h \

View file

@ -7,8 +7,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>745</width> <width>777</width>
<height>636</height> <height>677</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -21,9 +21,9 @@
</property> </property>
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>10</x>
<y>120</y> <y>150</y>
<width>831</width> <width>711</width>
<height>441</height> <height>441</height>
</rect> </rect>
</property> </property>
@ -395,9 +395,9 @@
<widget class="QLabel" name="CITPaddress_label"> <widget class="QLabel" name="CITPaddress_label">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>480</x> <x>470</x>
<y>200</y> <y>200</y>
<width>241</width> <width>231</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
@ -1192,10 +1192,10 @@
<widget class="QPlainTextEdit" name="textEdit"> <widget class="QPlainTextEdit" name="textEdit">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>10</x>
<y>0</y> <y>20</y>
<width>721</width> <width>711</width>
<height>121</height> <height>111</height>
</rect> </rect>
</property> </property>
<property name="plainText"> <property name="plainText">
@ -1213,10 +1213,16 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>745</width> <width>777</width>
<height>29</height> <height>25</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
<property name="title"> <property name="title">
<string>File</string> <string>File</string>