| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-09-10 | 3.8 kB | |
| lirc-0.10.1.tar.bz2 | 2017-09-10 | 2.5 MB | |
| lirc-0.10.1.tar.gz | 2017-09-10 | 2.7 MB | |
| Totals: 3 Items | 5.2 MB | 13 | |
LIRC - Linux Infrared Remote Control README.
Copyright (C) 1996 Ralph Metzler <rjkm@thp.uni-koeln.de>
Copyright (C) 1998-2010 Christoph Bartelmus <lirc@bartelmus.de>
Copyright (C) 2010-2011 Jarod Wilson <jarod@redhat.com>
(according to GNU General Public Licence 2.0 or later)
General
This is the README file for LIRC, the Linux Infrared Remote Control package. The main documentation of this package is available in HTML format:
- For this version at http://lirc.sourceforge.net/lirc.org.
- Current developent version (nightly builds) have no published docs.
- Current docs at http://lirc.org are outdated and the maintenance path is broken.
- After building the documentation is also available at doc/html/index.html.
Updated versions of lirc is available using the website http://lirc.org.
Last version: 0.10.1
- mode2: Fix inconsistent loglevel/debug option (#307).
- build: Install media/lirc.h (Debian BTS #872074).
- build: Fix make "always build all" error - c6eb8ec.
- plugins: devinput: Fix glob "no match" error - 14685b2.
0.10.0 12/8/17
0.10.0-rc3 22/6/17
0.10.0-rc2 13/6/17
0.10.0rc1 28/5/17
- lircd: The deprecated --uinput option is dropped. Use the lircd-uinput(8) daemon instead.
- lircd: The --release option is deprecated.
- lircd: Adding a --immediate-init option which initiates the hardware directly on start and exits on errors.
- lircd, lircd-uinput: Change default release suffix due to linux kernel changes (#263).
- The slinke (a. k. a. slink-e) driver is dropped.
- plugins: Add support for irdroid in the irtoy driver.
- plugins: Enhanced device enumeration, mode2 --list-devices works for most drivers.
- New, shiny (i. e., unstable) python API. See the API docs, module "python bindings". The API is also available as a pypi package, typically at /usr/share/lirc/python-pkg
- python-pkg: Make unit tests work on Debian (#289).
- mode2: Fix config file parsing [292].
- lircd-uinput: Multiple config file parsing errors (#284).
- lirc-setup: Fixed fail-on-start (#290).
- The configs/*conf files no more supports enumerating devices using shell scripts.
- Added enumeration support and server version level check to driver API.
- irrecord: Add --driver-options for lircd symmetry (#277).
- lircd: Fix devices not connected at first attempt (#279).
- lircmd: Don't write on non-existing socket (#295).
- lib: Fix failure when parsing absolute paths config files (#281).
- lircd/irsend: Fix bug when sending/receiving concurrently for some remotes (#278, 5 pages!)
- lircd:Fix missing systemd support due to upstream changes (#274).
- Build: Don't distribute generated files (#294).
- Build: Added new configure --enable-devinput option (#264).
- Build: Added new configure --enable-uinput option, ditched HAVE_UINPUT 0.9.4c cludge.
- Build: More quiet, enhanced V=0/V=1 support.
- Build: VPATH build fixes (#294).
- Build: Fix kfreebsd debian builds.
- Build: Portability fixes including müsl-based builds.
- ftdi driver: Fix off-by-2 timings (#275).
- devinput driver: Fix bad codelength (#263).
- OSX patches(#273)
- Documentation update.
Build and install.
More complete build and install instructions are available in the manual, the Installation chapter. The fast track:
$ ./configure
$ make
$ sudo make install
The Debian package.
Official packages are now available the Debian stretch and Ubuntu zesty channels.
If the the final 0.10 version will contain a debian source package is yet to be determined.
Upgrading
If you are upgrading from an older version of LIRC take a look at the NEWS file which contains all user visible changes between releases. From the top: