slackbuilds_ponce/multimedia/youtube-viewer
David Spencer 70ce018ac8 Multiple: Add perl-Module-Build to REQUIRES.
Module::Build was removed from the perl-5.22 core. It is no longer
the preferred build method, but these modules still need it.
Some of these modules have newer versions available, but they still
use Module::Build.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-01-29 07:16:42 +07:00
..
doinst.sh
README
slack-desc
youtube-viewer.info
youtube-viewer.SlackBuild

youtube-viewer (browse YouTube videos from a terminal or GTK UI)

Youtube Viewer is a dedicated application for searching, viewing, and
downloading Youtube videos, using wget for downloading and MPlayer for
viewing. It has been written in Perl and plays videos from Youtube at
the best quality available without using a flash player.

Optional dependencies:

perl-gtk2 and perl-File-ShareDir - for gtk-youtube-viewer.
perl-Text-CharWidth - for better formatting in the terminal.

This build always includes the command-line client (youtube-viewer). For
the GTK client (gtk-youtube-viewer), install perl-gtk2 and
perl-File-ShareDir before running this script. If you have them installed
but don't want gtk-youtube-viewer, you can set GTK=no in the script's
environment.

To force gtk-youtube-viewer to use your preferred terminal for downloading
with wget and watching in a terminal, set TERMINAL in the script's
environment (e.g. TERMINAL="xterm" or TERMINAL="urxvt").