- 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
+ Bugfix make thumbs script not launched.

View file

@ -1,8 +1,12 @@
#!/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
# en Ubuntu Precise 12.04.
# en Ubuntu Precise 12.04 LTS
# Necesita root para ejecutar
#
# (c) 2012-2013 Santi Noreña
# 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`
if [ "$output" -eq "0" ]; then
#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
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
echo "apt-get finish ok"
else "apt-get return errors!"

View file

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

View file

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

View file

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