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
|
Source: lirc
Section: utils
Priority: extra
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: lirc Maintainer Team <pkg-lirc-maint@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.17ubuntu2),
bzip2,
libusb-dev [!hurd-i386],
libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
libice-dev,
libsm-dev,
libx11-dev,
libirman-dev,
libftdi-dev,
autotools-dev,
devscripts,
quilt,
libxt-dev,
po-debconf
Standards-Version: 3.7.3
Uploaders: Matthew Johnson <mjj29@debian.org>,
Stefan Lippers-Hollmann <s.l-h@gmx.de>,
Sven Müller <sven@debian.org>
#Vcs-Svn: svn://svn.debian.org/svn/pkg-lirc/lirc/trunk/
#Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lirc/lirc/trunk/
Homepage: http://lirc.org
Package: lirc
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
setserial
Recommends: udev
Suggests: lirc-modules-source,
lirc-x,
Conflicts: makedev (<< 2.3.1-88)
Breaks: udev (<< 136-1)
Description: infra-red remote control support
LIRC stands for 'Linux Infra-red Remote Control'.
.
This package provides the daemons and some utilities to support infra-red
remote controls under Linux.
Package: lirc-x
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
lirc (= ${binary:Version})
Replaces: lirc (<< 0.6.4-8)
Recommends: xfonts-75dpi
Description: infra-red remote control support - X utilities
LIRC stands for 'Linux Infra-red Remote Control'.
.
This package provides X utilities for LIRC:
irxevent: allows controlling X applications with a remote control;
xmode2 : shows the IR waveform of the remote controller without an
oscilloscope. Unneeded for TV cards or the Irman.
Package: lirc-modules-source
Architecture: all
Depends: ${misc:Depends}, dkms
Recommends: libc6-dev, linux-headers-generic | linux-headers
Suggests: kernel-source
Conflicts: lirc (<<0.6.3-1)
Description: infra-red remote control support - kernel modules
LIRC stands for 'Linux Infra-red Remote Control'.
.
This package provides the source for the kernel modules to support
infra-red remote controls under Linux.
.
The kernel sources must be installed to compile these modules.
.
Also, note that this package is not necessary for usage on Ubuntu since
the modules are shipped in linux-ubuntu-modules. It is soley here in
the case that a local patch needs to be applied.
Package: liblircclient-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
liblircclient0 (= ${binary:Version}),
libc6-dev
Description: infra-red remote control support - client library development files
LIRC stands for 'Linux Infra-red Remote Control'.
.
This package contains the static library and headers for
the LIRC client library.
Package: liblircclient0
Priority: optional
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: lirc
Description: infra-red remote control support - client library
LIRC stands for 'Linux Infra-red Remote Control'.
.
This package provides a library with functions to support remote
controls via LIRC in programs such as xawtv.
|