From 2ba78f2cae6e3098ea896c200661328a4a3eec4a Mon Sep 17 00:00:00 2001 From: Tadej Novak Date: Sun, 14 Oct 2012 19:54:26 +0200 Subject: [PATCH] Tano 1.1 release --- INSTALL | 9 +++------ NEWS | 3 ++- build-package.sh | 1 + 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index f8cf3013..01f003d5 100644 --- a/INSTALL +++ b/INSTALL @@ -6,18 +6,15 @@ Build dependencies: The latest version of Qt4, libvlc-qt, libvlc and CMake is prefered. - g++ >=4, make (http://gcc.gnu.org, http://www.mingw.org) -- cmake >=2.6 (http://www.cmake.org) -- Qt development package >=4.6 (http://qt.nokia.com) -- dbus >=1.4 (http://www.freedesktop.org/wiki/Software/dbus) -- libvlc-qt-dev >=0.6.1 (http://projects.tano.si/en/library) and its dependencies -- libvlc-dev >=1.1 (http://www.videolan.org) +- cmake >=2.8.6 (http://www.cmake.org) +- Qt development package >=4.8 (http://qt.nokia.com) +- libvlc-qt-dev >=0.7.0 (http://projects.tano.si/en/library) and its dependencies Runtime dependencies: ===================== - Qt library, same version - libvlc-qt library, same version -- libvlc library and plugins, same version Compilation: diff --git a/NEWS b/NEWS index e681145a..ad0828db 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1 (git) +1.1 (2012-10-14) * Command line arguments (see tano --help) * New channel types * Scale/zoom options @@ -10,6 +10,7 @@ * Ability to preview channels * Option for filters to be always visible * Save main window size, position and visible elements + * Icon theme support * Drop support for older versions of Qt and VLC Supported are Qt 4.8 or later and VLC 2.0 or later. * Removed splash screen and Windows installer branding. diff --git a/build-package.sh b/build-package.sh index b5950c9f..3f6cca9f 100755 --- a/build-package.sh +++ b/build-package.sh @@ -40,6 +40,7 @@ do esac done + if [[ -z $TARGET ]]; then echo "Target (-t) not specified" exit 1