It's very similar to the excellent Miro ... but as said, it's especially designed for KDE4 geeks.
Main features...
*. Well, as said it is an online TV channel viewer.
*. Lets you view/add-subscribe/edit video casts via: RSS/Atom feeds, etc.
*. Downloading videos.
*. Can also be used as a podcast client.
*. Written in Qt4 toolkit.
Although there isn't a ".deb" package for Kubuntu/Ubuntu 11.04 at the moment but I think the Ubuntu 10.04 should work on 11.04. Not just in Ubuntu but you can install Videocatcher in other GNU/Linux distributions such as OpenSuse and Mandriva as well.
For that please visit this opendesktop page for more.
If the ".deb" package does not work for you then you can try compiling it in Kubuntu 11.04. For that use the below commands.
First download the source-code.
svn co svn://svn.kde.org/home/kde/trunk/playground/network/videocatcherNow get the dependencies.
sudo apt-get install kdepimlibs5-dev libqt4-sql-sqlite libboost-devLet's compile (yikes :P)
tar xjf videocatcher-0.1.x.tar.bz2
cd videocatcher-0.1.x
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
Finally, issue the below command to install it.
make installGood luck.
No comments:
Post a Comment