File: README

package info (click to toggle)
zapping 0.10~cvs6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,856 kB
  • ctags: 11,841
  • sloc: ansic: 111,154; asm: 11,770; sh: 9,812; xml: 2,742; makefile: 1,283; perl: 488
file content (102 lines) | stat: -rw-r--r-- 2,773 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102

  Zapping - A Gnome TV viewer

  Copyright (C) 2000-2003 Iaki Garca Etxebarria
  Copyright (C) 2000-2006 Michael H. Schimek <mschimek@users.sf.net>

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

  --------------------------------------------------------------------------

  Introduction
  ============

      Some time ago Iaki G. Etxebarria, the original author of this
  program, bought a TV card for his computer.  In his Linux box there
  were only a few TV viewing programs, and none of them for Gnome. So
  he built a TV viewer following V4L2 spec (at that time not part of
  stable kernels), trying to make it as complete as possible. This is
  the latest version of that software.

  Requirements
  ============

  Zapping requires an analog TV card, with a driver supporting the
  - V4L or V4L2 API on Linux, or the
  - BKTR API on FreeBSD, or the
  - XVideo API.

  Software:
  - Gnome 2.0, Gtk+ 2.4 libraries.
  - optional libzvbi for Teletext, subtitles and closed caption support,
      Linux and FreeBSD only.
  - optional librte for recording, Linux only.
  - optional liblirc for remote controls, Linux only.

  Download
  ========

  Zapping, libzvbi and librte are available from

    http://zapping.sourceforge.net

  Installation
  ============

  From CVS:

    ./autogen.sh (configure options) && make

  From tarball:

    ./configure (options) && make

  Type ./configure --help for a list of options.
 
  As root type:

    make install
  or
    make uninstall

  Usage
  =====

  Please see the Zapping built-in documentation (help menu).

  Feedback
  ========

  Let us know about your ideas, questions and bugs using the tracking
  system:

    https://sourceforge.net/tracker/?group_id=2599

  Please leave an e-mail address for questions and progress information.
  Or send a message to the Zapping mailing list:

    zapping-misc@lists.sourceforge.net

  Subscribe at:

    http://lists.sourceforge.net/lists/listinfo/zapping-misc

  Subscription is not necessary, but the spam checker might delay
  your messages.


  Thanks and enjoy the TV (as difficult as that might seem),

    Iaki & Michael