Package Details: tano 1.2.1-2

Package Base: tano
Description: An open-source cross-platform IP TV player based on Qt and libvlc
Upstream URL: http://projects.tano.si/en/player
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 22
First Submitted: 2010-10-15 12:48
Last Updated: 2013-03-06 18:53

Latest Comments

Anonymous comment

2012-10-17 20:03

Updated to Tano 1.1 (requires libvlc-qt 0.7.0).

Comment by mrbit

2012-10-14 20:04

plaese update 1.1
thanks

Comment by mrbit

2012-08-21 05:35

plaese update 1.0.3
thanks

Comment by mrbit

2012-08-11 08:35

update 1.0.2

Comment by dot

2012-07-09 11:21

updated to 1.0 final

Comment by dot

2012-05-27 22:37

Done, thanks.

Comment by mrbit

2012-05-27 22:08

please update ...thanks

Anonymous comment

2012-05-13 16:43

I list recommended instructions for building on Linux as some distributions use *-dev or *-devel packages (unlike Arch). libvlc-qt will always remain a dependancy so you can remove Qt from Tano if already used by libvlc-qt. Note that Tano still needs Qt devel files to compile (I'm not familiar with Arch).

Comment by dot

2012-05-12 15:55

Updated the PKGBUILD as needed. The reason to leave qt dependency is the author's INSTALL file. In case libvlc-qt changes it's required Qt version this package should still be consistent.

Replaced desktop-file-install with a plain install since there's really not much use of it in package(); however, it might be put into install() to update the desktop database. I don't use a DE and not familiar with the desktop database, probably someone wants to provide a good script for desktop file(s) installation?

Comment by Huulivoide

2012-05-07 15:58

qt can bre removed from both depends and makedepends as libvlc-qt
depends on. libvlc-qt should also be removed from makedepends
as it is a depency needed not only at build time. Also vlc is
not needed as depency as libvlc-qt alredy depends on it. Dbus
is also not needed, as qt iteself depends on it

|| return 1

^- Those are long deprecated. Please remove them.

Also the 'make install' command must be in the package() function
not in build()

Instead of "export LDFLAGS='-lX11'" add
"-DCMAKE_EXE_LINKER_FLAGS='-lX11'" to the cmake command

Instead if that funny desktop-file-install command just use
regular install, or even just cp.

Please install namcap. Namcap is an offical tool to check the
correctness of pacman packages and PKGBUILD files. It can
report the most common error's done. It would mostlikely
report all I have pointed out.

Comment by dot

2011-12-22 23:07

done. There already was a tano.desktop file in the repository, just needed an install command. Sorry for delay!
Thanks
-Artem

Comment by VlaoMao

2011-12-08 06:53

Add desktop file to package!
Sample:
[Desktop Entry]
Encoding=UTF-8
Name=Tano
Comment=View Ip TV
Exec=tano
Terminal=false
Type=Application
Categories=AudioVideo;Player;
Icon=/usr/share/tano/logo.png

Comment by unikum

2011-04-03 19:19

0.8.0 (2011-04-03) is out

Comment by Alsvartr

2011-02-01 22:02

You need to add a desktop file to your package.