Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
Tano 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Oct 14, 2012
1 parent e784825 commit 2ba78f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 3 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1 (git)
1.1 (2012-10-14)
* Command line arguments (see tano --help)
* New channel types
* Scale/zoom options
Expand All @@ -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.
Expand Down
1 change: 1 addition & 0 deletions build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ do
esac
done


if [[ -z $TARGET ]]; then
echo "Target (-t) not specified"
exit 1
Expand Down

0 comments on commit 2ba78f2

Please sign in to comment.