--- lirc-0.8.7.orig/debian/liblircclient0.pc +++ lirc-0.8.7/debian/liblircclient0.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: liblircclient0 +Description: liblircclient0 +Version: 0.8.7 +Libs: -L${libdir} -llirc_client +Cflags: -I${includedir} --- lirc-0.8.7.orig/debian/lirc.fdi +++ lirc-0.8.7/debian/lirc.fdi @@ -0,0 +1,21 @@ + + + + + + true + + + true + + + true + + + true + + + true + + + --- lirc-0.8.7.orig/debian/lircd.conf +++ lirc-0.8.7/debian/lircd.conf @@ -0,0 +1,18 @@ +# +# LIRCd configuration file. +# + +# Put here the arguments to run the daemon with. + +# --driver +# selects the user-land driver to use (use "default", or don't set this if +# you have a kernel driver for your interface) +# --device +# selects the device file to use for drivers which use the normal kernel +# serial or parallel-port drivers + +# eg +#LIRCD_ARGS="--driver=logitech --device=/dev/ttyS1" +LIRCD_ARGS="" + +# End of file. --- lirc-0.8.7.orig/debian/lirc-svga.links +++ lirc-0.8.7/debian/lirc-svga.links @@ -0,0 +1 @@ +usr/share/doc/lirc usr/share/doc/lirc-svga --- lirc-0.8.7.orig/debian/lirc.udev +++ lirc-0.8.7/debian/lirc.udev @@ -0,0 +1,11 @@ +#These rules are currently only adapted for a single lirc device. +#They are mainly used for hotplugability of the USB devices +#So that the user won't have to restart the lircd process. +# +#If a user has multiple lirc devices, and removes one of them +#The other will stop working as well. This is a side effect +#of both this udev script as well as the lirc architecture +#Of chaining lircd processes. +ACTION=="add", KERNEL=="lirc[0-9]", RUN="/etc/init.d/lirc restart udev" +ACTION=="remove", KERNEL=="lirc[0-9]", RUN="/etc/init.d/lirc stop udev" + --- lirc-0.8.7.orig/debian/conf.placeholder +++ lirc-0.8.7/debian/conf.placeholder @@ -0,0 +1,5 @@ +#UNCONFIGURED +# +# To find out how to get a proper configuration file please read: +# +# /usr/share/doc/lirc/README.Debian --- lirc-0.8.7.orig/debian/copyright +++ lirc-0.8.7/debian/copyright @@ -0,0 +1,32 @@ +This is the Debian packaging of LIRC, Linux Infra-red Remote Control +support. + +It was downloaded from http://download.sourceforge.net/LIRC/ + +Summary of copyright messages found in sources: + +Copyright © 1998 Pablo d'Angelo +Copyright © 1998,1999 Christoph Bartelmus +Copyright © 1996,97 Ralph Metzler (rjkm@thp.uni-koeln.de) +Copyright © 1998 Trent Piepho +Copyright © 1998 Ben Pfaff +Copyright © 1998.11.18 Sinkovics Zoltan + +The whole thing is licensed under the GPL v2 or later. + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. --- lirc-0.8.7.orig/debian/irman2lirc.1 +++ lirc-0.8.7/debian/irman2lirc.1 @@ -0,0 +1,18 @@ +.TH irman2lirc "1" "November 2001" "irman2lirc" FSF +.SH NAME +irman2lirc - converts irman.conf to lirc config file +.SH SYNOPSIS +.B irman2lirc +[\fIfile\fR] +.SH DESCRIPTION + +If you already have a propper configuration file (irman.conf) for the libirman +package, irman2lirc will convert it to lirc syntax with irman2lirc. +.TP +\fB\-\-help\fR +display usage summary +.SH "SEE ALSO" +The documentation for +.B lirc +is maintained as a html pages. They are located under html/ in the +documentadion directory. --- lirc-0.8.7.orig/debian/liblircclient-dev.install +++ lirc-0.8.7/debian/liblircclient-dev.install @@ -0,0 +1,4 @@ +usr/lib/liblirc_client.so +usr/lib/liblirc_client.a +usr/include/lirc +usr/lib/pkgconfig --- lirc-0.8.7.orig/debian/lirc.examples +++ lirc-0.8.7/debian/lirc.examples @@ -0,0 +1 @@ +contrib/{lircrc,lircd.conf,lircmd.conf} --- lirc-0.8.7.orig/debian/lirc-modules-source.postrm +++ lirc-0.8.7/debian/lirc-modules-source.postrm @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +#DEBHELPER# + +case "$1" in + purge) + if [ -x /usr/bin/ucf ]; then + /usr/bin/ucf --purge /etc/lirc/lirc-modules-source.conf + fi + ;; +esac + +exit 0 --- lirc-0.8.7.orig/debian/liblircclient0.install +++ lirc-0.8.7/debian/liblircclient0.install @@ -0,0 +1,2 @@ +usr/lib/liblirc_client.so.* +usr/lib/liblirc_client.la --- lirc-0.8.7.orig/debian/lirc.init.d +++ lirc-0.8.7/debian/lirc.init.d @@ -0,0 +1,250 @@ +#! /bin/sh +### BEGIN INIT INFO +# Provides: lirc +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Starts LIRC daemon. +# Description: LIRC is used to control different +# infrared receivers and transceivers. +### END INIT INFO + +load_modules () +{ + MODULES_MISSING=false + + log_daemon_msg "Loading LIRC modules" + for mod in $*; do + if [ $mod = "udev" ]; then + log_end_msg 0 + log_success_msg "Restarted via udev, don't reload modules" + break + else + modprobe $mod 2> /dev/null || MODULES_MISSING=true + fi + done + log_end_msg $? + + if $MODULES_MISSING; then + log_failure_msg "Unable to load LIRC kernel modules. Verify your" + log_failure_msg "selected kernel modules in /etc/lirc/hardware.conf" + START_LIRCMD=false + START_LIRCD=false + fi +} + +build_remote_args () +{ + REMOTE_ARGS="$*" + + #For remote only detection support, we need + #both REMOTE_DEVICE and TRANSMITTER_DEVICE undefined + if [ -z "$REMOTE_DEVICE" ] && [ -z "$TRANSMITTER_DEVICE" ] && [ -c $dev ]; then + REMOTE_DEVICE="$dev" + fi + + #If we have a REMOTE_DEVICE or REMOTE_DRIVER defined (either because no devices + #were defined, OR if we explicitly did), then populate REMOTE_ARGS + if [ ! -z "$REMOTE_DEVICE" ] || [ ! -z "$REMOTE_DRIVER" ]; then + if [ -n "$REMOTE_DEVICE" ] && [ "$REMOTE_DEVICE" != "none" ]; then + REMOTE_ARGS="--device=$REMOTE_DEVICE $REMOTE_ARGS" + fi + if [ -n "$REMOTE_DRIVER" ] && [ "$REMOTE_DRIVER" != "none" ]; then + REMOTE_ARGS="--driver=$REMOTE_DRIVER $REMOTE_ARGS" + fi + + #Now, if we ALSO have a transmitter defined, add some args + #To make the first lircd listen up + if [ ! -z "$TRANSMITTER_DEVICE" ] || [ ! -z "$TRANSMITTER_DRIVER" ]; then + REMOTE_ARGS="$REMOTE_ARGS --listen" + fi + REMOTE_ARGS="--output=$REMOTE_SOCKET $REMOTE_ARGS" + fi + echo $REMOTE_ARGS +} + +build_transmitter_args () +{ + TRANSMITTER_ARGS="$*" + + #Transmitters must be explicitly be defined + if [ ! -z "$TRANSMITTER_DEVICE" ] || [ ! -z "$TRANSMITTER_DRIVER" ]; then + if [ -n "$TRANSMITTER_DEVICE" ] && [ "$TRANSMITTER_DEVICE" != "none" ]; then + TRANSMITTER_ARGS="--device=$TRANSMITTER_DEVICE $TRANSMITTER_ARGS" + fi + if [ -n "$TRANSMITTER_DRIVER" ] && [ "$TRANSMITTER_DRIVER" != "none" ]; then + TRANSMITTER_ARGS="--driver=$TRANSMITTER_DRIVER $TRANSMITTER_ARGS" + fi + + #Now, if we ALSO have a remote defined, add some args + #To make the second lircd connect + if [ ! -z "$REMOTE_DEVICE" ] || [ ! -z "$REMOTE_DRIVER" ]; then + TRANSMITTER_ARGS="$TRANSMITTER_ARGS --connect=localhost:8765 --pidfile=/var/run/lirc/lircd1.pid" + fi + TRANSMITTER_ARGS="--output=$TRANSMITTER_SOCKET $TRANSMITTER_ARGS" + fi + echo $TRANSMITTER_ARGS +} + +in_kernel_support() { + if [ "$1" = "enable" ]; then + action="+" + else + action="-" + fi + if [ -d /sys/devices/virtual/rc ]; then + for file in `find /sys/devices/virtual/rc/ -name protocols`; do + for protocol in rc5 nec rc6 jvc sony; do + echo "${action}${protocol}" > $file + done + done + fi +} +. /lib/lsb/init-functions + +test -f /usr/sbin/lircd || exit 0 +test -f /usr/sbin/lircmd || exit 0 + +START_LIRCMD=true +START_LIRCD=true +START_IREXEC=true + + +if [ -f /etc/lirc/hardware.conf ];then + . /etc/lirc/hardware.conf +fi + +if [ ! -f /etc/lirc/lircd.conf ] || grep -q "^#UNCONFIGURED" /etc/lirc/lircd.conf; then + if [ "$1" = "start" ]; then + log_success_msg "No valid /etc/lirc/lircd.conf has been found." + log_success_msg "Remote control support has been disabled." + log_success_msg "Reconfigure LIRC or manually replace /etc/lirc/lircd.conf to enable." + fi + + START_LIRCD=false + START_LIRCMD=false + START_IREXEC=false +fi + +if [ ! -f /etc/lirc/lircmd.conf ] || grep -q "^#UNCONFIGURED" /etc/lirc/lircmd.conf; then + START_LIRCMD=false +fi + +if [ ! -f /etc/lirc/lircrc ] || grep -q "^#UNCONFIGURED" /etc/lirc/lircrc; then + START_IREXEC=false +fi + +#We need default socket locations +OLD_SOCKET="/dev/lircd" +if [ -z "$REMOTE_SOCKET" ]; then + REMOTE_SOCKET="/var/run/lirc/lircd" +fi +if [ -z "$TRANSMITTER_SOCKET" ]; then + TRANSMITTER_SOCKET="/var/run/lirc/lircd" + #Now, if we ALSO have a remote defined, + #change the default transmitter socket + if [ ! -z "$REMOTE_DEVICE" ] || [ ! -z "$REMOTE_DRIVER" ]; then + TRANSMITTER_SOCKET="${TRANSMITTER_SOCKET}1" + fi +fi + +case "$1" in + start) + if [ "$LOAD_MODULES" = "true" ] && [ "$START_LIRCD" = "true" ]; then + load_modules $2 $REMOTE_MODULES $TRANSMITTER_MODULES $MODULES + in_kernel_support "disable" + fi + + if [ "$START_LIRCD" = "true" ]; then + [ -d "/var/run/lirc" ] || mkdir -p "/var/run/lirc" + log_daemon_msg "Starting remote control daemon(s) : LIRC " + REMOTE_LIRCD_ARGS=`build_remote_args $REMOTE_LIRCD_ARGS` + TRANSMITTER_LIRCD_ARGS=`build_transmitter_args $TRANSMITTER_LIRCD_ARGS` + + #if we have a remote defined, it is primary process + if [ ! -z "$REMOTE_LIRCD_ARGS" ]; then + start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/lircd -- $REMOTE_LIRCD_ARGS < /dev/null + log_end_msg $? + if [ -S "$REMOTE_SOCKET" -a "$OLD_SOCKET" != "$REMOTE_SOCKET" ]; then + rm -f $OLD_SOCKET && ln -s $REMOTE_SOCKET $OLD_SOCKET + fi + + #now if we additionally have a transmitter defined, it is secondary process + if [ ! -z "$TRANSMITTER_LIRCD_ARGS" ]; then + /usr/sbin/lircd $TRANSMITTER_LIRCD_ARGS < /dev/null + if [ -S "$TRANSMITTER_SOCKET" ]; then + rm -f ${OLD_SOCKET}1 && ln -s $TRANSMITTER_SOCKET ${OLD_SOCKET}1 + fi + fi + elif [ ! -z "$TRANSMITTER_LIRCD_ARGS" ]; then + start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/lircd -- $TRANSMITTER_LIRCD_ARGS < /dev/null + log_end_msg $? + if [ -S "$TRANSMITTER_SOCKET" -a "$OLD_SOCKET" != "$TRANSMITTER_SOCKET" ]; then + rm -f $OLD_SOCKET && ln -s $TRANSMITTER_SOCKET $OLD_SOCKET + fi + else + log_end_msg 1 + fi + fi + + if [ "$START_LIRCMD" = "true" ]; then + [ -d "/var/run/lirc" ] || mkdir -p "/var/run/lirc" + log_daemon_msg "Starting remote control mouse daemon : LIRCMD " + start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/lircmd < /dev/null + log_end_msg $? + fi + + if [ "$START_IREXEC" = "true" ]; then + [ -d "/var/run/lirc" ] || mkdir -p "/var/run/lirc" + log_daemon_msg "Starting execution daemon: irexec" + start-stop-daemon --start --quiet --oknodo --exec /usr/bin/irexec -- -d /etc/lirc/lircrc < /dev/null + log_end_msg $? + fi + ;; + stop) + in_kernel_support "enable" + if [ "$START_IREXEC" = "true" ]; then + log_daemon_msg "Stopping execution daemon: irexec" + start-stop-daemon --stop --quiet --exec /usr/bin/irexec + log_end_msg $? + fi + + if [ "$START_LIRCMD" = "true" ]; then + log_daemon_msg "Stopping remote control mouse daemon: LIRCMD" + start-stop-daemon --stop --quiet --exec /usr/sbin/lircmd + log_end_msg $? + fi + + if [ "$START_LIRCD" = "true" ]; then + log_daemon_msg "Stopping remote control daemon(s): LIRC" + start-stop-daemon --stop --quiet --exec /usr/sbin/lircd + log_end_msg $? + [ -h "$OLD_SOCKET" ] && rm -f $OLD_SOCKET + [ -h "${OLD_SOCKET}1" ] && rm -f ${OLD_SOCKET}1 + fi + ;; + reload|force-reload) + if [ "$START_IREXEC" = "true" ]; then + start-stop-daemon --stop --quiet --signal 1 --exec /usr/bin/irexec + fi + + if [ "$START_LIRCD" = "true" ]; then + start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircd + fi + + if [ "$START_LIRCMD" = "true" ]; then + start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircmd + fi + ;; + restart) + $0 stop + #passes parameter $2 which is possibly our udev paramater + $0 start $2 + ;; + *) + echo "Usage: /etc/init.d/lircd {start|stop|reload|restart|force-reload}" + exit 1 +esac + +exit 0 --- lirc-0.8.7.orig/debian/doc-base.lirc +++ lirc-0.8.7/debian/doc-base.lirc @@ -0,0 +1,10 @@ +Document: lirc +Title: LIRC (Linux Infrared Remote Control) +Author: Christoph Bartelmus , Karsten Scheibler +Abstract: +Section: Help + +Format: HTML +Index: /usr/share/doc/lirc/html/index.html +Files: /usr/share/doc/lirc/html/*.html + --- lirc-0.8.7.orig/debian/lirc.templates +++ lirc-0.8.7/debian/lirc.templates @@ -0,0 +1,176 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: lirc/install_devices +Type: boolean +Default: true +_Description: Create LIRC device nodes if they are not there? + LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev. + . + + +Template: lirc/reconfigure +Type: boolean +Default: false +_Description: Do you want to reconfigure LIRC? + LIRC is already configured, reconfiguring it may overwrite the + existing configuration in /etc/lirc/hardware.conf. + . + However, comments, LIRC_ARGS and other unknown code will be preserved. + +Template: lirc/take_care_of_old_config +Type: note +_Description: Old configuration files found + Previous versions of this package didn't include any configuration + file and expected users to create their own /etc/lircd.conf and + /etc/lircmd.conf. + . + The new location for these files is /etc/lirc/. + . + File locations will be corrected but you should check that none of + LIRC configuration files are left directly under /etc/. + +Template: lirc/remote_driver +Type: string +Description: Driver name for lircd: + for internal use only + +Template: lirc/remote_modules +Type: string +Description: Needed kernel modules for LIRC to work: + for internal use only + +Template: lirc/remote_device +Type: string +Description: Device node for lircd: + for internal use only + +Template: lirc/remote_lircd_conf +Type: string +Description: Recommended configuration file for lircd: + for internal use only + +Template: lirc/transmitter_driver +Type: string +Description: Driver name for lircd: + for internal use only + +Template: lirc/transmitter_modules +Type: string +Description: Needed kernel modules for LIRC to work: + for internal use only + +Template: lirc/transmitter_device +Type: string +Description: Device node for lircd: + for internal use only + +Template: lirc/transmitter_lircd_conf +Type: string +Description: Recommended configuration file for lircd: + for internal use only + +Template: lirc/lircmd_conf +Type: string +Description: Recommended configuration file for lircmd: + for internal use only + +Template: lirc/port +Type: string +Description: Hint for lirc-modules-source: + for internal use only + +Template: lirc/irq +Type: string +Description: Hint for lirc-modules-source: + for internal use only + +Template: lirc/timer +Type: string +Description: Hint for lirc-modules-source: + for internal use only + +Template: lirc/blacklist +Type: string +Description: blacklisted kernel modules: + for internal use only + +Template: lirc/cflags +Type: string +Description: Hint for lirc-modules-source: + for internal use only + +Template: lirc/should-use-IntelliMouse +Type: note +_Description: IntelliMouse protocol preferred over IMPS/2 + You are currently using lircmd with the IMPS/2 protocol. This is not + compatible with the method lircmd uses to simulate a mouse, so IntelliMouse + support has been added and is now the preferred protocol. + . + You should update /etc/lirc/lircmd.conf and the configuration of any program + which uses lircmd as a mouse to use the IntelliMouse protocol instead. + . + NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol. + +Template: lirc/remove_var-log-lircd +Type: boolean +Default: true +_Description: Delete /var/log/lircd? + LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer + relevant. + +Template: lirc/remote +Type: select +Choices: None, Custom${REMOTES} +Default: None +_Description: Remote control configuration: + If you choose a remote or transmitter, but already have a + configuration file in /etc/lirc/lircd.conf, the existing + file will be renamed to /etc/lirc/lircd.conf.dpkg-old and + the community configurations loaded into + /etc/lirc/lircd.conf. If you have a + /etc/lirc/lircd.conf.dpkg-old file already, it will not + be overwritten and your current /etc/lirc/lircd.conf will + be lost. + +Template: lirc/transmitter +Type: select +Choices: None, Custom${TRANSMITTERS} +Default: None +_Description: IR transmitter, if present: + IR transmitters can be used for controlling external devices. Some + devices are considered transceivers, with the ability to both send + and receive. Other devices require separate hardware to accomplish + these tasks. + +Template: lirc/dev_input_device +Type: select +Choices: /dev/lirc0${EVENTS} +Default: /dev/lirc0 +_Description: Custom event interface for your dev/input device: + Many remotes that were previously supported by the lirc_gpio interface now + need to be set up via the dev/input interface. You will need to custom + select your remote's event character device. This can be determined by + 'cat /proc/bus/input/devices'. + +Template: lirc/start_lircd +Type: string +Default: true +Description: Hint for lirc: + for internal use only + +Template: lirc/serialport +Type: select +Choices: /dev/ttyS0, /dev/ttyS1 +Default: /dev/ttyS0 +_Description: Port your serial device is attached to: + The UART (serial) driver is a low level driver that takes advantage + of bit banging a character device. This means that you can only use it + with hardware serial devices. It unfortunately does not work with USB + serial devices. --- lirc-0.8.7.orig/debian/lirc-modules-source.prerm +++ lirc-0.8.7/debian/lirc-modules-source.prerm @@ -0,0 +1,17 @@ +#!/bin/sh +# Copyright (C) 2007-2008 Mario Limonciello + +#DEBHELPER# +set -e + +CVERSION=`dpkg-query -W -f='${Version}' lirc-modules-source | awk -F "-" '{print $1}'` + +case "$1" in + remove|upgrade) + echo "Removing all DKMS Modules" + dkms remove -m lirc -v $CVERSION --all > /dev/null + echo "Done." + ;; +esac + + --- lirc-0.8.7.orig/debian/lirc-x.links +++ lirc-0.8.7/debian/lirc-x.links @@ -0,0 +1 @@ +usr/share/doc/lirc usr/share/doc/lirc-x --- lirc-0.8.7.orig/debian/lirc-x.install +++ lirc-0.8.7/debian/lirc-x.install @@ -0,0 +1,4 @@ +usr/bin/xmode2 +usr/bin/irxevent +usr/share/man/man1/xmode2.1 +usr/share/man/man1/irxevent.1 --- lirc-0.8.7.orig/debian/control +++ lirc-0.8.7/debian/control @@ -0,0 +1,103 @@ +Source: lirc +Section: utils +Priority: extra +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: lirc Maintainer Team +Build-Depends: debhelper (>= 5.0.37), + 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, + portaudio19-dev, + devscripts, + quilt, + libxt-dev, + po-debconf +Standards-Version: 3.8.0 +Uploaders: Matthew Johnson , + Stefan Lippers-Hollmann , + Sven Müller +Vcs-Bzr: lp:~mythbuntu-dev/lirc/ubuntu +#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}, + lsb-base, + setserial +Recommends: udev +Suggests: lirc-modules-source, + lirc-x, +Conflicts: makedev (<< 2.3.1-88) +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. + --- lirc-0.8.7.orig/debian/rules +++ lirc-0.8.7/debian/rules @@ -0,0 +1,178 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +ifneq ($(findstring debug,$(DEB_BUILD_OPTIONS)),) +CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) +INSTALL_PROGRAM += -s +endif + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +UVERS := $(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-.*/\1/p') + +configure_flags := \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --libdir=\$${prefix}/lib \ + --sysconfdir=/etc/lirc/ \ + --with-driver=userspace \ + --with-syslog=LOG_DAEMON \ + --enable-sandboxed \ + --build=$(DEB_BUILD_GNU_TYPE) + +ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + configure_flags += --host=$(DEB_HOST_GNU_TYPE) +endif + +clean: unpatch + dh_testdir + dh_testroot + rm -f debian/po/messages.mo + rm -f configure-stamp build-stamp + rm -f debian/modules-source/dkms.conf + debconf-updatepo + [ ! -f doc/lirc.hwdb.orig ] || mv -f doc/lirc.hwdb.orig doc/lirc.hwdb + [ ! -f Makefile ] || $(MAKE) distclean + @if [ ! "$(UVERS)" = "$(shell sed -n 's/^Version: \(.*\)/\1/p' debian/liblircclient0.pc)" ]; then \ + echo "ERROR: debian/liblircclient0.pc out of date."; \ + false; \ + fi + dh_clean + +configure: patch configure-stamp +configure-stamp: + dh_testdir + [ ! -f doc/lirc.hwdb.orig ] && mv -f doc/lirc.hwdb doc/lirc.hwdb.orig && sed 's/lirc_dev lirc_gpio/devinput/' doc/lirc.hwdb.orig > doc/lirc.hwdb + -test -r config.sub && test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r config.guess && test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + ./configure $(configure_flags) + touch $@ + +build: configure build-stamp +build-stamp: + dh_testdir + $(MAKE) + touch $@ + +install: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + install --mode=755 contrib/irman2lirc debian/tmp/usr/bin/ + + # allow building even if vgalib is not available + if [ -e tools/smode2 ]; then \ + install --mode=755 tools/smode2 debian/tmp/usr/bin/ ; \ + fi + + mkdir -p debian/tmp/etc/lirc/ + mkdir -p debian/tmp/usr/share/lirc/ + mkdir -p debian/tmp/usr/share/hal/fdi/preprobe/20thirdparty + install --mode=644 debian/conf.placeholder \ + debian/tmp/etc/lirc/lircd.conf + install --mode=644 debian/conf.placeholder \ + debian/tmp/etc/lirc/lircmd.conf + install --mode=644 debian/hardware.conf debian/tmp/etc/lirc/ + install --mode=644 debian/lirc.fdi \ + debian/tmp/usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi + mkdir -p debian/tmp/usr/src/lirc-${UVERS} + cp -dpR drivers debian/tmp/usr/src/lirc-${UVERS}/ + find debian/tmp/usr/src/lirc-${UVERS} -name "*.o" -o -name Makefile.in \ + -o -name Makefile.am -o -name "*.ko"| xargs rm + + for file in `find debian/tmp/usr/src/lirc-${UVERS} -name Makefile`; \ + do sed -e 's/^Makefile:.*/Makefile:/g' \ + -e'/^CC *=/d' -e '/^KERNEL_LOCATION *=/d' \ + $$file > $$file.tmp && \ + mv $$file.tmp $$file; \ + done + sed -n \ + -e'/define *DEV_LIRC\>/p' \ + -e'/define *LIRC_MAJOR\>/p' \ + config.h > debian/tmp/usr/src/lirc-${UVERS}/config.h + + #Create dkms.conf + sed s/LIRC_VERSION/${UVERS}/ debian/dkms.conf.in > debian/modules-source/dkms.conf + + cp -dpR debian/modules-source/* debian/tmp/usr/src/lirc-${UVERS}/ + mkdir -p debian/liblircclient-dev/usr/share/aclocal + cp contrib/lirc.m4 debian/liblircclient-dev/usr/share/aclocal/ + + # install logcheck files + install -d debian/tmp/etc/logcheck/ignore.d.paranoid + install -o root -g root -m 644 debian/logcheck.ignore \ + debian/tmp/etc/logcheck/ignore.d.paranoid/lirc + install -d debian/tmp/etc/logcheck/ignore.d.server + install -o root -g root -m 644 debian/logcheck.ignore \ + debian/tmp/etc/logcheck/ignore.d.server/lirc + install -d debian/tmp/etc/logcheck/ignore.d.workstation + install -o root -g root -m 644 debian/logcheck.ignore \ + debian/tmp/etc/logcheck/ignore.d.workstation/lirc + + # install pkg-config file + install -d debian/tmp/usr/lib/pkgconfig + install -o root -g root -m644 debian/liblircclient0.pc debian/tmp/usr/lib/pkgconfig/liblircclient0.pc + +# Build architecture-independent files here. +binary-indep: build install + dh_installdocs -i + dh_installchangelogs -i ChangeLog + dh_install -i --sourcedir=debian/tmp --list-missing + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs -s ChangeLog + dh_installdocs -s + cp -dpR doc/html doc/images doc/irxevent.keys \ + debian/lirc/usr/share/doc/lirc/ + mkdir debian/lirc/usr/share/lirc + cp -dpR remotes debian/lirc/usr/share/lirc/remotes + cp -dpR debian/extras debian/lirc/usr/share/lirc/extras + cp -dpR doc/lirc.hwdb debian/lirc/usr/share/lirc + #sed 's/lirc_dev lirc_gpio/devinput/' doc/lirc.hwdb > debian/lirc/usr/share/lirc.hwdb + dh_installexamples -s + dh_install -s --sourcedir=debian/tmp --list-missing + dh_installmenu -s + dh_installdebconf -plirc + dh_installinit -s --update-rcd-params="defaults 19" + dh_installudev --priority=85 + dh_installcron -s + dh_installinfo -s + dh_installmodules -s + dh_installman -s + @for i in lirc-x lirc-svga; do \ + rm -rf debian/$${i}/usr/share/doc/$${i} ;\ + done + dh_link -s + dh_strip -s + dh_compress -s -X irxevent.keys + dh_fixperms -s + dh_makeshlibs -s + dh_installdeb -s + dh_shlibdeps -s + dh_gencontrol -s + dh_md5sums -s + dh_builddeb -s + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install autotools --- lirc-0.8.7.orig/debian/hardware.conf +++ lirc-0.8.7/debian/hardware.conf @@ -0,0 +1,40 @@ +# /etc/lirc/hardware.conf +# +#Chosen Remote Control +REMOTE="None" +REMOTE_MODULES="" +REMOTE_DRIVER="" +REMOTE_DEVICE="" +REMOTE_SOCKET="" +REMOTE_LIRCD_CONF="" +REMOTE_LIRCD_ARGS="" + +#Chosen IR Transmitter +TRANSMITTER="None" +TRANSMITTER_MODULES="" +TRANSMITTER_DRIVER="" +TRANSMITTER_DEVICE="" +TRANSMITTER_SOCKET="" +TRANSMITTER_LIRCD_CONF="" +TRANSMITTER_LIRCD_ARGS="" + +#Enable lircd +START_LIRCD="false" + +#Don't start lircmd even if there seems to be a good config file +#START_LIRCMD="false" + +#Try to load appropriate kernel modules +LOAD_MODULES="true" + +# Default configuration files for your hardware if any +LIRCMD_CONF="" + +#Forcing noninteractive reconfiguration +#If lirc is to be reconfigured by an external application +#that doesn't have a debconf frontend available, the noninteractive +#frontend can be invoked and set to parse REMOTE and TRANSMITTER +#It will then populate all other variables without any user input +#If you would like to configure lirc via standard methods, be sure +#to leave this set to "false" +FORCE_NONINTERACTIVE_RECONFIGURATION="false" --- lirc-0.8.7.orig/debian/compat +++ lirc-0.8.7/debian/compat @@ -0,0 +1 @@ +5 --- lirc-0.8.7.orig/debian/lirc.links +++ lirc-0.8.7/debian/lirc.links @@ -0,0 +1,3 @@ +usr/share/lirc/remotes usr/share/doc/lirc/remotes +usr/share/lirc/lirc.hwdb usr/share/doc/lirc/lirc.hwdb +usr/share/lirc/extras usr/share/doc/lirc/extras --- lirc-0.8.7.orig/debian/changelog +++ lirc-0.8.7/debian/changelog @@ -0,0 +1,1935 @@ +lirc (0.8.7-0ubuntu1) natty; urgency=low + + * Use 0.8.7 final version + + -- Robert Ancell Tue, 18 Jan 2011 11:42:19 +1100 + +lirc (0.8.7~pre3-0ubuntu2) natty; urgency=low + + * No-change upload to reduce changelogs. + + -- Martin Pitt Mon, 13 Dec 2010 12:47:14 +0100 + +lirc (0.8.7~pre3-0ubuntu1) maverick; urgency=low + + * Update to 0.8.7~pre3 snapshot. + * Update lirc postinst to reference the right directory when unloading modules. + * Don't show init script errors if no remote is plugged in. + * Refresh lirc-in-kernel-ioctls.patch. (LP: #600739) + * Build-depends on portaudio19-dev (LP: #567556) + + -- Mario Limonciello Sat, 04 Sep 2010 18:38:49 -0500 + +lirc (0.8.7~pre2-0ubuntu1) maverick; urgency=low + + * Update to 0.8.7~pre2 + - Fixes issues with lirc on maverick. (LP: #620498) + * Add lirc-in-kernel-ioctls.patch to use ioctls from the kernel for drivers. + * Drop patches upstream now: + - debian/patches/appleir_repeat_issue.patch + - debian/patches/hauppauge-tv-card.patch + - debian/patches/lirc-i2c-2.6.patch + - debian/patches/lirc_dev-2.6.33.patch + * Add updated-driver-names.patch + * Refresh patches: + - debian/patches/02_Makefile.in + - debian/patches/13-warning-cleanup + * Update extra transmitter and remote databases to not reference atiusb. + * debian/control: + - Update branches to be owned by ~mythbuntu-dev + * Disable in-kernel-support when starting lircd, and re-enable when + stopping. + + -- Mario Limonciello Fri, 02 Apr 2010 15:06:19 -0500 + +lirc (0.8.6-0ubuntu5) maverick; urgency=low + + * Add hauppauge-tv-card.patch to fix detection of Hauppauge TV Card as + Leadtek IR (LP: #550369) + + -- Benjamin Drung Sat, 08 May 2010 23:59:53 +0200 + +lirc (0.8.6-0ubuntu4) lucid; urgency=low + + [ Mario Limonciello ] + * debian/patches/lirc-i2c-2.6.patch: + - Fixes building lirc-i2c on kernel 2.6.32 (LP: #513042) + * Enable building wpc8769l module. Thanks Greg Vickers. (LP: #508266) + * debian/patches/lirc_dev-2.6.33.patch: + - Fixes lirc_dev to work with 2.6.33 as well. Useful for people who use + the kernel mainline PPA. (LP: #529514) + - Thanks RK & MarkRandolph. + * debian/patches/appleir_repeat_issue.patch: + - Fix apple IR key repeat issue by backporting patch from LIRC CVS. + (LP: #440466) + - Thanks Chase Douglas for sharing this patch. + + [ Jeremy Yoder ] + * Fix /regression in /etc/init.d/lirc where if both REMOTE and TRANSMITTER + are selected the symlinks /dev/lircd and /dev/lircd1 both point to + /var/run/lirc/lircd. + * Fix related bug where if the user sets TRANSMITTER_SOCKET in hardware.conf + a "1" is appended even though it doesn't need to be. + + -- Mario Limonciello Sun, 28 Mar 2010 00:12:34 -0500 + +lirc (0.8.6-0ubuntu3) lucid; urgency=low + + * rebuild rest of main for armel armv7/thumb2 optimization; + UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 + + -- Alexander Sack Sun, 07 Mar 2010 00:56:06 +0100 + +lirc (0.8.6-0ubuntu2) karmic; urgency=low + + [ Jean-Yves Avenard ] + * Add Antec Veris RM100 and RM200 to list of available remotes [LP # 453693] + + -- Jean-Yves Avenard Sat, 17 Oct 2009 14:53:03 +1100 + +lirc (0.8.6-0ubuntu1) karmic; urgency=low + + [ Jeremy Yoder ] + * Update to LIRC 0.8.6 release. (LP: #432678) + - added support for ENE KB3926 revision B/C/D (ENE0100) CIR port + (found on some notebooks, e.g: Acer Aspire 5720G, HP Pavilion dv5) + (Maxim Levitsky) + - New parameter for lircd: --repeat-max + - merged 1st-gen mceusb device support into lirc_mceusb2, + renamed lirc_mceusb2 to lirc_mceusb + - added support for putting iMON receviers into MCE/RC6 mode + - added input subsystem mouse device support to iMON driver + - improved iMON driver to handle dual-interface iMON devices + via a single lirc device, reducing configuration complexity + - added support for more iMON devices, including proper support + for touchscreen iMON devices (Rene Harder) + - improved iMON driver including touchscreen support + - Linux input support added to lircmd + - added support for IT8720 CIR port + - added support for XMP protocol + * Cleanup more_remotes.hwdb + * TODO: Make changes to the "lircd.conf.atiusb" and + "lircd.conf.hauppauge" files PATCHES instead of duplicates + * TODO: Submit "lircd.conf.atiusb" and + "lircd.conf.hauppauge" file patches upstream again + * Changed lirc init script to create socket in /var/run/lirc/lircd + as is the new default, but also create a symlink /dev/lircd + to point to it. This makes all clients happy, old and new. + * Fix bug in dkms.conf.in, forgot to increment array number + when adding ene0100 driver. + * Added the extra "Debian-only" remotes and transmitters back + in, but in a different way. I created a subdirectory + "debian/extras" and copy that to /usr/share/lirc/extras. + This avoids patching the source. + NOTE: CONFIG FILES IN BOTH LOCATIONS WILL USE THE "extras" + VERSION. DUPLICATE LINES IN lirc.hwdb AND extras/remotes.hwdb + WILL USE THE extras/remotes.hwdb VERSION. TRY TO AVOID THIS. + * Added support to build new ene0100 driver + * Update debian/lircd.init.d to reflect new default + PID location in /var/run/lirc + * Update debian/lircd.init.d to force socket to /dev/lircd + rather than the new default of /var/run/lirc/lircd + * Add support for new lirc-extras package to + debian/lirc.postinst + * Remove /etc/lircd.conf link to /etc/lirc since + 0.8.6 defaults to /etc/lirc/lircd.conf now + * Drop 04_man_pages patch, included in upstream + * Drop 16_lirc-gpio in favor of a sed line in debian/rules + * Drop 28_irrecord_resume_support - Doesn't work + according to upstream + * Drop 36_remove_extra_tekram in favor of a minor + tweak to debian/lirc.postinst to ignore duplicates + * Drop extra remote control/transmitter patches, move to lirc-extras: + - 21_atiusb + - 22_hauppauge_novat_500 + - 23_remove_md8800 + - 24_freecom_dvbt + - 26_transmitter_lircd.conf + - 30_medion_md1_remote + - 31_hauppauge_hvr_1100 + - 32_radioshack_15_2116_remote + - 33_asus_mycinema_remote + - 34_nebula_digitaltv_remote + - 35_general_deviniput + - 37_msi_tv_anywhere + - 38_encore_enltv + * Cleaned up a few lintian warnings + + [ Mario Limonciello ] + * lirc.init.d: + - Merge a bunch of whitespace cleanup from debian. + * control: + - Merge whitespace cleanup from debian. + - Drop breaks on udev. We don't have any older version of udev in karmic. + * copyright: + - Sync from debian. + * watch: + - Sync from debian. + * links: + - Don't link to a transmitterdb, this should be provided by lirc-extras. + * rules: + - Install extra changelog, as mentioned in debian's debian/rules. + * dkms.conf.in: + - Drop bashisms. (LP: #445175) + * lirc.postinst: + - On upgrades from earlier versions, require the user to reconfigure + their remote and transmitter. + * lirc-modules-source.postinst: + - Update to use the DKMS common postinst template. + + -- Mario Limonciello Mon, 12 Oct 2009 21:16:10 -0500 + +lirc (0.8.5-0ubuntu3) karmic; urgency=low + + * Fix bug in init script. Thanks Olaf! (LP: #391726) + + -- Mario Limonciello Wed, 24 Jun 2009 19:42:45 -0500 + +lirc (0.8.5-0ubuntu2) karmic; urgency=low + + * Drop patch that upstream won't be accepting: + - 20_serial_igor + * Drop patches included upstream: + - 23_pad2keys (see http://brakemeier.de/electronics/vdr/lirc-imon.html + 2009-04-10 entry for more information) + * debian/lirc.postinst: + - Drop serial igor references. + * Refresh following patches: + - 32_radioshack_15_2116_remote + + -- Mario Limonciello Tue, 23 Jun 2009 00:40:09 -0500 + +lirc (0.8.5-0ubuntu1) karmic; urgency=low + + * New upstream version. (LP: #383446) + - Fixes imon support (LP: #283317) + * Refresh the following patches for new version: + - debian/patches/04_man_pages + - debian/patches/13-warning-cleanup + - debian/patches/21_atiusb + - debian/patches/23_pad2keys + - debian/patches/28_irrecord_resume_support + - debian/patches/35_general_deviniput + * debian/control: + - Add build-depends on libftdi-dev to prevent FTBFS. + * debian/copyright: + - Update to what debian is shipping. + * debian/modules-source/{lirc-modules-source.conf, Makefile} + - Don't build cmdir anymore. It's now a userspace module + * debian/rules: + - Generate dkms.conf using sed instead. + * debian/patches/12_pvr150_transmit_support: + - Drop. Upstream didn't like this patch due to questionable + copyright, and we aren't properly supporting it anyway. + - Refresh 20_serial_igor + - Refresh 26_transmitter_lircd + * debian/lirc-modules-source.README.Debian: + - Drop, inaccurate now. + * debian/lirc.init.d: + - Cleanup a useless for loop. + + -- Mario Limonciello Thu, 18 Jun 2009 01:48:20 -0500 + +lirc (0.8.4a-0ubuntu5) jaunty; urgency=low + + * When in noninteractive mode, don't set the old and new remotes + or transmitters identically. Causes out of sync issues when changing + remotes. (LP: #281575) + + -- Mario Limonciello Fri, 17 Apr 2009 01:32:01 -0500 + +lirc (0.8.4a-0ubuntu4) jaunty; urgency=low + + [ Mario Limonciello ] + * debian/lirc.fdi: + - Add Budget-CI dvb ir receiver. (LP: #329793) + * debian/control: + - Add setserial to depends. (LP: #341213) + * debian/lirc.init.d: + - Remove erroneous -k from modprobe call. (LP: #344781) + * debian/lirc-modules-source.postrm: + - Remove extra purge call removing lirc-modules-source.conf (LP: #350152) + * debian/lirc.postinst: + - Rename etc/modprobe.d/lirc-serial to append a .conf (LP: #350949) + + [ Kenny Millington ] + * debian/patches/12_pvr150_transmit_support: + - Fix compilation for latest kernels (LP: #306346) + + [ Gregory Lardiere ] + * Add support for ite8709 and ttusbir for lirc-modules-source. (LP: #323923) + - debian/rules + - debian/modules-source/Makefile + - debian/modules-source/lirc-modules-source.conf + + -- Mario Limonciello Mon, 30 Mar 2009 23:49:41 -0500 + +lirc (0.8.4a-0ubuntu3) jaunty; urgency=low + + * debian/udev.rules: Rename to debian/lirc.udev + * debian/rules: Use dh_installudev rules to install + * debian/lirc.install: Remove install line for udev rules + * debian/control: Bump dep on debhelper to install to new path, add Breaks + on udev to ensure we get the correct version + + -- Scott James Remnant Mon, 12 Jan 2009 20:39:34 +0000 + +lirc (0.8.4a-0ubuntu2) jaunty; urgency=low + + * debian/lirc.postinst: + - Properly quote includes. The syntax of the include patch unfortunately + changed as it landed upstream. + - Migrate people from earlier LIRC versions to new include syntax if + it is detected in their LIRC configuration. + + -- Mario Limonciello Wed, 12 Nov 2008 09:51:29 -0600 + +lirc (0.8.4a-0ubuntu1) jaunty; urgency=low + + * New upstream version. + * Drop no longer necessary patches: + - 03_extra_files + - 25_upstream_2.6.27 + - 27_multiple_include + * Update patches for new version: + - 12_pvr150_transmit_support + - 16_lirc_gpio + - 26_transmitter_lircd.conf + - 28_irrecord_resume_support + * New patches: + - 38_encore_enltv.dpatch (LP: #274087) + * debian/lirc.fdi: + - Update FDI file to match a few more remotes reported + on bugs that work when keyed. (LP: #164627, #204960, #279472) + * debian/control: + - Update Recommends for lirc-modules-source + * debian/lirc.preinst: + - Remove old calls that will no longer be encountered in package + upgrades. + * Merge some packaging changes from Debian. They hadn't done a + release in a long time, so this will at least get us closer to their + packaging for an overarching goal of being in sync. + - Sync'ed changes: + + debian/compat + + README.Debian + + debian/copyright + + debian/doc-base.lirc + + debian/liblircclient-dev.install + + debian/lirc-modules-source.postrm + + debian/lirc.postrm + + debian/po + + debian/lirc-svga.install + + debian/lirc-svga.links + + drop debian/lirc.config.in + + drop debian/lirc.config.md5sum + + drop debian/lirc.modules + - Merge debian/control, remaining changes: + + We don't share same VCS + + We recommend udev + + Our lirc-modules-source uses DKMS + - Merge debian/rules, remaining changes: + + DKMS support + - Merge debian/liblircclient0.pc, remaining changes: + + Version number we have is higher + - Merge debian/lirc.install, remaining changes: + + We install udev rules + + We install an FDI file + - Merge debian/lirc.templates, remaining changes: + + Some of our keys are named differently because we differentiate + between a remote and a transmitter device. + + We've got some extra keys for details of devices. + - Merge debian/lirc.init.d, remaining changes: + + We've pretty much entirely revamped the file. Our deltas will + need to be submitted incrementally to Debian. + - Merge debian/lirc.postinst, remaining changes: + + We've pretty much entirely revamped the file. Our deltas will + need to be submitted incrementally to Debian. + - Merge debian/rules, remaining changes: + + We install a udev rule + + We install an FDI file + + We install DKMS support + + We install transmitter lircd.conf's + + We Install the remote and transmitter hwdb explicitly + - Merge patches that we took from debian for 0.8.4 support: + + debian/patches/02_Makefile.in + + debian/patches/04_man_pages + + -- Mario Limonciello Sat, 08 Nov 2008 19:10:50 -0600 + +lirc (0.8.3-3) unstable; urgency=low + + * update swedish translation, thanks to Martin Bagge + (Closes: #491772). + * add italian debconf translation, thanks to Vincenzo Campanella + . + * silence LIRC_MODE_LIRCCODE log message, as it is not rate limited and + tends to overflow syslog in case IR receivers get removed without + stopping lirc or removing the configuration; this is a temporary + band-aid for lenny and no long term solution (Closes: #500421). + + -- Stefan Lippers-Hollmann Tue, 30 Sep 2008 01:28:27 +0200 + +lirc (0.8.3-2) unstable; urgency=medium + + * remove dead code (modutils has only been used for kernel 2.4 and the + affected code blocks weren't reachable since 0.8.3-1 anyways, as the + conffile wasn't shipped in the first place). + * conflict with makedev << 2.3.1-88, lirc either needs a fixed version or + none at all (Closes: #477063). + * 0.8.3-1 hasn't transitioned to testing yet, so keep the urgency at medium + as it fixes several serious bugs (oops in lirc_i2c on kernel 2.6.25, FTBS + against 2.6.26, missing module versions rejected by kernel >= 2.6.26, + custom mknod replaced by proper makedev calls, if installed). + + -- Stefan Lippers-Hollmann Wed, 16 Jul 2008 13:35:32 +0200 + +lirc (0.8.3-1) unstable; urgency=medium + + [ Stefan Lippers-Hollmann ] + * new upstream release 0.8.3 (Closes: #481649). + * rediff patches: + - 02_Makefile.in + - 04_man_pages + - 05_non_linux + - 06_libtool_kfreebsd + * drop patches merged upstream: + - 16_kcompat-2.6.23 + - 17_kcompat-2.6.24 + - 20_kcompat-2.6.25 + - 19_enable-macmini-as-userspace-driver + * remove local scope definition for variables in lirc.init.d following + SUSv3, its current use for MODULES_MISSING and ARGS doesn't justify + making use of the exceptions specified in Debian policy 10.4 + (Closes: #471422). + * fix copy and paste error in lirc-modules-source.README.Debian. + * lirc_i2c: fix kernel oops on 2.6.25, patch taken from upstream CVS. + * change debconf defaults for lirc-modules-source: + - drop lirc_gpio, it is affected by API changes in bttv and FTBS since + 2.6.23. + - enable atiusb. + - enable bt829. + - enable cmdir. + - enable igorplugusb. + - enable imon. + - enable it87. + - enable mceusb/ mceusb2. + - keep lirc_parallel disabled, it is not SMP safe. + - enable sasem. + - enable streamzap. + - enable sir, keep the defaults at generic sir controller (other) port + 0x2f8 and irq 3, which seems to be supported by a short poll among + notebook owners. + - enable serial, keep defaulting to generic (home-brewed) IR receivers, + change to ttyS0 (port 0x3f8, irq 4) as most concurrently sold systems + only ship one serial port. + * replace custom mknod usage by using makdev's newly added lirc support and + add a versioned dependency on a fixed makedev version instead. This + dependency can be relaxed to udev | makedev, once makedev (>= 2.3.1-88) + has been shipped in a stable release. Given that Breaks support isn't + usable until lenny+1, this conservative approach is the safer variant for + etch --> lenny upgrades (Closes: #393575, #477063). + * drop debian/lirc.config.in, which was added as a bandaid for #329897 + alltogether, neither it nor setup-driver.sh are used anywhere on the end + user's system; this allows dropping the pre-dependency on dialog and + lirc.config.md5sum as well. + * add a sanity check to debian/rules' clean target to ensure that + liblirclient0's pkg-config file is up to date. + * add compatibility code for udev >= 0.117, avoid flag day changes or a hard + dependency on udev; inspired by Scott James Remnant + (Closes: #456325). + * restructure lirc-modules-source package to dump all module sources + directly into the toplevel directory (omit upstream's Makefiles from + module subdirectories) and replace custom toplevel Makefile with a simple + in-kernel style buildsystem. This fixes symbol versioning for the kernel + modules and, as a side effect, the clean target of the top-level Makefile + and doesn't allow empty port/ IRQ settings. + (Closes: #450521, #483089, #369076) + * add compatibility patch for kernels >= 2.6.26, based on upstream CVS. + * drop debian/lirc.modules, modutils is obsolete (kernel 2.4). + * make lirc-modules-source compatible with linux-modules-extra-2.6: + - use bzip2 to compress the source tarball. + - change path names to correspond with the package name. + * fix LIRC_IRQ redefinition. + + [ Matthew Johnson ] + * Add pkg-config file (Closes: #421881) + + [ Sven Mueller ] + * Add swedish translation (Closes: #483766) + + [ Matthew Johnson ] + * Raise priority to medium since it fixes kernel-related bugs + + -- Matthew Johnson Tue, 15 Jul 2008 18:56:26 +0100 + + +lirc (0.8.3-0ubuntu2) intrepid; urgency=low + + * debian/patches/25_upstream_2.6.26.patch: + - Fix lirc-modules-source compilation on 2.6.26 by pulling some + patches from CVS (LP: #247233) + * debian/rules: + - Install original modules back into proper location for + intrepid kernel (LP: #242216) + * debian/patches/37_msi_tv_anywhere.dpatch: + - Create patch for supporting MSI TV @anywhere remote. (LP: #241830) + * debian/lirc.postinst: + - Correct path to look for module in Intrepid. + - Ask for a path when using dvico remotes. (LP: #238032) + - Don't accidentally overwrite lircd.conf and hardware.conf + when things haven't really changed at all. (LP: #206609) + * debian/lirc.init.d: + - Don't allow udev to put us into endless spinning loops. Instead + pray that module hotplugging worked for all things USB. (LP: #269743) + * debian/lirc.fdi: + - Include this FDI file to prevent in kernel support for the + saa7134 when LIRC is installed. (LP: #204960, #164627) + * debian/rules: + - Install FDI file. + * debian/lirc.install: + - List FDI file. + * debian/patches/22_hauppauge_novat_500.dpatch: + - Adapt to include alternative numeric keys. (LP: #224080) + * debian/patches/25_upstream_2.6.27.dpatch: + - Update to content that is currently sitting in Ubuntu GIT + tree. + + -- Mario Limonciello Wed, 24 Sep 2008 12:02:17 -0500 + +lirc (0.8.3-0ubuntu1) intrepid; urgency=low + + * New upstream version. + * Drop 05_fix_cmdir as it's now included in CVS. + * Update 12_pvr150_transmit_support for configure + script changes. + * Update 13-warning-cleanup to change from whitespace + changes from CVS. + * Update 16_lirc-gpio for changes from CVS. + * Update 23_pad2keys for changes from CVS. + * Update 24_freecom_dvbt for changes from CVS. + * Drop 25_upstream_2_6_24 as it's now included from CVS. + * Drop 29_macmini_repeat as it's now included from CVS. + * Update 30_medion_md1_remote for changes from CVS. + * Update 33_asus_mycinema_remote for changes from CVS. + * Update 23_pad2keys patch to properly work (LP: #153184) + * Update 21_atiusb.dpatch because it's half upstream now (LP: #213549) + * Add 23_remove_md8800 as the MD8800 remote is causing problems. (LP: #213549) + * debian/modules-source/lirc-modules-source.conf: + - Default the mode to be w/ soft carrier. (LP: #182530) + * Update 31_hauppauge_hvr_1100 to use the right devinput driver instead. (LP: #206495) + * Add 34_nebula_digitv.dpatch for supporting the Nebula Digitv remote (LP: #164867) + * Add 35_general_devinput.dpatch for generic devinput devices. (LP: #235811) + * Add 36_remove_extra_tekram.dpatch for removing extra option in lirc.hwdb. + This option was causing lots of failures (LP: #211566) + * debian/{modules-source/Makefile,rules}: + - Allow the kernel version to be passed as an argument. + prevents broken upgrades when the kernel ABI revs (LP: #218955) + * debian/lirc-modules-source.prerm: + - Check for both remove and upgrade. + + -- Mario Limonciello Sat, 10 May 2008 16:07:40 -0500 + +lirc (0.8.3~pre1-0ubuntu7) hardy; urgency=low + + [ Mario Limonciello ] + * Fix a logical error in the init script related + to udev preventing it from working. (LP: #176616) + * Fix race conditions with udev (LP: #204672) + * Backup hardware.conf before changing. (LP: #198903) + * Add support for the Medion MD1-NBC remote. (LP: #192392) + - Thanks Florian Fahr + * Add support for the Hauppauge HVR-1100 remote (LP: #203493) + - Thanks Lucas + * Flag repeat events on apple mac mini (LP: #179608) + - Thanks Don Mahurin + * Add support for Radioshack 15-2116 remote (LP: #193568) + - Thanks Scott D + * Add support for ASUS MyCinema P7131 remote (LP: #190018) + - Thanks Gianfranco Liporace + + [ Mathias Hasselmann ] + * Add 28_irrecord_resume_support for resume support to + irrecord. (LP: #197493) + + [ Andrew Barbaccia ] + * Fix typo in lirc init script preventing transmitter + arguments from properly being built. (LP: #204664) + * Update Scientific Atlanta config in 26_transmitter_lircd.conf.dpatch + to better naming convention. (LP: #204342) + + -- Mario Limonciello Sun, 23 Mar 2008 23:25:36 -0500 + +lirc (0.8.3~pre1-0ubuntu6) hardy; urgency=low + + * "Include" proper URL for transmitters in lircd.conf. + * debian/control: + - lirc-modules-source depends on dkms. + - Update standards version to 3.7.3 + - Drop ucf, debianutils, debhelper from lirc-modules-source depends. + - Update lirc-modules-source description. + * Update lirc-modules-source behavior to automatically build + modules using dkms as necessary. (LP: #181871) + * Drop old lirc-svga stuff. + * Update 12_pvr150_transmit_support.dpatch with patch from author. + + -- Mario Limonciello Sun, 10 Feb 2008 15:04:13 -0600 + +lirc (0.8.3~pre1-0ubuntu5) hardy; urgency=low + + * debian/hardware.conf: + - Add a variable to only force noninteracive reconfiguration + when requested by user. + * debian/lirc.postinst: + - Add support for "Custom" remote type which will not overwrite + chosen options when reconfiguring (even noninteractively). + * debian/templates: + - Add "Custom" remote and transmitter. + * Update 13_warning_cleanup, 16-lirc-gpio, and 24_freecom_dvbt + to update lirc.hwdb from extraneous equals signs and information. + + -- Mario Limonciello Thu, 03 Jan 2008 11:47:14 -0600 + +lirc (0.8.3~pre1-0ubuntu4) hardy; urgency=low + + * Add 25_upstream_2_6_24 to fix lirc_dev,lirc_serial,lirc_sir + on 2.6.24. + * Add 26_transmitter_lircd.conf for pre-shipped cable/satellite + receiver lircd.conf's as well as a transmitter.hwdb + * Add 27_multiple_include for allowing lircd.conf's via + an 'include' directive. + * Update 16_lirc-gpio, 22_hauppauge_novat_500, 24_freecom_dvbt + for upstream driver name change from dev/input to devinput. + * Drop 17_devinput since it is no longer necessary due to + upstream driver name change. + * Update 12_lirc_pvr150 for 2.6.24. + * Update 20_lirc_serial_igor for 2.6.24. + * Update 13-warning-cleanup for more cleanup on sir + * Update 03_extra_files, 04_manpages, 12_pvr150_transmit_support, + 13-warning-cleanup, 16_lirc-gpio, 20_serial-igor, 21_atiusb, + 22_hauppauge_novat_500, 23_pad2keys, 24_freecom_dvbt + to give a description of the patches. + * debian/control: + - Have lirc depend on setserial, so that lirc.postinst can + customize things. (LP: #152871) + * debian/lirc.links: + - Add symlink from /etc/lirc/lircd.conf -> /etc/lircd.conf + to prevent confusion for users coming from different distros. + - Add symlink for transmitter.hwdb to different share directories. + * debian/hardware.conf + - Change top level remotes, drivers, etc to be remote specific. + - Add support for transmitters. + - Default to having lircd off until the maintainer scripts have + updated things. + * debian/lirc.init.d: + - Reorder checking for hardware.conf, to make sure it occurs earlier. + - Update init script to use LSB output. + - Update init script to have the ability to spawn multiple lirc + processes. + * Drop devfs.conf and devfs.devices since devfs is no longer used + in Ubuntu. + * debian/rules: + - No longer install devfs.conf and devfs.devices. + - Install transmitter.hwdb + - Install usr/share/lirc/transmitters + * debian/lirc.templates: + - Add extra templates for our chosen transmitter, device, driver, + modules, and lircd_conf + - Update all old device, driver, modules, and lircd_conf templates + to be for remote only. + - Remove extra space from remote template. + - Add template for whether to enable/disable lircd. + - Add a template for serial port selection (LP: 152871) + * debian/lirc.postinst: + - Unload all modules when issuing a reconfigure command. + - In check_hardware_conf, don't write UNCONFIGURED, just write + empty quotes to make sure we don't throw things off. + - In check_hardware_conf, write out all our new modules as + necessary. + - In Save & DebconfLoad, read and store all new transmitter + variables. + - In ChooseRemote, read old values from hardware.conf rather than + debconf, since debconf is not designed to be used as a database, + but rather an intermediatary storage method. + - In ChooseRemote, add transmitter support. + - In ChooseRemote, define what lirc device we are using for + dev/input as described in: + https://blueprints.launchpad.net/mythbuntu/+spec/lirc-gpio-alternative + - Remove clause to mv /etc/lircd.conf to /etc/lirc + - Write out START_LIRCD, depending on whether we have remotes/transmitters + enabled or disabled. + - Check for REMOTE_DRIVER entitled 'none' and set it to ''. + - Write out a lircd.conf with include directives and a description of how + to update rather than copying the single file over. + - Add support to customize serial port (LP: #152871) + - No longer setup modutils (only applicable for kernel 2.4) + * debian/lirc.preinst: + - Migrate old hardware.conf over to new syntax in case user does not + replace it upon package installation. + + -- Mario Limonciello Thu, 27 Dec 2007 23:16:40 -0600 + +lirc (0.8.3~pre1-0ubuntu3) hardy; urgency=low + + * Fix -x call. + + -- Scott James Remnant Fri, 14 Dec 2007 16:53:50 +0000 + +lirc (0.8.3~pre1-0ubuntu2) hardy; urgency=low + + * debian/lirc.init.d: call udevadm instead of udevsettle + + -- Scott James Remnant Fri, 14 Dec 2007 16:30:11 +0000 + +lirc (0.8.3~pre1-0ubuntu1) hardy; urgency=low + + * New upstream version. + - Includes Iguanaworks IR Support (LP: #153457) + * Update 03_extrafiles patch for gpio changes. + * Update 05_fix_cmdir patch for command IR lirc.hwdb update. + * Update 12_lirc_pvr150 patch for transmitting support under + kernel 2.6.22. + * Update 13-warning-cleanup patch for items that were already + cleaned up upstream. + * Drop 14_mceusb2 patch since now included upstream. + * Drop 14_lirc-i2c patch since now included upstream. + * Drop 15_macmini patch since now included upstream. + * Update 16_lirc-gpio patch for added changes upstream. + * Update 17_devinput patch for added changes upstream. + * Drop 18_irman-fix patch since now included upstream. + * Drop 19_serial_support patch since now included upstream. + * Update 20_serial_igor patch for new serial support upstream. + * Update 22_hauppauge_novat_500 patch for new support upstream. + * Add 23_pad2keys patch for pad2keys imon support (LP: #153184). + * Add 24_freecom_dvbt patch for NovaT 500 Remote (LP: #152539). + * Clean up lintian warning for -$(MAKE). + * Clean up lintian warning for ${source:Version}. + + -- Mario Limonciello Tue, 30 Oct 2007 09:44:55 -0400 + +lirc (0.8.2-0ubuntu8) gutsy; urgency=low + + * Add 22_hauppauge_novat_500.dpatch for more complete + novat-500 support. (LP: #145847) + * Update 16_lirc-gpio.dpatch to make all lirc_gpio remotes + use the dev/input interface instead. (LP: #148756) + * Update 21_atiusb.dpatch to make Snapstream remotes + have their own item. (LP: #140060) + * Update 12_pvr150_transmit_support.dpatch to fix a + m-a related FTBFS. (LP: #147440) + + -- Mario Limonciello Mon, 08 Oct 2007 02:35:50 -0500 + +lirc (0.8.2-0ubuntu7) gutsy; urgency=low + + * Be sure to rmmod ati_remote.ko if necessary (LP: #140940) + + -- Mario Limonciello Thu, 20 Sep 2007 10:06:20 -0500 + +lirc (0.8.2-0ubuntu6) gutsy; urgency=low + + * Add 20_serial_igor.dpatch for additional serial kernel module + that is built with Igor Cesko support. (LP: #138247) + * debian/patches/21_atiusb.dpatch: + - for support of first generation ATI RF remote. (LP: #139238) + - snapstream firefly support. (LP: #140060) + * debian/lirc.postinst, debian/lirc.postrm, debian/lirc.templates: + - Blacklist lirc_atiusb.ko when necessary (LP: #139961) + * debian/rules, debian/lirc.preinst: + - Update the service to start after alsa-utils (LP: #123557) + + -- Mario Limonciello Mon, 17 Sep 2007 01:56:54 -0500 + +lirc (0.8.2-0ubuntu5) gutsy; urgency=low + + [ Mario Limonciello ] + * Add a udev script to automatically reload or stop lirc + if /dev/lirc[0-9] devices are added/removed. + * Modify lirc init script to work with udev script. + * Update 14_lircmceusb2.dpatch to add support for + HP MCEUSB2 remotes. (LP: #134949) + * Add 19_serial_support.dpatch from lirc CVS + to fix broken serial support. + * debian/control: + - Add udev to Recommends. + * debian/lirc.postinst: + - Add udev reloading. + + [ Tristan Hill ] + * Fix irman support with dpatch from lirc CVS. (LP: #132011) + + -- Mario Limonciello Mon, 27 Aug 2007 21:11:49 -0500 + +lirc (0.8.2-0ubuntu4) gutsy; urgency=low + + * Clarify the intentions of choosing a remote (LP: #129038) + * Add 17_devinput.dpatch to show correct DEVICE + in doc/lirc.hwdb. (LP: #129689) + * Write out REMOTE="" to lircd.conf as well to allow + external apps to parse this information. + + -- Mario Limonciello Sun, 29 Jul 2007 13:39:17 -0500 + +lirc (0.8.2-0ubuntu3) gutsy; urgency=low + + * Add 14_lirc_i2c.dpatch to fix lirc-i2c on 2.6.22 kernel + for PVR-150 and HVR-1300. (LP: #128650) + * Add 15_macmini.dpatch to fix macmini support. (LP: #126955) + * Add 16_lirc-gpio.dpatch to fix GPIO by backporting deprecated + functions, until sysfs support is added to GPIO module. + * debian/lirc.postinst & debian/lirc.templates: + Add functionality to choose your remote. Automatically load this + information into /etc/lirc/hardware.conf and choose a /etc/lirc/lircd.conf + for your remote. (LP: #65174) + + -- Mario Limonciello Thu, 26 Jul 2007 19:47:03 -0700 + +lirc (0.8.2-0ubuntu2) gutsy; urgency=low + + * Make sure lirc_gpio is buildable by adding extra_2.6.22 + to 03_extra_files.dpatch. (LP: #125384) + * Add 05_fix_cmdir.dpatch from lirc CVS to fix cmdir linking + issues. + * Add a symbolic link in case /usr/share/doc/lirc/lirc.hwdb + is being used. + * Add 13_warning_cleanup.dpatch to cleanup all compilation warnings + encountered before submitting to the ubuntu kernel team. + + -- Mario Limonciello Wed, 11 Jul 2007 21:18:46 -0500 + +lirc (0.8.2-0ubuntu1) gutsy; urgency=low + + * New upstream version. (LP: #124842) + * Drop 01_irxevent.dpatch. Most of it is included upstream now. + * Update 12_pvr150_transmit_support.dpatch for new configure script. + * debian/rules: + - Add lirc.hwdb to lirc binary package. + * debian/lirc.postinst. + - Remove all mknods. This is handled when modprobing. + * debian/lirc.init.d + - Add LSB block. + + -- Mario Limonciello Sun, 8 Jul 2007 20:55:36 -0500 + +lirc (0.8.1+cvs20070310-0ubuntu2) feisty; urgency=low + + [ Mario Limonciello ] + * Add 12_pvr150_transmit_support.dpatch for pvr-150 ir transmitter + support (Closes: #95768) + * debian/lirc-modules-source.templates: add pvr150 module option here. + * debian/modules-source/Makefile: add pvr150 build options. + + [ Kees Cook ] + * debian/modules-source/Makefile: don't limit cleaning action, this causes + rebuilds to fail when a kernel version gets bumped. + * debian/patches: clean up unused patches. + + -- Kees Cook Wed, 4 Apr 2007 11:27:06 -0700 + +lirc (0.8.1+cvs20070310-0ubuntu1) feisty; urgency=low + + * New upstream release -- required for 2.6.20 kernels. + * Dropping unneeded patches. + + -- Kees Cook Sat, 10 Mar 2007 12:25:58 -0800 + +lirc (0.8.0-9ubuntu2) feisty; urgency=low + + * Rebuild for changes in the amd64 toolchain. + * Set Ubuntu maintainer address. + + -- Matthias Klose Mon, 5 Mar 2007 01:22:16 +0000 + +lirc (0.8.0-9ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - drop svgalib support + + -- Scott James Remnant Tue, 28 Nov 2006 15:10:00 +0000 + +lirc (0.8.0-9) unstable; urgency=low + + * Rebuilding to fix and erroneous depend. (Closes: #393316, #393297, #393351) + + -- Hector Garcia Mon, 16 Oct 2006 11:18:21 +0200 + +lirc (0.8.0-8) unstable; urgency=low + + [ Hector Garcia ] + * Added 09_lirc_drivers_2.6.18_compatibility patch by Thomas Creutz + (Closes: #387715) + * Fixed 03_extra_files to support 2.6.17 and 2.6.18. By Thomas Creutz + (Closes: #387715, #378395) + * Updated cs.po by Miroslav Jezbera. (Closes: #389248) + * Added patch to lirc_i2c from upstream CVS. By Jim Heck + * Added patch 11_cheklib_fix to remove extra depends. + * Updated po/es.po + + [ Amaya Rodrigo Sastre ] + * Use debian/compat instead of DH_COMPAT=4 in debian/rules. Thanks Guillem + Jover for pointing this out. + + -- Amaya Rodrigo Sastre Tue, 10 Oct 2006 10:31:48 +0200 + +lirc (0.8.0-7) unstable; urgency=low + + * Update french debconf template (Closes: #384619) + * Update logcheck file (Closes: #385025) + + -- Julien Danjou Mon, 18 Sep 2006 14:00:57 +0200 + +lirc (0.8.0-6) unstable; urgency=low + + [ Amaya Rodrigo Sastre ] + * Added debconf templates translation update: + - French (Closes: #370479). + - Portuguese (Closes: #373129). + - Dutch (Closes: #373828). + - Japanese (Closes: #379937). + * Use DH_COMPAT=4 in debian/rules. Got rid of debian/compat. + * Added debconf-updatepo to de debian/rules clean target (Closes: 372911). + + [ Hector Garcia ] + * Updated debian/patches/04_man_pages.dpatch + + -- Hector Garcia Fri, 18 Aug 2006 22:23:46 +0200 + +lirc (0.8.0-5ubuntu1) edgy; urgency=low + + * Merge from debian unstable, remaining changes: + - drop dependency on svgalib. + + -- Scott James Remnant Mon, 10 Jul 2006 15:45:44 +0100 + +lirc (0.8.0-5) unstable; urgency=low + + [ Aurelien Jarno ] + * debian/modules-source/debian/rules: simplify the call to + dpkg-architecture. + * debian/modules-source/debian/rules: take account of old dpkg-architecture + output. (Closes: #371050). + * debian/control: Recommends dpkg-dev (>= 1.13). Drop the recommends on + dpkg (>= 1.13). + + [ Julien Danjou ] + * Don't create udev queue in init script (Closes: #370745) + + -- Julien Danjou Sun, 11 Jun 2006 14:18:07 +0200 + +lirc (0.8.0-4) unstable; urgency=low + + * Wait for devices to be up using udevsettle (Closes: #362217) + * Updated dutch po-debconf translation (Closes: #370218) + * Fix lintian warning about lirc and lirc-modules-source templates + + -- Julien Danjou Sun, 4 Jun 2006 16:44:13 +0200 + +lirc (0.8.0-3) unstable; urgency=low + + [ Cyril Lacoux ] + * Added 08_min_code_repeat.dpatch, to allow proper interpretation of repeat + signals for Creative RM-900 (Closes: #367521). + + [ Aurelien Jarno ] + * Updated German debconf templates translation. Thanks to Franz Pletz + (Closes: #367874). + + -- Julien Danjou Tue, 23 May 2006 11:01:08 +0200 + +lirc (0.8.0-2) unstable; urgency=low + + [ Julien Danjou ] + * Include etc/lirc in lirc-modules-source.dirs (Closes: #342568) + * Fix compilation for non-root users (Closes: #297170) + + [ Aurelien Jarno ] + * Updated German debconf templates translation. Thanks to Franz Pletz + (Closes: #367274). + * Fixed typos in debconf templates (Closes: #312498). + + -- Julien Danjou Tue, 16 May 2006 12:45:59 +0200 + +lirc (0.8.0-1) experimental; urgency=low + + [ Hector Garcia ] + * New upstream release. (Closes: #349641, #352573) + - Added support up to for 2.6.15 kernels. + - dvico driver is enabled by default (Closes: #348753) + * Removed 02_aclocal.dpatch, not needed anymore. + * Ported 04_man_pages to this release. + * Ported 01_irxevent.dpatch to this release. + * Changed with-drivers to userspace to build only the userspace drivers + and keep only the kernel-space on the modules package. + * Added 02_Makefile.in.dpatch, to prevent autotools from getting run on + every build. + * Recompile with driver=userspace (Closes: #352767, #351723, #348390) + + [ Julien Danjou ] + * Add lirc_dev dependency to it87 + * Fix build-depends on libsvga1-dev rather than svgalibg1-dev + (Closes: #350791) + * Add lircrcd + * Add a patch to allow some drivers to compile with linux 2.6.16 + * Add patches from Cyril Lacoux + - Compile all modules + - Support 2 flavors for it87 (standard/digimatrix) + - Improve debconf template + - module-assistant works fine + - Add missing files for gpio + + [ Aurelien Jarno ] + * Added Swedish debconf templates translation. Thanks to Daniel Nylander + (Closes: #339544) + * Added Dutch debconf templates translation. Thanks to Kurt De Bree + (Closes: #364033) + * Enable lirc-svga on amd64. + * Added support for non-Linux architectures: + - Don't build-depends on libasound2-dev on hurd-i386, kfreebsd-i386 and + kfreebsd-amd64. + - Added 05_non_linux.dpatch, to make lirc buildable on non-Linux + architectures. + - Added 06_libtool_kfreebsd.dpatch, to update libtool for GNU/kFreeBSD. + * Changed lirc-modules-source from Arch: any to Arch: all. + + -- Julien Danjou Wed, 10 May 2006 13:40:57 +0200 + +lirc (0.7.2-2) unstable; urgency=low + + * Ready for unstable. + + -- Hector Garcia Sun, 15 Jan 2006 03:58:59 +0100 + +lirc (0.7.2-1) experimental; urgency=low + + * New upstream release. (Closes: #310133) + - support for KeySym and KeyCode in key definition + - updated udev support for 2.6.13 kernels + - added support for new version of Windows Media Center Remotes + - Use all 8 bytes of IR code + - Rewritten Sasem driver + - added support for Asus Digimatrix + - added support for Remotec Multimedia PC Remote BW6130 + - Added support for iMON-PAD and iMON-RSC + - Man page for lircd doesn't talk about the wrond -D flag + (Closes: #301688) + * Change build-depend to kernel-source. + * Change configure option --with-drivers to none on debian/rules. + * Separated build and configure stages. + * Deleted useless patch 01_configure-duplicates.dpatch + * Deleted obsolete patch 02_forgotten-files.dpatch + * Rewrite of 03_irxevent.dpatch to new version and renamed to 01_... + * Rename 04_aclocal.dpatch to 02_aclocal.dpatch + * Changed mv to cp on modules-source/Makefile + * Updated po/es.po + * Runned debconf-updatepo. (Closes: #329200) + * Updated cs.po, da.po, es.po, de.po (not all, only fuzzy), fr.po, ja.po and + vi.po + * Created 03_extra_files.dpatch so module compilation only depends on + kernel-headers. (Only 2.6.12 currently since is the only one for 2.6.x in + debian that is supported upstream. Custom kernels should still use + kernel-source). + * Deleted build-depend on kernel-source. + * Added depend on ucf. + * Added myself to uploaders and cleaned control file a bit. + * Make dpkg-reconfigure work even when no /etc/lirc/lirc-modules.conf found + (Closes: #342027) + * Added support for udev. Applied patch from dann frazier. (Closes: #303494) + * Added patch 04_man_pages.dpatch to fix hyphen-used-as-minus-sign problem. + I should send this upstream soon. + * Cleaned a few lintian warnings on maintainer scripts. + + -- Hector Garcia Thu, 5 Jan 2006 11:13:54 +0100 + +lirc (0.7.1pre2-11ubuntu1) dapper; urgency=low + + * Resynchronise with Debian. + + -- Michael Vogt Fri, 11 Nov 2005 00:15:47 +0100 + +lirc (0.7.1pre2-11) unstable; urgency=low + + * This upload sponsored by The Spanish Public Administration Department. + * Debian Policy 10.7.3. ("[Conffiles] must not be modified by the maintainer + scripts during installation (or at any other time). Apply wonderful patch + from Nicolas Boullis . (Closes #334170). + + -- Amaya Rodrigo Sastre Mon, 17 Oct 2005 16:30:37 +0200 + +lirc (0.7.1pre2-10) unstable; urgency=low + + * The "Follow the white rabbit" Release. + * Temporarily include upstream's complete setup-driver.sh into + debian/lirc.config.in so as to temporarily fix this issue. Another + temporary workaround is to install lirc-modules-source. See #329897. + I suck. + + -- Amaya Rodrigo Sastre Mon, 10 Oct 2005 17:39:02 +0200 + +lirc (0.7.1pre2-9) unstable; urgency=low + + * Changed priority from optional to extra, learn to read, now change + liblircclient's priority to optional. Hopefully end this absurd loop. + + -- Amaya Rodrigo Sastre Mon, 19 Sep 2005 18:19:06 +0200 + +lirc (0.7.1pre2-8) unstable; urgency=low + + * Changed priority from extra to optional, to get rid of override + disparities. + * Apply patch from zapdvb to irxevent, that also contains patch from + #326703, making lirc more stable when used with cpu intensive applications + like mplayer (Closes: #328697). + * Apply japanese debconf translation (Closes: #302487). + * Fixed fuzzy string in debconf .po files (Closes: #302430). Also updated + es.po. + * Corrected lirc-modules-source.conf so that it documents the right way to + separate the list of drivers (should be space separated, not comma + separated). (Closes: #312102). + * libusb-dev is already listed in Build-Depends, so this bug should have + been already fixed (Closes: #317158). + * Find the kernel source by testing for $KSRC/include/linux/version.h. + (Closes: #301590). + + -- Amaya Rodrigo Sastre Sun, 18 Sep 2005 11:55:30 +0200 + +lirc (0.7.1pre2-7) unstable; urgency=low + + * The "Kicked out from the MIA Team, by Debconf5 and RL meetings" Release. + * Acknowledge bugs closed by previous NMU. Thanks Blars! + (Closes: #315579, #318268, #312497, #301639, #302141). + * Applied patch from Agustin Martin , fixing: + - Get rid of unknown symbols when inserting lirc_sir.ko + - Build when two drivers requiring lirc_dev are selected + - Build the atiusb driver properly + (Closes: #303663, #304609, #300989). + * Apply patch supplied by Juergen Pfennig, making irxevent send keys to the + right application. (Closes: #326703). + * Apply patch from Robert Bihlmeyer to partially take + care of #303078, while a more elegant solution is found. + * Apply patch from Alban to correct spurious + warning with aclocal >= 1.8. (Closes: #305291). + * And last, but not least, make litian happy: + - Get rid of some bashisms with help from Guillem Jover + - Avoid deprecated use of chown (ie. s/root.root/root:root/). + * Special thanks to J. Carlos Garcia Sogo for the quick tutorial on dpatch. + + -- Amaya Rodrigo Sastre Sat, 17 Sep 2005 20:47:15 +0200 + +lirc (0.7.1pre2-6.1) unstable; urgency=low + + * 0 day NMU for RC bug durring bug squishing party + * remove unportable -v option from md5sum command in debian/rules + (only one of the two md5sum programs in debian has it) + (closes: #315579) + * standards version 3.6.2 (no changes) + * fix lirc-modules-source for dpkg 1.13, add versioned dpkg dependancy + (closes: #318268) + * Vietnamese debconf translation (closes: #312497) + * add build-dependency on libxt-dev (closes: #301639, #302141) + + -- Blars Blarson Sat, 3 Sep 2005 00:12:27 +0000 + +lirc (0.7.1pre2-6) unstable; urgency=low + + * back to priority optional. I am really confused now :) + + -- Amaya Rodrigo Sastre Mon, 28 Mar 2005 23:10:45 +0200 + +lirc (0.7.1pre2-5) unstable; urgency=low + + * Now really close (Closes: #301570), instead of closing 301589 twice, now + instead of looking for Rules.make or Makefile, we test for + $KSRC/include/linux/version.h. Also (Closes: #199869). + * Leave debian/liblircclient-dev.install alone (Closes: #301723). + * Add french debconf template (Closes: #301825). + + -- Amaya Rodrigo Sastre Sun, 27 Mar 2005 23:12:16 +0200 + +lirc (0.7.1pre2-4) unstable; urgency=low + + * Remove liblirc_client.so.0.0.0 from debian/liblircclient-dev.install + (Closes: #301589). + * Do not look for Rules.make while building lirc-modules, as it is no longer + shipped with kernels above 2.6.1x (Closes: #301589). + * Changed priority optional from extra. + + -- Amaya Rodrigo Sastre Sun, 27 Mar 2005 01:45:14 +0100 + +lirc (0.7.1pre2-3) unstable; urgency=low + + * The "I love to do some lirc housekeeping now that we're really going to + release Sarge" Release. + * Make /etc/init.d/lirc point to more useful doc regarding howto configure + lircd (Closes: #239196). + * Fix makefile for lirc-modules-source so that ati_usb is properly built. + Thanks to James Stark for the patch (Closes: #300989). + * lirc 0.7.1 is now in testing and does build with 2.6 (Closes: #300587). + * Fixed installatation tutorial typo mistake (Closes: #299647). + * Lirc has been logging to syslog properly identifying itself probably for + some time now (Closes: #164536). + * Build depend on libusb-dev so that the userspace driver for ATI USB + remotes (amongst others) is supported (Closes: #294248). + * If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be + automatically used instead (Closes: #197306). + * s/auido/audio/g in debian/lirc.config, ChangeLog, setup.data and setup.sh. + * Maybe (Closes: #290903) in debian/lirc.config. + * Fixed manpage-section-mismatch in doc/man/lircd.8 and doc/man/lircmd.8. + + -- Amaya Rodrigo Sastre Fri, 25 Mar 2005 23:48:33 +0100 + +lirc (0.7.1pre2-2) unstable; urgency=low + + * Applied patch from Thomas Schmidt, thanks!. (Closes: #294720). + + -- Amaya Rodrigo Sastre Sat, 12 Mar 2005 00:01:46 +0100 + +lirc (0.7.1pre2-1) unstable; urgency=low + + * New upstream release (Closes: #294174). + * s/serial_CFLAGS/SERIAL_CFLAGS/a in Makefile (Closes: #294689). + * Added support for ati_usb modules (Closes: #297243). + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Thu, 10 Mar 2005 00:27:20 +0100 + +lirc (0.7.1pre1-2) unstable; urgency=low + + * The "And when it rains, it poures" Release. + * Fixed the nasty "setup-driver.sh not found" bug, again. This fix also + should fix the debconf freeze (Closes: #269833, #292637, #293091) + Thanks to Chris Boyle for spotting the fix. + * Included patch from "Eloy A. Paris" (Closes: #292043) + so that lirc_dev gets shipped. + * Partially included patch for Makefile from Yann Rouillard + (Closes: #246112, #287328, ) so that correct + modules and symbols get installed for 2.6.x kernels. + * Improved paths in README.Debian (Closes: #218888). + * Suggest just kernel-source and not headers (Closes: #250570). + * It now builds with 2.6 kernels (Closes: #221023). I'm terrible with lirc + bugs housekeeping :) + * Newewst upstream versions fix i2c build problems (Closes: #256986). More + housekeeping here. + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Tue, 25 Jan 2005 22:29:15 +0100 + +lirc (0.7.1pre1-1) unstable; urgency=low + + * New upstream release. + + -- Amaya Rodrigo Sastre Sun, 23 Jan 2005 02:51:59 +0100 + +lirc (0.7.0.1-2) unstable; urgency=low + + * The "I can't believe nobody reported a RC bug yet!" release. + * Changed section from optional to extra to make installer@ftp-master happy. + * Change short decriptions in order to comply with new lintian check. + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Sun, 23 Jan 2005 02:51:48 +0100 + +lirc (0.7.0.1-1ubuntu3) breezy; urgency=low + + * Build-Depends: libusb-dev (Bugzilla #14513) + * GNU config automated update: config.sub (20041130 to 20050422), + config.guess (20041112 to 20050422) + + -- root Tue, 20 Sep 2005 11:01:35 -0700 + +lirc (0.7.0.1-1ubuntu2) breezy; urgency=low + + * md5sum from coreutils doesn't have -v, so drop that for now. + + -- LaMont Jones Sat, 23 Jul 2005 13:33:16 -0600 + +lirc (0.7.0.1-1ubuntu1) hoary; urgency=low + + * remove svgalib1 Dependency completely. + + -- LaMont Jones Mon, 17 Jan 2005 14:05:26 -0700 + +lirc (0.7.1pre2-11) unstable; urgency=low + + * This upload sponsored by The Spanish Public Administration Department. + * Debian Policy 10.7.3. ("[Conffiles] must not be modified by the maintainer + scripts during installation (or at any other time). Apply wonderful patch + from Nicolas Boullis . (Closes #334170). + + -- Amaya Rodrigo Sastre Mon, 17 Oct 2005 16:30:37 +0200 + +lirc (0.7.1pre2-10) unstable; urgency=low + + * The "Follow the white rabbit" Release. + * Temporarily include upstream's complete setup-driver.sh into + debian/lirc.config.in so as to temporarily fix this issue. Another + temporary workaround is to install lirc-modules-source. See #329897. + I suck. + + -- Amaya Rodrigo Sastre Mon, 10 Oct 2005 17:39:02 +0200 + +lirc (0.7.1pre2-9) unstable; urgency=low + + * Changed priority from optional to extra, learn to read, now change + liblircclient's priority to optional. Hopefully end this absurd loop. + + -- Amaya Rodrigo Sastre Mon, 19 Sep 2005 18:19:06 +0200 + +lirc (0.7.1pre2-8) unstable; urgency=low + + * Changed priority from extra to optional, to get rid of override + disparities. + * Apply patch from zapdvb to irxevent, that also contains patch from + #326703, making lirc more stable when used with cpu intensive applications + like mplayer (Closes: #328697). + * Apply japanese debconf translation (Closes: #302487). + * Fixed fuzzy string in debconf .po files (Closes: #302430). Also updated + es.po. + * Corrected lirc-modules-source.conf so that it documents the right way to + separate the list of drivers (should be space separated, not comma + separated). (Closes: #312102). + * libusb-dev is already listed in Build-Depends, so this bug should have + been already fixed (Closes: #317158). + * Find the kernel source by testing for $KSRC/include/linux/version.h. + (Closes: #301590). + + -- Amaya Rodrigo Sastre Sun, 18 Sep 2005 11:55:30 +0200 + +lirc (0.7.1pre2-7) unstable; urgency=low + + * The "Kicked out from the MIA Team, by Debconf5 and RL meetings" Release. + * Acknowledge bugs closed by previous NMU. Thanks Blars! + (Closes: #315579, #318268, #312497, #301639, #302141). + * Applied patch from Agustin Martin , fixing: + - Get rid of unknown symbols when inserting lirc_sir.ko + - Build when two drivers requiring lirc_dev are selected + - Build the atiusb driver properly + (Closes: #303663, #304609, #300989). + * Apply patch supplied by Juergen Pfennig, making irxevent send keys to the + right application. (Closes: #326703). + * Apply patch from Robert Bihlmeyer to partially take + care of #303078, while a more elegant solution is found. + * Apply patch from Alban to correct spurious + warning with aclocal >= 1.8. (Closes: #305291). + * And last, but not least, make litian happy: + - Get rid of some bashisms with help from Guillem Jover + - Avoid deprecated use of chown (ie. s/root.root/root:root/). + * Special thanks to J. Carlos Garcia Sogo for the quick tutorial on dpatch. + + -- Amaya Rodrigo Sastre Sat, 17 Sep 2005 20:47:15 +0200 + +lirc (0.7.1pre2-6.1) unstable; urgency=low + + * 0 day NMU for RC bug durring bug squishing party + * remove unportable -v option from md5sum command in debian/rules + (only one of the two md5sum programs in debian has it) + (closes: #315579) + * standards version 3.6.2 (no changes) + * fix lirc-modules-source for dpkg 1.13, add versioned dpkg dependancy + (closes: #318268) + * Vietnamese debconf translation (closes: #312497) + * add build-dependency on libxt-dev (closes: #301639, #302141) + + -- Blars Blarson Sat, 3 Sep 2005 00:12:27 +0000 + +lirc (0.7.1pre2-6) unstable; urgency=low + + * back to priority optional. I am really confused now :) + + -- Amaya Rodrigo Sastre Mon, 28 Mar 2005 23:10:45 +0200 + +lirc (0.7.1pre2-5) unstable; urgency=low + + * Now really close (Closes: #301570), instead of closing 301589 twice, now + instead of looking for Rules.make or Makefile, we test for + $KSRC/include/linux/version.h. Also (Closes: #199869). + * Leave debian/liblircclient-dev.install alone (Closes: #301723). + * Add french debconf template (Closes: #301825). + + -- Amaya Rodrigo Sastre Sun, 27 Mar 2005 23:12:16 +0200 + +lirc (0.7.1pre2-4) unstable; urgency=low + + * Remove liblirc_client.so.0.0.0 from debian/liblircclient-dev.install + (Closes: #301589). + * Do not look for Rules.make while building lirc-modules, as it is no longer + shipped with kernels above 2.6.1x (Closes: #301589). + * Changed priority optional from extra. + + -- Amaya Rodrigo Sastre Sun, 27 Mar 2005 01:45:14 +0100 + +lirc (0.7.1pre2-3) unstable; urgency=low + + * The "I love to do some lirc housekeeping now that we're really going to + release Sarge" Release. + * Make /etc/init.d/lirc point to more useful doc regarding howto configure + lircd (Closes: #239196). + * Fix makefile for lirc-modules-source so that ati_usb is properly built. + Thanks to James Stark for the patch (Closes: #300989). + * lirc 0.7.1 is now in testing and does build with 2.6 (Closes: #300587). + * Fixed installatation tutorial typo mistake (Closes: #299647). + * Lirc has been logging to syslog properly identifying itself probably for + some time now (Closes: #164536). + * Build depend on libusb-dev so that the userspace driver for ATI USB + remotes (amongst others) is supported (Closes: #294248). + * If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be + automatically used instead (Closes: #197306). + * s/auido/audio/g in debian/lirc.config, ChangeLog, setup.data and setup.sh. + * Maybe (Closes: #290903) in debian/lirc.config. + * Fixed manpage-section-mismatch in doc/man/lircd.8 and doc/man/lircmd.8. + + -- Amaya Rodrigo Sastre Fri, 25 Mar 2005 23:48:33 +0100 + +lirc (0.7.1pre2-2) unstable; urgency=low + + * Applied patch from Thomas Schmidt, thanks!. (Closes: #294720). + + -- Amaya Rodrigo Sastre Sat, 12 Mar 2005 00:01:46 +0100 + +lirc (0.7.1pre2-1) unstable; urgency=low + + * New upstream release (Closes: #294174). + * s/serial_CFLAGS/SERIAL_CFLAGS/a in Makefile (Closes: #294689). + * Added support for ati_usb modules (Closes: #297243). + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Thu, 10 Mar 2005 00:27:20 +0100 + +lirc (0.7.1pre1-2) unstable; urgency=low + + * The "And when it rains, it poures" Release. + * Fixed the nasty "setup-driver.sh not found" bug, again. This fix also + should fix the debconf freeze (Closes: #269833, #292637, #293091) + Thanks to Chris Boyle for spotting the fix. + * Included patch from "Eloy A. Paris" (Closes: #292043) + so that lirc_dev gets shipped. + * Partially included patch for Makefile from Yann Rouillard + (Closes: #246112, #287328, ) so that correct + modules and symbols get installed for 2.6.x kernels. + * Improved paths in README.Debian (Closes: #218888). + * Suggest just kernel-source and not headers (Closes: #250570). + * It now builds with 2.6 kernels (Closes: #221023). I'm terrible with lirc + bugs housekeeping :) + * Newewst upstream versions fix i2c build problems (Closes: #256986). More + housekeeping here. + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Tue, 25 Jan 2005 22:29:15 +0100 + +lirc (0.7.1pre1-1) unstable; urgency=low + + * New upstream release. + + -- Amaya Rodrigo Sastre Sun, 23 Jan 2005 02:51:59 +0100 + +lirc (0.7.0.1-2) unstable; urgency=low + + * The "I can't believe nobody reported a RC bug yet!" release. + * Changed section from optional to extra to make installer@ftp-master happy. + * Change short decriptions in order to comply with new lintian check. + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Sun, 23 Jan 2005 02:51:48 +0100 + +lirc (0.7.0.1-1) unstable; urgency=low + + * The "let's try to fix the versioning mistake" release. I mistakenly took + 0.7.0pre8 as later than 0.7.0, so this is actually upstream latest + tarball, 0.7.0, with a made up version number. + * Not try to build /dev/lirc during build (Closes: #287559). Thanks to Lars + Wirzenius . + * Include setup-driver.sh (Closes: #287370). Thanks to Lars Wirzenius + . + * This upstream version really closes (Closes: #236573, #255383, #280548). + * The Danish debconf po is included! (Closes: #276699). + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Sat, 15 Jan 2005 14:41:42 +0100 + +lirc (0.7.0pre8-1) unstable; urgency=low + + * New upstream release. + * GNU config automated update: config.sub (20020307 to 20041130), + config.guess (20020320 to 20041112) + + -- Amaya Rodrigo Sastre Sun, 26 Dec 2004 07:48:16 +0100 + +lirc (0.7.0-1) unstable; urgency=low + + * New upstream release (Closes: #236573, #280548, #236573). + * Now builds with 2.6.x (Closes: #255383, #221023). + * GNU config automated update: config.sub (20020307 to 20040624), + config.guess (20020320 to 20040813) + * Added Danish po-debconf translation for lirc (Closes: #276699). + * Removed Ian Murdock from Uploaders. + * GNU config automated update: config.sub (20040624 to 20041130), + config.guess (20040813 to 20041112) + + -- Amaya Rodrigo Sastre Tue, 28 Dec 2004 04:44:30 +0100 + +lirc (0.6.6-13) unstable; urgency=low + + * The "Happy birthday Ranty" release (Sept 24th). + * The "Happy birthday Amaya" release (Sept 25th). + * The "Pierre, we are so glad you are back home and feeling better" release. + * Fixed path in README.Debian (Closes: #218888) + * Fix debconf prompt freeze (Closes: #269833) + * debian/modules-source/README: s/WARMING/WARNING/ + + -- Amaya Rodrigo Sastre Sat, 25 Sep 2004 19:57:49 +0200 + +lirc (0.6.6-12) unstable; urgency=low + + * The "Ranty is missed everyday" release. + Happy hacking in Heaven, our friend+brother (Closes: #252156). + * 4 new maintainers (Closes: #248767). + * Added Pierre Machard, Riku Voipio and Ian Murdock to the Uploaders field. + * GNU config automated update: config.sub (20040312 to 20040624), + config.guess (20040312 to 20040813) + * Get rid of config.log and config.status in the clean target. + * Included French Debconf Translation (Closes: #262379). + * Included Czech Debconf Translation (Closes: #261285). + * Added support for CFLAGS in the build target. + + -- Amaya Rodrigo Sastre Fri, 27 Aug 2004 20:21:00 +0200 + +lirc (0.6.6-11) unstable; urgency=low + + * Apply patch from : Goswin von Brederlow (closes: #259978) + - lirc-svga is only build for i386 + + -- Pierre Machard Sun, 18 Jul 2004 01:06:08 +0200 + +lirc (0.6.6-10) unstable; urgency=low + + * Add a test to know if smode2 is available for the target arch + (thanks to mrvn) + * Change priority to optional (closes: #236481) + * Swith to po-debconf format (closes: #232283) + + -- Pierre Machard Sat, 17 Jul 2004 19:10:45 +0200 + +lirc (0.6.6-9) unstable; urgency=low + + * QA Upload + * Add depends on svgalib only for i386 to fix building on arch !i386 + + -- Pierre Machard Sat, 17 Jul 2004 16:53:55 +0200 + +lirc (0.6.6-8) unstable; urgency=low + + * QA Upload + * Set Maintainer to packages@qa.debian.org + * Fix svgalib Build-Deps. (Closes: #243195) + * GNU config automated update: config.sub (20031007 to 20040312), + config.guess (20031007 to 20040312) + + -- Pierre Machard Sat, 17 Jul 2004 14:52:28 +0200 + +lirc (0.6.6-7) unstable; urgency=low + + * Set Architecture: properly for lirc-modules-KVERS packages. (Closes:#218881) + courtesy of Helge Kreutzmann + * GNU config automated update: config.sub (20030717 to 20031007), + config.guess (20030702 to 20031007) + * Build-Depend on debhelper >= 4.0.18 for dh_install's --list-missing. + (Closes:#187712) + * Fix "quick walkthrough" instructions it is "debian/rules" not "make". + (Closes:#202622) + * Recommend xfonts-75dpi and copy from the gimp's package description the + explanation on why it is only recommended. (Closes:#215168) + * Use ACTISYS_ACT200L instead of ACTISYS_200L to match driver sources. + (Closes:#204724) + * Remove "Depends: ${shlibs:Depends}, ${misc:Depends}" from binary module + packages as it may cause an empty Depends: line which then confuses apt. + (Closes:#210477) + * Fix spelling in hardware.conf. (Closes:#218887) + * Add a comment about /dev/lirc/0 to hardware.conf. (Improves:#197306) + * Make sure this changelog is UTF-8. + + -- Manuel Estrada Sainz Sat, 22 Nov 2003 22:07:51 +0100 + +lirc (0.6.6-6) unstable; urgency=low + + * Changed liblircclient-dev section to libdevel. + * Added "Source: lirc" to modules-source's debian/control. (Closes: #213819) + * GNU config automated update: config.sub (20030103 to 20030717), + config.guess (20030110 to 20030702) + + -- Manuel Estrada Thu, 2 Oct 2003 23:45:36 +0200 + +lirc (0.6.6-5) unstable; urgency=low + + * Use dpatch. + * Use ACTISYS_200L instead of ACT200L to properly configure SIR kernel + module. (closes: Bug#182647) + + -- Manuel Estrada Sainz Sat, 8 Mar 2003 20:15:56 +0100 + +lirc (0.6.6-4) unstable; urgency=low + + * Add kdist_configure target to lirc-modules-source. (closes: Bug#169364) + * GNU config automated update: config.sub (20020905 to 20021130), + config.guess (20020903 to 20021130) + * use DH_COMPAT 4 + * GNU config automated update: config.sub (20021130 to 20030103), + config.guess (20021130 to 20030110) + * Load kernel modules modules with autoclean (closes: Bug#176421) + * Move configuration files for the different remotes from share/doc/lirc/ to + share/lirc/. + + -- Manuel Estrada Sainz Wed, 22 Jan 2003 21:20:32 +0100 + +lirc (0.6.6-3) unstable; urgency=low + + * Include logcheck support as suggested by Blars Blarson + (closes: Bug#164510) + * GNU config automated update: config.sub (20020703 to 20020905), + config.guess (20020709 to 20020903) + * 'sed' was segfaulting on 'configure', use 'sort -u' instead + (closes: Bug#166264). + + -- Manuel Estrada Sainz Fri, 25 Oct 2002 21:44:45 +0200 + +lirc (0.6.6-2) unstable; urgency=low + + * Fixed modutils file setup on postinst (closes: Bug#164200). + Thanks to "Aaron M. Ucko" for diagnostic and fix. + * Temporarly renamed 'rc' into 'irsend' to prevent name clash with 'rc' + package, if upstream uses something different, I'll follow. + (closes: Bug#164196). + + -- Manuel Estrada Sainz Fri, 11 Oct 2002 11:16:50 +0200 + +lirc (0.6.6-1) unstable; urgency=low + + * New upstream release. + * added rc tool for sending IR commands (previously included in xrc package) + * bugfix for Winfast TV2000 card + * added SIR support for Actisys Act200L dongle (Karl Bongers) + * added UDP network driver for use with the IPC@Chip (Jim Paris) + * added support for hardware connected to soundcard input (Pavel Machek) + * added support for Tekram M230 Mach64 (Froenchenko Leonid) + * add debhelper dependency to lirc-modules-source (closes: Bug#163974). + * GNU config automated update: config.sub (20020621 to 20020703), + config.guess (20020529 to 20020709) + * Improved sanity checking when building kernel modules (closes: Bug#153491). + * Fixed a typo that prevented "automatic" configuration of lirc_parallel + driver. + * Use /etc/modutils/lirc to set kernel module parameters (closes: Bug#154476). + * Add a note about the need of 'setserial /dev/ttySX uart none' when using + lirc_serial or lirc_sir to README.Debian. + * lirc.config is now "POSIX Shell" compatible, use /bin/sh instead of + /bin/bash. + + -- Manuel Estrada Sainz Thu, 10 Oct 2002 18:53:57 +0200 + +lirc (0.6.5-6) unstable; urgency=low + + * Took the upstream fix for the compilation problem with 2.4.19-rc1 kernels. + (closes: Bug#152982) + + -- Manuel Estrada Sainz Thu, 8 Aug 2002 13:58:48 +0200 + +lirc (0.6.5-5) unstable; urgency=low + + * Patch by Andy Mortimer to include network + only support. (closes: Bug#151414) + + -- Manuel Estrada Sainz Tue, 9 Jul 2002 17:03:47 +0200 + +lirc (0.6.5-4) unstable; urgency=low + + * Applied a patch from CVS to remove the restricted licence on files + generated with irrecord. (closes: Bug#152074) + + -- Manuel Estrada Sainz Sun, 7 Jul 2002 02:12:57 +0200 + +lirc (0.6.5-3) unstable; urgency=low + + * Hacked around a problem with kernel 2.4.19-rc1. + + -- Manuel Estrada Sainz Thu, 4 Jul 2002 23:36:10 +0200 + +lirc (0.6.5-2) unstable; urgency=low + + * Fixed a typo in README.Debian + * Tell how to get a list of supported drivers in /etc/lirc/hardware.conf + (closes: Bug#141318). + * Changed section to "utils". (closes: Bug#145100) + * GNU config automated update: config.sub (20020102 to 20020307), + config.guess (20020102 to 20020320) + * GNU config automated update: config.sub (20020307 to 20020621), + config.guess (20020320 to 20020529) + + -- Manuel Estrada Thu, 4 Jul 2002 21:50:25 +0200 + +lirc (0.6.5-1) unstable; urgency=low + + * New upstream release. + * Updated debian/rules based on /usr/share/doc/autotools-dev/README.Debian.gz + + Use DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE + + Update config.{sub,guess} automatically + + touch every single file in 'clean' to prevent timestamp skews + * GNU config automated update: config.sub (20011130 to 20020102), + config.guess (20011126 to 20020102) + * Use syslog and offer to remove /var/log/lircd (closes: Bug#131774) + * Integrate it87 kernel driver with the packing. + + updated debian/modules-source/{Makefile,README.make}, + lirc-modules-source.templates and lirc-modules-source.config + + -- Manuel Estrada Sainz Fri, 1 Feb 2002 21:04:49 +0100 + +lirc (0.6.4-10) unstable; urgency=high + + * The urgency is because: + + 0.6.4-9: may be uninstalable. + + reduces user frustration on module building by giving a verbose + error message. + + Complies with policy by not restoring deleted conffiles on the users + back. + + Secures device permisions. + + There is no new feature. + * /etc/lirc/lircmd.conf may not be there (closes: Bug#126279). + * Don't create /etc/lirc/* files unless they are there, they should be moved + from /etc/ or the user chooses to reconfigure the package. + * Add MODULE_LICENSE to kernel modules, patch by Ingo Saitz + This was already fixed upstream, but oh well, lets not wait to the next + release. (closes: Bug#128074) + * Cry out if IRQ, PORT or TIMER are not set when compiling kernel modules. + (closes: Bug#108131) + * Tell devfsd to create /dev/lirc/0 unconditionaly. (works around: #128072) + The proper fix should come soon from upstream. + * Changed permisions of kernel devices from "root.video 660" to + "root.root 660" since only lircd should use them and it runs as root. + By writting to this devices you may confuse kernel code and that kind + of thing should be reserved to root. If someone feels that read-only + access should be allowed to to other users or groups go ahead and file + a bug. + + -- Manuel Estrada Sainz Sun, 13 Jan 2002 20:27:00 +0100 + +lirc (0.6.4-9) unstable; urgency=low + + * Added IntelliMouse support to lircmd. (closes: Bug#122300) + * Fixed html comments on the documentation which prevented some text from + showing up in a browser, so if you were looking for something and it + wasn't there go back and make sure it is still not there. + + -- Manuel Estrada Sainz Sat, 15 Dec 2001 20:04:48 +0100 + +lirc (0.6.4-8) unstable; urgency=low + + * Took X dependent parts and svgalib parts to their own packages, and have + lirc Suggest them. (closes: Bug#121543) + * ispelled README.Debian. + * Applied patch to handle epochs properly on lirc-modules-source by + Dwayne C. Litzenberger" (closes: Bug#123019). + * Enabled Irman support (closes: Bug#103951). + I don't have an Irman and don't realy know how the hell it works, so + if there is any problem please report and I will try to fix it. + * Updated config.sub and config.guess from ftp://ftp.gnu.org/pub/gnu/config/ + + -- Manuel Estrada Sainz Mon, 10 Dec 2001 23:46:29 +0100 + +lirc (0.6.4-7) unstable; urgency=low + + * I forgot to protect a couple of db_input's with "|| true". + (closes: Bug#121006) + * Make sure lirc-modules-source/kernel-source-not-found gets shown when + needed. + + -- Manuel Estrada Sainz Sun, 25 Nov 2001 03:32:58 +0100 + +lirc (0.6.4-6) unstable; urgency=low + + * Build-dep on svgalib-dummyg1[!i386] and svgalibg1-dev [i386] so it can + build on architectures where svgalib is not available. + + -- Manuel Estrada Sainz Wed, 21 Nov 2001 13:17:22 +0100 + +lirc (0.6.4-5) unstable; urgency=low + + * call db_stop in lirc.postrm. + * modified lirc-modules-source.postinst a bit hopefully to make it + more portable, infact it now works with zsh. + * Updated README.Debian on regards to irman2lirc. + * Updated manpages and added manpages for all binaries (closes: Bug#85217). + * Build smode2 which makes lirc depend on svgalibg1. Please file a wishlist + bug suggesting an alternative if that is inconvenient. + + -- Manuel Estrada Sainz Sun, 4 Nov 2001 20:39:50 +0100 + +lirc (0.6.4-4) unstable; urgency=low + + * lirc was not building on powerpc because of the time difference with + voltaire.debian.org. I was 'touch'ing configure.in to prevent rebuilding + too much stuff and the time difference broke that. Now I am a bit more + aggressive with the time change. + * Use forkpty from libc, so I don't have to worry about devfs or devpts. + closes: #115870 or at least makes it a libc problem :) + + -- Manuel Estrada Sainz Mon, 29 Oct 2001 15:40:23 +0100 + +lirc (0.6.4-3) unstable; urgency=low + + * Updated config.sub and config.guess from ftp://ftp.gnu.org/pub/gnu/config/ + so lirc may build on more architectures (closes: #115964). + + -- Manuel Estrada Sainz Wed, 17 Oct 2001 16:19:56 +0200 + +lirc (0.6.4-2) unstable; urgency=low + + * Fixed problem with not existing configure.in.stamp (closes: #114494) + * Put lirc-modules-source debs in $(KSRC)/.. as suggested by + Christian Ohm + * Depend on debconf (>= 0.5.00) to use seen flag. + + -- Manuel Estrada Sainz Mon, 15 Oct 2001 19:29:53 +0200 + +lirc (0.6.4-1) unstable; urgency=low + + * Sorry for those 2 months of inactivity, I just came back from Colombia + where I didn't have a SID system to work on. + * New upstream release (closes: #112549) + * Call update-devfsd on postrm when purging. (closes: #104446) + * Change daemons/Makefile.in insted of daemons/Makefile.am to prevent + creating of devices nodes. This way we don't have to run automake and we + don't need to Build-depend on automake and libtool. + * Properly use MOD_DIR on lirc-modules-source (closes: #105784). + * Check for devfs device nodes after loading modules to make sure that they + are there (closes: #114284) + * Updated lirc-modules-source/do-build description, it should be more + readable now (closes: #107765) + * Added kdist_clean target to lirc-modules-source debian/rules. + + -- Manuel Estrada Sainz Thu, 4 Oct 2001 14:35:33 +0200 + +lirc (0.6.3-3) unstable; urgency=low + + * include doc/irxevent.keys as it is referenced from within the + documentation. + * Mising variables will be restored in /etc/lirc/hardware.conf. + * Installation won't fail if a conffile is missing (closes: #103326) + * Maintainer script cleanups, removed bashisms but some shell script + extracted from upstream needs bash :( + * Don't manually call ldconfig on liblircclient0 postinst, debhelper does it + already. + * Make sure that debian/rules is executable on lirc-modules-source package. + (closes: #103607) + * Build lirc-modules-x.x.x.deb in MODDIR as set by make-kpkg and by default + on ".." (closes: #103797) + + -- Manuel Estrada Sainz Wed, 4 Jul 2001 13:10:14 +0200 + +lirc (0.6.3-2) unstable; urgency=low + + * Kernel module building cleanups: it now works for 2.2 kernels, but + keep in mind that not all modules support all kernels. + * Debconf German translation thanks to Sebastian Feltel + (closes: #101171) + * Parallel port kernel module now compiles on 2.4 kernels thanks to + Santiago Garcia Mantinan + * Don't unpack the source into /usr/src/modules directly; instead, + build a tarball in /usr/src/lirc-modules.tar.gz + * lirc-modules-source is now a kernel-package compliant modules package. + * Kernel modules configuration is automated with debconf. + * lirc-modules-source:Recommends: make, dpkg-dev, c-compiler, kernel-package + * lirc-modules-source:Suggests: kernel-source | kernel-headers + * Extracted upstream configuration scripts and integrated them with debconf. + * If there is not a valid configuration try to get it from the previous + location or from upstream sample files. (closes: #102258) + * Added support for devfsd. + * Debconf Spanish translation thanks to + Carlos Valdivia Yagüe (closes: #102158) + * init.d script tries to load appropriate kernel modules. + * lirc-modules-source: Added descriptions of ANIMAX, IRDEO and TEKRAM. + * Loading kernel modules from init.d script is now optional + (See /etc/lirc/hardware.conf ) + * init.d script cryes out loud and refuses to launch daemons if it tries to + load kernel modules and they are not there. + * Resurrected automatic informal module building. + * Register html documentation with doc-base. + * Updated README.Debian, lirc-modules-source.README.Debian + modules-source/README and modules-source/README.make to reflect latest + changes. + + -- Manuel Estrada Sainz Wed, 27 Jun 2001 05:43:29 +0200 + +lirc (0.6.3-1) unstable; urgency=low + + * New Maintainer. + * New upstream release. (closes: #71643, #90129, #90130, #99405, #94686, + #97373, #73023, #85214, #90258) + * /etc/rc?.d/S??lirc priority is now 19 so it starts before gpm + and creates /dev/lircm for devfs users. (closes: #76958) + * Pass the kernel version correctly to configure. (closes: #85215) + * Moved kernel modules source to it's own package. + * lirc: Suggests lirc-modules-source + * Adjusted de descriptions for the package. + * moved irman2lirc to /usr/bin + * Moved config files to /etc/lirc/ and added hardware.conf so editing + /etc/init.d/lirc is not needed + * Explained a bit more how to make all this work in README.Debian + * Added some manpages. + + -- Manuel Estrada Sainz Thu, 7 Jun 2001 00:45:11 +0200 + +lirc (0.6.1-1.2) unstable; urgency=low + + * Added libtool build-dependency. Should fix 90258 + * Non-maintainer upload + + -- Gopal Narayanan Fri, 13 Apr 2001 17:09:21 +0000 + +lirc (0.6.1-1.1) unstable; urgency=low + + * Non-maintainer Upload + * Took out the install-exec-local target from daemons/Makefile.am and + added automake before configure in rules + * mknod stuff commented out in init.d + * Moved mknod to postinst + * above fixes are for bug 85214 + + -- Gopal Narayanan Fri, 16 Mar 2001 23:02:39 -0500 + +lirc (0.6.1-1) unstable; urgency=low + + * New upstream version. + * New makefile system for the kernel modules (Closes: #69028). + + -- Tom Lees Sun, 27 Aug 2000 12:30:57 +0100 + +lirc (0.6.0.final-2) unstable; urgency=low + + * Build the Makefile for /usr/src/lirc/lirc_aver. + * Remove the /usr/src/lirc/Makefile* files, they're useless. + * Add a README to /usr/src/lirc about building the drivers. + + -- Tom Lees Tue, 2 May 2000 09:33:14 +0100 + +lirc (0.6.0.final-1) unstable; urgency=low + + * New upstream release. + * Fix a small bug which caused lircd to crash. + * Make the drivers buildable. + * Add AverMedia driver, thanks to Santiago Garcia Mantinan . + * Remove the device nodes on purge. + + -- Tom Lees Thu, 20 Apr 2000 00:18:24 +0100 + +lirc (0.6.0pre6-1) unstable; urgency=low + + * Initial Release. + + -- Tom Lees Thu, 30 Mar 2000 19:30:57 +0100 + +Local variables: +mode: debian-changelog +End: + --- lirc-0.8.7.orig/debian/README.Debian +++ lirc-0.8.7/debian/README.Debian @@ -0,0 +1,46 @@ +Debianization README for LIRC notes +=================================== + +If you need irxevent or xmode2 they can be found in lirc-x package. And if you +need smode2 it can be found in lirc-svga package. This split has been done to +prevent dependencies on xlibs and svgalib for the main lirc package. + +You will probably need some kernel modules for your hardware to work, those +are distributed separately in lirc-modules-source package. You will find some +notes and instruction on how to build and install them in +/usr/share/doc/lirc-modules-source/README.Debian and +/usr/src/modules/lirc-modules/README once you install it. + +If you use lirc_sir or lirc_serial kernel modules you should either remove +the official serial driver or use 'setserial /dev/ttySX uart none' so it +releases the serial port for use with lirc. + +For fine tuning you should look at /etc/lirc/hardware.conf + +If you already have a proper configuration file for the libirman package, you +may convert it to lirc syntax with irman2lirc. For more information take a +look at html/configure.html. + + +TROUBLE SHOOTING +---------------- + +We currently try to do it all automatically but if we miss the target there +are ways to solve this: + +If you configure lircmd to use IMPS/2 protocol gpm will refuse to work with +it, you will have to use IntelliMouse or MouseSystems for gpm to work. You can +find detailed information on how to configure lircmd in: + + /usr/share/doc/lirc/html/configure.html + +If the installation can't find proper configuration files for your hardware or +you have special needs, you may find one under the remotes/ directory or at +least a sample to start with. Or you can make your own from scratch with +irrecord. Read the documentation under html/ for more details. + +If you need to use a different device or driver, you can select them manually in +/etc/lirc/hardware.conf. Running lircd --driver=blah will give a list of +supported drivers. + +-- Manuel Estrada Sainz Sat, 9 Jun 2001 18:40:00 +0100 --- lirc-0.8.7.orig/debian/logcheck.ignore +++ lirc-0.8.7/debian/logcheck.ignore @@ -0,0 +1,2 @@ +lircd[ -].*\[.*\]: accepted new client on \/dev\/lircd +lircd[ -].*\[.*\]: removed client --- lirc-0.8.7.orig/debian/lirc-modules-source.postinst +++ lirc-0.8.7/debian/lirc-modules-source.postinst @@ -0,0 +1,51 @@ +#!/bin/sh +# Copyright (C) 2007-2008 Mario Limonciello +set -e + +NAME=lirc +PACKAGE_NAME=$NAME-modules-source +CVERSION=`dpkg-query -W -f='${Version}' $PACKAGE_NAME | awk -F "-" '{print $1}' | cut -d\: -f2` + +ARCH=`dpkg --print-architecture` +case $ARCH in + amd64) + ARCH="x86_64" + ;; + lpia) + ARCH="i686" + ;; + i386) + ARCH="i686" + ;; + *) + echo "WARNING: unsupported arch: $ARCH" + ARCH="$ARCH" + ;; +esac + +case "$1" in + configure) + for POSTINST in /usr/lib/dkms/common.postinst /usr/share/$PACKAGE_NAME/postinst; do + if [ -f $POSTINST ]; then + $POSTINST $NAME $CVERSION /usr/share/$PACKAGE_NAME $ARCH $2 + exit $? + fi + echo "WARNING: $POSTINST does not exist." + done + echo "ERROR: DKMS version is too old and $PACKAGE_NAME was not" + echo "built with legacy DKMS support." + echo "You must either rebuild $PACKAGE_NAME with legacy postinst" + echo "support or upgrade DKMS to a more current version." + exit 1 + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# --- lirc-0.8.7.orig/debian/lirc.docs +++ lirc-0.8.7/debian/lirc.docs @@ -0,0 +1,5 @@ +NEWS +README +ANNOUNCE +TODO +doc/irxevent.keys --- lirc-0.8.7.orig/debian/dkms.conf.in +++ lirc-0.8.7/debian/dkms.conf.in @@ -0,0 +1,69 @@ +PACKAGE_NAME="lirc" +PACKAGE_VERSION="LIRC_VERSION" +CLEAN="rm -f *.*o" +MAKE[0]="make dkms KSRC=$kernel_source_dir KVER=$kernelver" +AUTOINSTALL="yes" + +BUILT_MODULE_NAME[0]="lirc_dev" +BUILT_MODULE_LOCATION[0]="modules" +DEST_MODULE_LOCATION[0]="/updates/lirc" + +BUILT_MODULE_NAME[1]="lirc_atiusb" +BUILT_MODULE_LOCATION[1]="modules" +DEST_MODULE_LOCATION[1]="/updates/lirc" + +BUILT_MODULE_NAME[2]="lirc_bt829" +BUILT_MODULE_LOCATION[2]="modules" +DEST_MODULE_LOCATION[2]="/updates/lirc" + +BUILT_MODULE_NAME[3]="lirc_ite8709" +BUILT_MODULE_LOCATION[3]="modules" +DEST_MODULE_LOCATION[3]="/updates/lirc" + +BUILT_MODULE_NAME[4]="lirc_i2c" +BUILT_MODULE_LOCATION[4]="modules" +DEST_MODULE_LOCATION[4]="/updates/lirc" + +BUILT_MODULE_NAME[5]="lirc_igorplugusb" +BUILT_MODULE_LOCATION[5]="modules" +DEST_MODULE_LOCATION[5]="/updates/lirc" + +BUILT_MODULE_NAME[6]="lirc_imon" +BUILT_MODULE_LOCATION[6]="modules" +DEST_MODULE_LOCATION[6]="/updates/lirc" + +BUILT_MODULE_NAME[7]="lirc_it87" +BUILT_MODULE_LOCATION[7]="modules" +DEST_MODULE_LOCATION[7]="/updates/lirc" + +BUILT_MODULE_NAME[8]="lirc_mceusb" +BUILT_MODULE_LOCATION[8]="modules" +DEST_MODULE_LOCATION[8]="/updates/lirc" + +BUILT_MODULE_NAME[9]="lirc_ttusbir" +BUILT_MODULE_LOCATION[9]="modules" +DEST_MODULE_LOCATION[9]="/updates/lirc" + +BUILT_MODULE_NAME[10]="lirc_sasem" +BUILT_MODULE_LOCATION[10]="modules" +DEST_MODULE_LOCATION[10]="/updates/lirc" + +BUILT_MODULE_NAME[11]="lirc_serial" +BUILT_MODULE_LOCATION[11]="modules" +DEST_MODULE_LOCATION[11]="/updates/lirc" + +BUILT_MODULE_NAME[12]="lirc_sir" +BUILT_MODULE_LOCATION[12]="modules" +DEST_MODULE_LOCATION[12]="/updates/lirc" + +BUILT_MODULE_NAME[13]="lirc_streamzap" +BUILT_MODULE_LOCATION[13]="modules" +DEST_MODULE_LOCATION[13]="/updates/lirc" + +BUILT_MODULE_NAME[14]="lirc_ene0100" +BUILT_MODULE_LOCATION[14]="modules" +DEST_MODULE_LOCATION[14]="/updates/lirc" + +BUILT_MODULE_NAME[15]="lirc_wpc8769l" +BUILT_MODULE_LOCATION[15]="modules" +DEST_MODULE_LOCATION[15]="/updates/lirc" --- lirc-0.8.7.orig/debian/TODO +++ lirc-0.8.7/debian/TODO @@ -0,0 +1,26 @@ +Apply sed-segfaults patch from CVS. + +Improve package descriptions. + +Improbe --version and --help messages for help2man generation. + +use MAKEDEV when a mayor number is officialy assigned to LIRC. + +Make sure that lircd daemonizes properly. + +Find out what to do with sample configuration files. + probably move them to /usr/share/lirc + +lirc-modules-source: needs lirc to be configured for automagical configuration. + but a Pre-Depends sounds as too much, as it doesn't + even Depend on lirc. + Apt seams to do it right. + +Ask lirc/install_devices only if they are not there? + +use install instead of cp in debian/rules. + Should I realy? debhelper takes care of permisions anyway. + How about dh_install? + +Make lirc_sir type runtime selectable, so module binary packages can be +included in debian mirrors. --- lirc-0.8.7.orig/debian/lirc.postinst +++ lirc-0.8.7/debian/lirc.postinst @@ -0,0 +1,631 @@ +#!/bin/sh +set -e + +DebconfLoad () +{ + #Read remote information + #that was populated in debconf + db_get lirc/remote + REMOTE="$RET" + db_get lirc/remote_driver + REMOTE_DRIVER="$RET" + db_get lirc/remote_modules + REMOTE_MODULES="$RET" + db_get lirc/remote_device + REMOTE_DEVICE="$RET" + db_get lirc/remote_lircd_conf + REMOTE_LIRCD_CONF="$RET" + + #Read transmitter information + #that was populated in debconf + db_get lirc/transmitter + TRANSMITTER="$RET" + db_get lirc/transmitter_driver + TRANSMITTER_DRIVER="$RET" + db_get lirc/transmitter_modules + TRANSMITTER_MODULES="$RET" + db_get lirc/transmitter_device + TRANSMITTER_DEVICE="$RET" + db_get lirc/transmitter_lircd_conf + TRANSMITTER_LIRCD_CONF="$RET" + + #Whether we will be starting lircd + db_get lirc/start_lircd + START_LIRCD="$RET" + + db_get lirc/lircmd_conf + LIRCMD_CONF="$RET" + + #force noninteractive reconfiguration + db_get lirc/reconfigure + FORCE_NONINTERACTIVE_RECONFIGURATION="$RET" + + #Common kernel module configuration + db_get lirc/port + LIRC_PORT=$RET + db_get lirc/irq + LIRC_IRQ=$RET + db_get lirc/cflags + LIRC_CFLAGS=$RET + + #lirc_parallel + db_get lirc/timer + LIRC_PARALLEL_TIMER=$RET +} + +check_hardware_conf () +{ + #Make sure that all variables are there, and also create the file if + #it is not there + #local VAR + for VAR in REMOTE REMOTE_MODULES REMOTE_DRIVER REMOTE_DEVICE REMOTE_SOCKET REMOTE_LIRCD_CONF REMOTE_LIRCD_ARGS TRANSMITTER TRANSMITTER_MODULES TRANSMITTER_DRIVER TRANSMITTER_DEVICE TRANSMITTER_SOCKET TRANSMITTER_LIRCD_CONF TRANSMITTER_LIRCD_ARGS START_LIRCD START_LIRCMD LOAD_MODULES LIRCMD_CONF FORCE_NONINTERACTIVE_RECONFIGURATION + do + # Patch provided by Robert Bihlmeyer + # See http://bugs.debian.org/303078 + if ! grep -q "^[ ]*$VAR\>" /etc/lirc/hardware.conf; then + echo "$VAR=\"\"" >> /etc/lirc/hardware.conf + fi + done +} + +Save () +{ + check_hardware_conf + + if [ -f $1 ]; then + cp $1 $1.old + fi + + sed -i -e " + s|^\(REMOTE\)=.*|\1=\"$REMOTE\"|; + s|^\(REMOTE_DRIVER\)=.*|\1=\"$REMOTE_DRIVER\"|; + s|^\(REMOTE_MODULES\)=.*|\1=\"$REMOTE_MODULES\"|; + s|^\(REMOTE_DEVICE\)=.*|\1=\"$REMOTE_DEVICE\"|; + s|^\(REMOTE_LIRCD_CONF\)=.*|\1=\"$REMOTE_LIRCD_CONF\"|; + s|^\(TRANSMITTER\)=.*|\1=\"$TRANSMITTER\"|; + s|^\(TRANSMITTER_DRIVER\)=.*|\1=\"$TRANSMITTER_DRIVER\"|; + s|^\(TRANSMITTER_MODULES\)=.*|\1=\"$TRANSMITTER_MODULES\"|; + s|^\(TRANSMITTER_DEVICE\)=.*|\1=\"$TRANSMITTER_DEVICE\"|; + s|^\(TRANSMITTER_LIRCD_CONF\)=.*|\1=\"$TRANSMITTER_LIRCD_CONF\"|; + s|^\(START_LIRCD\)=.*|\1=\"$START_LIRCD\"|; + s|^\(LIRCMD_CONF\)=.*|\1=\"$LIRCMD_CONF\"|; + s|^\(FORCE_NONINTERACTIVE_RECONFIGURATION\)=.*|\1=\"$FORCE_NONINTERACTIVE_RECONFIGURATION\"|; + " $1 +} + +ChooseRemote() +{ + #Read our old remote configuration + OLDREMOTE=`grep "^REMOTE=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + REMOTE_DEVICE=`grep "^REMOTE_DEVICE=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + REMOTE_DRIVER=`grep "^REMOTE_DRIVER=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + REMOTE_MODULES=`grep "^REMOTE_MODULES=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + REMOTE_LIRCD_CONF=`grep "^REMOTE_LIRCD_CONF=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + + #read our old transmitter configuration + OLDTRANSMITTER=`grep "^TRANSMITTER=" /etc/lirc/hardware.conf | sed s/\"//g| awk -F "=" '{print $2}'` + TRANSMITTER_DEVICE=`grep "^TRANSMITTER_DEVICE=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + TRANSMITTER_DRIVER=`grep "^TRANSMITTER_DRIVER=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + TRANSMITTER_MODULES=`grep "^TRANSMITTER_MODULES=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + TRANSMITTER_LIRCD_CONF=`grep "^TRANSMITTER_LIRCD_CONF=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + + START_LIRCD=`grep "^START_LIRCD=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + + #Avoid corner cases that can prevent proper reconfiguration + if [ -z "$OLDREMOTE" ]; then + OLDREMOTE="None" + fi + if [ -z "$OLDTRANSMITTER" ]; then + OLDTRANSMITTER="None" + fi + + #force reconfiguration. can be set by external applications + #to true if they want to bypass the normal methods presented + #to users and instead just parse the file. + FORCE_NONINTERACTIVE_RECONFIGURATION=`grep "^FORCE_NONINTERACTIVE_RECONFIGURATION=" /etc/lirc/hardware.conf | sed s/\"//g | awk -F "=" '{print $2}'` + + #Present the user with some choices + #To later explain what this is actually doing without man pages: + #First, only grab lines with a ; + #Now, remove all commas from streams + #Now, Remove all remaining comments or ['s + #Now, Print the remote name + #Next, sort the list and remove duplicates + #Now, Affix a comma and space to all starts of lines + #Lastly, change the newline to a null character + REMOTES=`cat /usr/share/lirc/lirc.hwdb /usr/share/lirc/extras/more_remotes.hwdb 2>/dev/null | grep ";" | sed 's/,//g' | awk -F ";" '$0!~/^#|^\[/{print $1}' | sort -u | sed 's/^/,\ /' | tr '\n' '\0'` + db_subst lirc/remote REMOTES $REMOTES + + if [ -f /usr/share/lirc/extras/transmitter.hwdb ]; then + TRANSMITTERS=`grep ";" /usr/share/lirc/extras/transmitter.hwdb | sort | sed 's/,//g' | awk -F ";" '$0!~/^#|^\[/{print $1}' | sed 's/^/,\ /' | tr '\n' '\0'` + db_subst lirc/transmitter TRANSMITTERS $TRANSMITTERS + fi + + #If we are forcing a reconfigure, then our old remote and new ones are the same + if [ "$FORCE_NONINTERACTIVE_RECONFIGURATION" = "true" ]; then + CHOSEN_REMOTE="${OLDREMOTE}" + OLDREMOTE="" + db_set lirc/remote $CHOSEN_REMOTE + else + db_input high lirc/remote || true + if [ -f /usr/share/lirc/extras/transmitter.hwdb ]; then + db_input high lirc/transmitter || true + fi + db_go + + #Populate remote information (remote is our primary device at all times) + db_get lirc/remote + CHOSEN_REMOTE="${RET}" + fi + + if [ "$CHOSEN_REMOTE" != "None" -a "$CHOSEN_REMOTE" != "Custom" ] && [ "$OLDREMOTE" != "$CHOSEN_REMOTE" -o "$FORCE_NONINTERACTIVE_RECONFIGURATION" = "true" ]; then + #To later explain what this is actually doing without man pages: + #First, only grab lines with a ; + #Now, remove all commas from streams + #Lastly, take the last matching entry found (so remotes.hwdb overrides lirc.hwdb) + REMOTE_LINE=`cat /usr/share/lirc/lirc.hwdb /usr/share/lirc/extras/more_remotes.hwdb 2>/dev/null | grep ";" | sed 's/,//g' | grep "${CHOSEN_REMOTE}" | tail -1` + #Remove all remaining comments or ['s + #then print the remote name + REMOTE_MODULES=`echo $REMOTE_LINE | awk -F ";" '$0!~/^#|^\[/{print $3}'` + REMOTE_DRIVER=`echo $REMOTE_LINE | awk -F ";" '$0!~/^#|^\[/{print $2}'` + REMOTE_LIRCD_CONF=`echo $REMOTE_LINE | awk -F ";" '$0!~/^#|^\[/{print $5}'` + SUPPORTED_DRIVERS=`lircd -H help 2>&1 | awk '$0!~/^S|^D/{print $1}' | tr '\n' '\ '` + + #/dev/input/eventX is a weird case: filter it + if [ "$REMOTE_LIRCD_CONF" = "generic config file for Linux input layer" ]; then + REMOTE_LIRCD_CONF="" + fi + + #For atilibusb, we need to blacklist the kernel module + if [ "$REMOTE_DRIVER" = "atilibusb" ]; then + BLACKLIST="lirc_atiusb ati_remote" + elif [ "$REMOTE_DRIVER" = "atiusb" ]; then + BLACKLIST="ati_remote" + else + BLACKLIST="" + fi + + #lirc.hwdb puts none rather than ;; + if [ "$REMOTE_MODULES" != "none" ]; then + #if we have a module in use, don't use a driver too + REMOTE_DRIVER="" + else + REMOTE_MODULES="" + fi + + #lirc.hwdb puts none rather than ;; + if [ "$REMOTE_DRIVER" = "none" ]; then + REMOTE_DRIVER="" + fi + + #only need to put driver for non kernel module devices + if ! echo "$SUPPORTED_DRIVERS" | grep "$REMOTE_DRIVER" > /dev/null; then + REMOTE_DRIVER="" + fi + + #reset our REMOTE_DEVICE whenever remotes + #are changed. Calculated later. + REMOTE_DEVICE="" + + #Save any detected options + db_fset lirc/reconfigure config_changed true + + elif [ "$OLDREMOTE" != "$CHOSEN_REMOTE" ] && [ "$CHOSEN_REMOTE" = "None" ]; then + db_fset lirc/reconfigure config_changed true + REMOTE_DEVICE="" + REMOTE_MODULES="" + REMOTE_DRIVER="" + REMOTE_LIRCD_CONF="" + fi + + #If we have a devinput driver, we need + #to present the user with a way to figure out + #what device is it + #This should be ran even if they haven't changed remotes + if [ "$REMOTE_DRIVER" = "devinput" ]; then + #present question + EVENTS_BY_PATH=`ls /dev/input/by-path | sed 's/^/,\ \/dev\/input\/by-path\//' | tr '\n' '\0'` + EVENTS=`ls /dev/input | grep -v "by-path" | sed 's/^/,\ \/dev\/input\//' | tr '\n' '\0'` + db_subst lirc/dev_input_device EVENTS $EVENTS_BY_PATH $EVENTS + db_input high lirc/dev_input_device || true + db_go + + #get our answer + db_get lirc/dev_input_device + if [ "${RET}" != "${REMOTE_DEVICE}" ]; then + REMOTE_DEVICE="${RET}" + db_fset lirc/reconfigure config_changed true + fi + elif [ "$REMOTE_DRIVER" = "dvico" ];then + #present question + EVENTS=`ls /dev/usb | sed 's/^/,\ \/dev\/usb\//' | tr '\n' '\0'` + db_subst lirc/dev_input_device EVENTS $EVENTS + db_input high lirc/dev_input_device || true + db_go + + #get our answer + db_get lirc/dev_input_device + if [ "${RET}" != "${REMOTE_DEVICE}" ]; then + REMOTE_DEVICE="${RET}" + db_fset lirc/reconfigure config_changed true + fi + #otherwise, set our old device in debconf again + else + db_set lirc/dev_input_device "" + fi + + + #If we are forcing a reconfigure, then our old remote and new ones are the same + if [ "$FORCE_NONINTERACTIVE_RECONFIGURATION" = "true" ]; then + CHOSEN_TRANSMITTER="${OLDTRANSMITTER}" + OLDTRANSMITTER="" + db_set lirc/transmitter $CHOSEN_TRANSMITTER + else + #populate transmitter information (transmitter is secondary device) + db_get lirc/transmitter + CHOSEN_TRANSMITTER="${RET}" + fi + + if [ -f /usr/share/lirc/extras/transmitter.hwdb ] && [ "$CHOSEN_TRANSMITTER" != "None" -a "$CHOSEN_TRANSMITTER" != "Custom" ] && [ "$OLDTRANSMITTER" != "$CHOSEN_TRANSMITTER" -o "$FORCE_NONINTERACTIVE_RECONFIGURATION" = "true" ]; then + TRANSMITTER_LINE=`grep ";" /usr/share/lirc/extras/transmitter.hwdb | sed 's/,//g' | grep "${CHOSEN_TRANSMITTER}" | tail -1` + TRANSMITTER_MODULES=`echo $TRANSMITTER_LINE | awk -F ";" '$0!~/^#|^\[/{print $3}'` + TRANSMITTER_DRIVER=`echo $TRANSMITTER_LINE | awk -F ";" '$0!~/^#|^\[/{print $2}'` + TRANSMITTER_LIRCD_CONF=`echo $TRANSMITTER_LINE | awk -F ";" '$0!~/^#|^\[/{print $5}'` + #transmitter.hwdb puts none rather than ;; + if [ "$TRANSMITTER_MODULES" != "none" ]; then + #if we have a module in use, don't use a driver too + TRANSMITTER_DRIVER="" + else + TRANSMITTER_MODULES="" + fi + + #transmitter.hwdb puts none rather than ;; + if [ "$TRANSMITTER_DRIVER" = "none" ]; then + TRANSMITTER_DRIVER="" + fi + + #only need to put driver for non kernel module devices + if ! echo "$SUPPORTED_DRIVERS" | grep "$TRANSMITTER_DRIVER" > /dev/null; then + TRANSMITTER_DRIVER="" + fi + + db_fset lirc/reconfigure config_changed true + + elif [ "$OLDTRANSMITTER" != "$CHOSEN_TRANSMITTER" ] && [ "$CHOSEN_TRANSMITTER" = "None" ]; then + db_fset lirc/reconfigure config_changed true + TRANSMITTER_DEVICE="" + TRANSMITTER_DRIVER="" + TRANSMITTER_MODULES="" + TRANSMITTER_LIRCD_CONF="" + fi + + #Choose a serial port if we are using serial + if [ "$REMOTE_MODULES" = "lirc_dev lirc_serial" ] || [ "$TRANSMITTER_MODULES" = "lirc_dev lirc_serial" ]; then + db_input high lirc/serialport || true + db_go + #if we aren't using serial, then go back to default + else + db_set lirc/serialport "/dev/ttyS0" + fi + + #Plan to have lircd enabled + START_LIRCD=true + + #If we have a remote and a transmitter, figure out devices + if [ "$CHOSEN_TRANSMITTER" != "None" ] && [ "$CHOSEN_REMOTE" != "None" ]; then + #Make sure that at least one of these has changed before we make changes + if [ "$OLDREMOTE" != "$CHOSEN_REMOTE" ] || [ "$OLDTRANSMITTER" != "$CHOSEN_TRANSMITTER" ]; then + #if no remote device is defined already + #and we do use a kernel module + if [ -z "$REMOTE_DEVICE" ] && [ ! -z "$REMOTE_MODULES" ] ; then + REMOTE_DEVICE="/dev/lirc0" + fi + + #set up our transmitter. + #if we use the same kernel modules, we use the same device + #and we should disable transmitter stuff further + if [ ! -z "TRANSMITTER_MODULES" -a "$TRANSMITTER_MODULES" = "$REMOTE_MODULES" ] || [ ! -z "$TRANSMITTER_DRIVER" -a "$TRANSMITTER_DRIVER" = "$REMOTE_DRIVER" ]; then + TRANSMITTER_DEVICE="" + TRANSMITTER_DRIVER="" + #if they aren't the same driver/device, we needed a remote module and we need a transmitter kernel module + elif [ "$REMOTE_DEVICE" = "/dev/lirc0" ] && [ ! -z "$TRANSMITTER_MODULES" ]; then + TRANSMITTER_DEVICE="/dev/lirc1" + #if they aren't the same driver/device, but we didn't need a remote module, but need a transmitter kernel module + elif [ ! -z "$TRANSMITTER_MODULES" ]; then + TRANSMITTER_DEVICE="/dev/lirc0" + fi + fi + #if we have just a transmitter, figure out device + elif [ "$CHOSEN_TRANSMITTER" != "None" ] && [ "$CHOSEN_REMOTE" = "None" ] ; then + #if we need kernel transmitter modules + if [ ! -z "$TRANSMITTER_MODULES" ]; then + TRANSMITTER_DEVICE="/dev/lirc0" + fi + #we have just chosen a remote + elif [ "$CHOSEN_REMOTE" != "None" ] && [ "$CHOSEN_TRANSMITTER" = "None" ]; then + #no remote device is defined already + #and we need kernel remote modules + if [ -z "$REMOTE_DEVICE" ] && [ ! -z "$REMOTE_MODULES" ] ; then + REMOTE_DEVICE="/dev/lirc0" + fi + #if both remote and transmitter are set to none + else + #disable lircd + START_LIRCD=false + fi + + #Store the results of our device determination + db_set lirc/remote_device "${REMOTE_DEVICE}" + db_set lirc/remote_lircd_conf "$REMOTE_LIRCD_CONF" + db_set lirc/blacklist "$BLACKLIST" + db_set lirc/remote_modules "$REMOTE_MODULES" + db_set lirc/remote_driver "$REMOTE_DRIVER" + db_set lirc/transmitter_modules "$TRANSMITTER_MODULES" + db_set lirc/transmitter_device "${TRANSMITTER_DEVICE}" + db_set lirc/transmitter_driver "${TRANSMITTER_DRIVER}" + db_set lirc/transmitter_lircd_conf "$TRANSMITTER_LIRCD_CONF" + db_set lirc/start_lircd "${START_LIRCD}" + db_set lirc/reconfigure "false" + db_go +} + +Setup_Blacklist() +{ + db_get lirc/blacklist + BLACKLIST=$RET + if [ ! -z "$BLACKLIST" ]; then + cat > /etc/modprobe.d/lirc <> /etc/modprobe.d/lirc-blacklist < /etc/modprobe.d/lirc-serial.conf < /etc/modprobe.d/lirc-serial.conf < /etc/serial.conf << EOF +$SERIAL uart none +EOF + #reload setserial to turn off serial port + invoke-rc.d etc-setserial restart + else + rm /etc/modprobe.d/lirc-serial -f + fi +} + +setup_lircd_conf() +{ + #if we have an existing file, back it up + if [ -f "/etc/lirc/lircd.conf" ]; then + mv /etc/lirc/lircd.conf /etc/lirc/lircd.conf.dpkg-old + fi + + #Add a header to the lircd.conf + cat >> /etc/lirc/lircd.conf << EOF +#This configuration has been automatically generated via +#the Ubuntu LIRC package maintainer scripts. +# +#It includes the default configuration for the remote and/or +#transmitter that you have selected during package installation. +# +#Feel free to add any custom remotes to the configuration +#via additional include directives or below the existing +#Ubuntu include directives from your selected remote and/or +#transmitter. + +EOF + #if we have a remote, include it's config + if [ -f "/usr/share/lirc/extras/more_remotes/$REMOTE_LIRCD_CONF" ];then + cat >> /etc/lirc/lircd.conf <> /etc/lirc/lircd.conf <> /etc/lirc/lircd.conf <> /etc/lirc/lircd.conf <> /etc/lirc/lircd.conf <> /etc/lirc/lircd.conf <> /etc/lirc/lircd.conf </dev/null || true + fi + done +} + +migrate_include() +{ + if [ -f $1 ]; then + sed -i 's/\(^include\ \/.*$\)/\1\"/; s/^include\ \//include\ \"\//' $1 + fi +} + +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + + #0.8.6 got rid of mceusb2 so users need to repick remotes + if dpkg --compare-versions "$2" le-nl "0.8.6-0ubuntu1"; then + db_fset lirc/remote seen false + db_fset lirc/transmitter seen false + fi + + if [ -e "/etc/modprobe.d/lirc-serial" ]; then + echo "Preserving user changes to /etc/modprobe.d/lirc-serial.conf ..." + if [ -e "/etc/modprobe.d/lirc-serial.conf" ]; then + mv -f "/etc/modprobe.d/lirc-serial.conf" "/etc/modprobe.d/lirc-serial.conf.dpkg-new" + fi + mv -f "/etc/modprobe.d/lirc-serial" "/etc/modprobe.d/lirc-serial.conf" + fi + + + #migrate syntax from older lirc version that might have included + #an older variant of the include patch in intrepid and earlier + if [ -n "$2" ] && dpkg --compare-versions "$2" lt "0.8.4a-0ubuntu2"; then + migrate_include /etc/lirc/lircd.conf + fi + + + [ -x /sbin/udevd ] && invoke-rc.d udev reload >&2 + + #unload any old modules before starting + unload_modules + + #parse the lirc.hwdb to find our remote + ChooseRemote + + #Prepare the blacklisting for necessary modules + Setup_Blacklist + + #Setup serial module + Setup_Serial + + db_fget lirc/reconfigure config_changed + CONFIG_CHANGED=$RET + db_fset lirc/reconfigure config_changed false + + if $CONFIG_CHANGED || [ -f /etc/lirc/hardware.conf ];then + check_hardware_conf + . /etc/lirc/hardware.conf + fi + + if $CONFIG_CHANGED || [ "$DRIVER" = "UNCONFIGURED" ]; then + DebconfLoad + Save /etc/lirc/hardware.conf + fi + + # If we don't have a valid lircd.conf try to get one + if [ ! -f /etc/lirc/lircd.conf ] \ + || grep -q "^#UNCONFIGURED" /etc/lirc/lircd.conf \ + || $CONFIG_CHANGED ;then + DebconfLoad + setup_lircd_conf + + fi + # If we don't have a valid lircmd.conf try to get one + if [ ! -f /etc/lirc/lircmd.conf ] \ + || grep -q "^#UNCONFIGURED" /etc/lirc/lircmd.conf ;then + db_get lirc/lircmd_conf + + # if there is a misplaced config file it is ok to move it to + # the right place + if [ -f /etc/lircmd.conf ];then + echo moving /etc/lircmd.conf to /etc/lirc/ + mv /etc/lircmd.conf /etc/lirc/ + + # we don't restore the file unless the user is (re)configuring + elif $CONFIG_CHANGED \ + && [ -f "/usr/share/lirc/extras/more_remotes/$RET" ];then + echo trying default lircmd.conf + cp /usr/share/lirc/extras/more_remotes/$RET \ + /etc/lirc/lircmd.conf + elif $CONFIG_CHANGED \ + && [ -f "/usr/share/lirc/remotes/$RET" ];then + echo trying default lircmd.conf + cp /usr/share/lirc/remotes/$RET \ + /etc/lirc/lircmd.conf + fi + fi + if [ -f /var/log/lircd ] + then + db_get lirc/remove_var-log-lircd + if $RET + then + rm /var/log/lircd + fi + fi +fi + + +db_stop + +#DEBHELPER# + --- lirc-0.8.7.orig/debian/lirc.postrm +++ lirc-0.8.7/debian/lirc.postrm @@ -0,0 +1,10 @@ +#!/bin/sh +set -e + +if [ -f /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule +fi + +#DEBHELPER# + +db_stop || true --- lirc-0.8.7.orig/debian/lirc.install +++ lirc-0.8.7/debian/lirc.install @@ -0,0 +1,7 @@ +etc/lirc/{hardware.conf,lircd.conf,lircmd.conf} +etc/logcheck/* +usr/bin/{ircat,irexec,irman2lirc,irpty,irrecord,irsend,irw,lircrcd,mode2} +usr/sbin/* +usr/share/man/man8/* +usr/share/man/man1/{ircat.1,irexec.1,irpty.1,irrecord.1,irsend.1,irw.1,lircrcd.1,mode2.1} +usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi --- lirc-0.8.7.orig/debian/watch +++ lirc-0.8.7/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://lirc.org/ \ + http://sf.net/lirc/lirc-([\.0-9a-zA-Z]+)\.tar\.gz --- lirc-0.8.7.orig/debian/lirc-modules-source.install +++ lirc-0.8.7/debian/lirc-modules-source.install @@ -0,0 +1 @@ +usr/src/* --- lirc-0.8.7.orig/debian/lirc-svga.install +++ lirc-0.8.7/debian/lirc-svga.install @@ -0,0 +1,2 @@ +usr/bin/smode2 +usr/share/man/man1/smode2.1 --- lirc-0.8.7.orig/debian/help2man.inc +++ lirc-0.8.7/debian/help2man.inc @@ -0,0 +1,6 @@ +[see also] +The documentation for +.B lirc +is maintained as a html pages. And in debian they are distribured in: + + /usr/share/doc/lirc/html/ --- lirc-0.8.7.orig/debian/lirc.manpages +++ lirc-0.8.7/debian/lirc.manpages @@ -0,0 +1 @@ +debian/irman2lirc.1 --- lirc-0.8.7.orig/debian/shlibs.local +++ lirc-0.8.7/debian/shlibs.local @@ -0,0 +1 @@ +liblirc_client 0 liblircclient0 (>= 0.6.4) --- lirc-0.8.7.orig/debian/modules-source/README +++ lirc-0.8.7/debian/modules-source/README @@ -0,0 +1,7 @@ +LIRC kernel modules source +===================================== + +This package can be used to build the kernel modules from a newer +release or to add a patch to a current release. + +It uses dkms and standard dkms mechanisms to handle this. --- lirc-0.8.7.orig/debian/modules-source/lirc-modules-source.conf +++ lirc-0.8.7/debian/modules-source/lirc-modules-source.conf @@ -0,0 +1,24 @@ +# lirc-modules-source config file used by Debian GNU/Linux + +# Comma separated list of lirc kernel drivers to build +#gpio and parallel don't build +LIRC_MODULES="atiusb, bt829, i2c, igorplugusb, imon, it87, ite8709, mceusb, sasem, serial, sir, streamzap, ttusbir, ene0100, wpc8769l" + +# It87 module configuration +LIRC_IT87_CFLAGS="" + +# Parallel module configuration +LIRC_PARALLEL_PORT="UNCONFIGURED" +LIRC_PARALLEL_IRQ="UNCONFIGURED" +LIRC_PARALLEL_TIMER="UNCONFIGURED" + +# Serial module configuration +LIRC_SERIAL_PORT="0x2f8" +LIRC_SERIAL_IRQ="3" +LIRC_SERIAL_CFLAGS=" -DLIRC_SERIAL_TRANSMITTER -DLIRC_SERIAL_SOFTCARRIER" + +# Sir module configuration +LIRC_SIR_PORT="0x2f8" +LIRC_SIR_IRQ="3" +LIRC_SIR_CFLAGS="" + --- lirc-0.8.7.orig/debian/modules-source/Makefile +++ lirc-0.8.7/debian/modules-source/Makefile @@ -0,0 +1,199 @@ +include lirc-modules-source.conf + +# An space should be left at the end of each CFLAGS variable for the +# sanity-check to work. +IT87_CFLAGS := $(subst ",,$(LIRC_IT87_CFLAGS) ) +PARALLEL_CFLAGS := $(subst ",,-DLIRC_PORT=$(LIRC_PARALLEL_PORT) \ + -DLIRC_TIMER=$(LIRC_PARALLEL_TIMER) \ + -DLIRC_IRQ=$(LIRC_PARALLEL_IRQ) ) +SERIAL_CFLAGS := $(subst ",,$(LIRC_SERIAL_CFLAGS) \ + -DLIRC_PORT=$(LIRC_SERIAL_PORT) \ + -DLIRC_IRQ=$(LIRC_SERIAL_IRQ) ) +SIR_CFLAGS := $(subst ",,$(LIRC_SIR_CFLAGS) \ + -DLIRC_PORT=$(LIRC_SIR_PORT) \ + -DLIRC_IRQ=$(LIRC_SIR_IRQ) ) + +ifeq "$(KVERS)" "" + KVERS:=$(shell uname -r) +endif +ifeq "$(KSRC)" "" + KSRC:=/lib/modules/linux-$(KVERS)/build +endif +KERNEL_LOCATION = $(KSRC) +CC = gcc -D__KERNEL__ -I $(KSRC)/include +CFLAGS= -O2 -g -Wall +DEFS=-DHAVE_CONFIG_H -I. -I../.. + +KEXT=ko + +export KERNEL_LOCATION CC + +DRIVERS=atiusb bt829 gpio i2c igorplugusb imon it87 ite8709 mceusb parallel sasem serial sir streamzap ttusbir ene0100 +all: $(DRIVERS) + +test: + @echo '$(IT87_CFLAGS)' + @echo '$(PARALLEL_CFLAGS)' + @echo '$(LIRC_SERIAL_IRQ)' + @echo '$(LIRC_SIR_IRQ)' + @echo '$(LIRC_PARALLEL_IRQ)' + @echo '$(SERIAL_CFLAGS)' + @echo '$(SIR_CFLAGS)' + @echo '$(KERNEL_LOCATION)' + @echo '$(KVERS)' + +UNCONFIGURED: #Do nothing if the user didn't configure which drivers to build + +dkms: $(subst ", ,$(LIRC_MODULES:,=)) + +modules: + mkdir modules + +sanity-check: + @if \ + expr "$(DEFS)" : '.* -DLIRC_IRQ= ' > /dev/null\ + || expr "$(DEFS)" : '.* -DLIRC_PORT= ' > /dev/null \ + || expr "$(DEFS)" : '.* -DLIRC_TIMER= '> /dev/null \ + || expr "$(DEFS)" : '.*UNCONFIGURED'> /dev/null;\ + then \ + echo ;\ + echo "##########################";\ + echo "## CONFIGURATION ERROR: ##";\ + echo "##########################";\ + echo ;\ + echo "You should reconfigure lirc-modules-source and make";\ + echo "sure you don't leave blank any one of IRQ, IO Port or ";\ + echo "Timer (parallel only)";\ + echo ;\ + echo "Hint1: use \"dpkg-reconfigure lirc-modules-source\"";\ + echo "Hint2: If you selected \"automagical\" configuration of";\ + echo " kernel modules you should probably reconfigure lirc";\ + echo " instead.";\ + echo "Hint3: you may instead edit /etc/lirc/lirc-modules-source.conf";\ + exit 1;\ + fi + +dev: modules sanity-check + $(MAKE) -C drivers SUBDIRS="lirc_dev" + cp drivers/lirc_dev/lirc_dev.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_dev.$(KEXT).KVERS + +atiusb: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_atiusb" + cp drivers/lirc_atiusb/lirc_atiusb.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_atiusb.$(KEXT).KVERS + +bt829: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_bt829" + cp drivers/lirc_bt829/lirc_bt829.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_bt829.$(KEXT).KVERS + +gpio: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_gpio" + cp drivers/lirc_gpio/lirc_gpio.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_gpio.$(KEXT).KVERS + +i2c: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_i2c" + cp drivers/lirc_i2c/lirc_i2c.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_i2c.$(KEXT).KVERS + +igorplugusb: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_igorplugusb" + cp drivers/lirc_igorplugusb/lirc_igorplugusb.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_igorplugusb.$(KEXT).KVERS + +imon: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_imon" + cp drivers/lirc_imon/lirc_imon.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_imon.$(KEXT).KVERS + +it87: DEFS += $(IT87_CFLAGS) +it87: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_it87" DEFS="$(DEFS)" + cp drivers/lirc_it87/lirc_it87.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_it87.$(KEXT).KVERS + +ite8709: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_ite8709" + cp drivers/lirc_ite8709/lirc_ite8709.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_ite8709.$(KEXT).KVERS + +mceusb: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_mceusb" + cp drivers/lirc_mceusb/lirc_mceusb.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_mceusb.$(KEXT).KVERS + +parallel: DEFS += $(PARALLEL_CFLAGS) +parallel: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_parallel" DEFS="$(DEFS)" + cp drivers/lirc_parallel/lirc_parallel.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_parallel.$(KEXT).KVERS + +sasem: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_sasem" + cp drivers/lirc_sasem/lirc_sasem.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_sasem.$(KEXT).KVERS + +serial: DEFS += $(SERIAL_CFLAGS) +serial: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_serial" DEFS="$(DEFS)" + cp drivers/lirc_serial/lirc_serial.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_serial.$(KEXT).KVERS + +sir: DEFS += $(SIR_CFLAGS) +sir: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_sir" DEFS="$(DEFS)" + cp drivers/lirc_sir/lirc_sir.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_sir.$(KEXT).KVERS + +streamzap: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_streamzap" + cp drivers/lirc_streamzap/lirc_streamzap.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_streamzap.$(KEXT).KVERS + +ttusbir: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_ttusbir" + cp drivers/lirc_ttusbir/lirc_ttusbir.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_ttusbir.$(KEXT).KVERS + +ene0100: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_ene0100" + cp drivers/lirc_ene0100/lirc_ene0100.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_ene0100.$(KEXT).KVERS + +wpc8769l: modules sanity-check dev + $(MAKE) -C drivers SUBDIRS="lirc_wpc8769l" + cp drivers/lirc_wpc8769l/lirc_wpc8769l.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_wpc8769l.$(KEXT).KVERS + + +install: + @for file in modules/*.$(KEXT); \ + do \ + kvers=`cut -d" " -f1 $$file.KVERS` && \ + ksrc=`cut -d" " -f2 $$file.KVERS` && \ + dir="$(prefix)/lib/modules/$$kvers/misc/" && \ + ( [ -d $$dir ] || mkdir -p $$dir ) && \ + cp -v $$file $$dir ; \ + done +depmod: + @for file in modules/*.$(KEXT); \ + do \ + kvers=`cut -d" " -f1 $$file.KVERS` && \ + ksrc=`cut -d" " -f2 $$file.KVERS` && \ + dir="$(prefix)/lib/modules/$$kvers/misc/" && \ + if [ -f $$ksrc/System.map ];then \ + /sbin/depmod -r -b $(prefix)/ -a $$kvers \ + -F $$ksrc/System.map ; \ + elif [ -f /boot/System.map-$$kvers ];then \ + /sbin/depmod -r -b $(prefix)/ -a $$kvers \ + -F /boot/System.map-$$kvers; \ + else \ + /sbin/depmod -a ;\ + fi ;\ + done + +clean: + $(MAKE) clean -C drivers SUBDIRS="$(patsubst %,lirc_%,$(DRIVERS))" + rm -rf modules --- lirc-0.8.7.orig/debian/po/ja.po +++ lirc-0.8.7/debian/po/ja.po @@ -0,0 +1,387 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-09-26 10:07+0900\n" +"Last-Translator: Kenshi Muto \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "存在しない場合、LIRC デバイスノードを作成しますか?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"LIRC は、/dev に /dev/lirc、/dev/lircd、/dev/lircm ファイルを必要とします。" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "LIRC を再設定しますか?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC はすでに設定されており、これを再設定すると、/etc/lirc/hardware.conf の既" +"存の設定を上書きすることになります。" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "ただし、コメント、LIRC_ARGS およびその他の未知のコードは残されます。" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "古い設定ファイルが見つかりました" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"このパッケージの以前のバージョンでは、設定ファイルを含んでおらず、ユーザが自" +"身の /etc/lircd.conf および /etc/lircmd.conf を作成するようになっていました。" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "これらのファイルの新しい場所は、/etc/lirc/ です。" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"ファイル位置は正されますが、LIRC の設定ファイルが /etc/ の直下に何も残ってい" +"ないことを確認してください。" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "IntelliMouse プロトコルは IMPS/2 に優先します" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"現在 IMPS/2 プロトコル付きで lircmd を使っています。これは、マウスをシミュ" +"レートするのに使われる lircmd のやり方と互換ではないので、InteliMouse サポー" +"トが追加され、推奨プロトコルとなります。" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"/etc/lirc/lircmd.conf および lircmd をマウスとして使う各プログラムの設定を、" +"IntelliMouse プロトコルを使うように更新してください。" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"注意: gpm は lircmd を IMPS/2 プロトコルのマウスとして使うのを許しません。" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "/var/log/lircd を削除しますか?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC は今ではログ機構として syslog を使います。/var/log/lircd はもはや無関係" +"です。" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "サポートするシリアルデバイスのタイプを選んでください:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "構築するドライバ:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: FlyVideo98, Avermedia, MiRO およびその他多くの TV カード\n" +#~ " i2c: Hauppauge および PixelView の TV カード\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ポート (ECS K7S5A, Asus DigiMatrix など)\n" +#~ " mceusb: Windows Media Center Remotes (旧バージョン, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (新バージョン, Philips など)\n" +#~ " parallel: Home-brew パラレルポートレシーバ\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew シリアルポートドライバ\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "ハードウェアサポートオプションの自動選択を試行しますか?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "前の回答は、パラメータと共に構築されるカーネルモジュールのリストを推測する" +#~ "基本情報として使われます。" + +#~ msgid "Please choose whether this should happen." +#~ msgstr "どのようにすべきかを選んでください。" + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "追加のカーネルモジュールは必要ありません。" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "ほかのシステム向けに LIRC カーネルモジュールを構築しないのであれば、本パッ" +#~ "ケージはこのシステムには無用です。" + +#~ msgid "Binary modules package build instructions" +#~ msgstr "バイナリモジュールパッケージの構築手順" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "バイナリモジュールパッケージをどのように構築するかの手引きについては、/" +#~ "usr/share/doc/lirc-modules-source/README.Debian を読んでください。" + +#~ msgid "Standard" +#~ msgstr "標準" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "サポートする ITE8705/12 CIR ポートのタイプ:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "サポートする ITE8705/12 CIR ポートのチップを選んでください:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " 標準: 標準のチップセットアップ;\n" +#~ " DigiMatrix: Asus DigiMatrix オンボードチップのセットアップ。" + +#~ msgid "Other" +#~ msgstr "その他" + +#~ msgid "Serial device to support:" +#~ msgstr "サポートするシリアルデバイス:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " その他: それ以外のサポート済みデバイス。" + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "シリアル IR デバイスはトランスミッタですか?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "ソフトウェアでキャリア信号を生成しますか?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "IR シリアルデバイスの I/O ポート:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IR シリアルデバイスの IRQ:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "サポートする SIR デバイスのタイプ:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "サポートする SIR デバイスのタイプを選んでください:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L ドングル;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART 互換シリアルポート);\n" +#~ " その他: その他のサポート済みデバイス。" + +#~ msgid "SIR device I/O port:" +#~ msgstr "SIR デバイスの I/O ポート:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "SIR デバイスの IRQ:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "パラレル IR デバイスの I/O ポート:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "パラレル IR デバイスの IRQ:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "パラレル IR デバイスのタイマー:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "モジュールを自動的に構築しますか?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "新しい LIRC カーネルモジュールは、現在のカーネル向けにソースと構築環境が" +#~ "ローカルで提供されていれば、構築とインストールをできます。" + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "\"はい\" を選ぶにせよ、パッケージマネージャがファイルを追跡できるよう、バ" +#~ "イナリ 'カーネルモジュール' パッケージを構築してインストールすべきです。" + +#~ msgid "Kernel source location:" +#~ msgstr "カーネルソースの場所:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "lirc カーネルモジュールを構築するためのカーネルソースツリーの場所を入力し" +#~ "てください。" + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: 無効なカーネルソースツリーです" + +#~ msgid "Quick walkthrough:" +#~ msgstr "簡単にリハーサル:" --- lirc-0.8.7.orig/debian/po/da.po +++ lirc-0.8.7/debian/po/da.po @@ -0,0 +1,454 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc 0.6.6-12\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2005-12-12 20:41+0100\n" +"Last-Translator: Morten Brix Pedersen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +#, fuzzy +msgid "Create LIRC device nodes if they are not there?" +msgstr "Skal jeg oprette LIRC-enheds noder hvis de ikke eksisterer?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +#, fuzzy +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "/dev/lirc /dev/lircd og /dev/lircm" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Vil du rekonfigurere LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +#, fuzzy +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC er allerede sat op, at rekonfigurere vil måske ødelægge noget af din " +"håndlavede opsætning i /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +#, fuzzy +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Men kommentarer, LIRC_ARGS og andre ukendte koder vil blive holdt intakt." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +#, fuzzy +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Tidligere versioner af denne pakke inkluderede ikke nogle opsætningsfiler og " +"forventede at brugeren lavede sin egen /etc/lircd.conf og /etc/lircmd.conf" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Den nye placering for disse filer er /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +#, fuzzy +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Jeg vil prøve at om-arrangere disse ting, men i nogle tilfælde kan jeg ikke. " +"Gør rede for at ingen af LIRC-opsætningsfilerne er tilbage direkte i /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +#, fuzzy +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "lircmd skal bruge IntelliMouse protokol istedet for IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +#, fuzzy +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Metoden som lircmd bruger til at simulere en mus er ikke kompatibel med " +"IMPS/2 protokollen, så IntelliMouse-understøttelse er blevet tilfølet og er " +"nu den anbefalede protokol." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +#, fuzzy +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Du bruger LIGE NU lircmd med IMPS/2 protokollen, og det anbefales stærkt at " +"du opdaterer /etc/lirc/lircmd.conf og opsætningen af de programmer som " +"bruger lircmd som mus, til at bruge IntelliMouse-protokollen." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "BEMÆRK: gpm vil nægte at bruge lircmd som en mus med IMPS/2 protokol." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +#, fuzzy +msgid "Delete /var/log/lircd?" +msgstr "Skal jeg slette /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +#, fuzzy +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC bruger nu syslog som logningssystem. Dette betyder at /var/log/lircd " +"ikke bruges mere." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +msgid "Port your serial device is attached to:" +msgstr "Hvilken IO-port bruger din IR-seriel enhed?" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#, fuzzy +#~ msgid "Drivers to build:" +#~ msgstr "Vælg drivere der skal bygges." + +#, fuzzy +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Skal jeg prøve automatisk at vælge understøttelse for din hardware?" + +#, fuzzy +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Du behøver ikke nogle yderligere kernemoduler." + +#, fuzzy +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Medmindre du vil bygge LIRC kernemoduler til andre systemer, kan du " +#~ "sikkert fjerne denne pakke." + +#, fuzzy +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "For instruktioner på hvordan du bygger den binære modul Debianpakke, så " +#~ "læs: /usr/share/doc/lirc-modules-source/README.Debian" + +#, fuzzy +#~ msgid "Serial device to support:" +#~ msgstr "Hvilken type af serial-enhed skal understøttes?" + +#, fuzzy +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ "Hvis du ikke ved hvad de andre enheder er, bør du nok vælge \"Andet\"." + +#, fuzzy +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Er din seriale-IR enhed en sender?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Skal signalet genereres af software?" + +#, fuzzy +#~ msgid "IR serial device I/O port:" +#~ msgstr "Hvilken type af serial-enhed skal understøttes?" + +#, fuzzy +#~ msgid "IR serial device IRQ:" +#~ msgstr "Hvilken IRQ bruger din IR-seriel enhed?" + +#, fuzzy +#~ msgid "Type of supported SIR device:" +#~ msgstr "Hvilken IRQ bruger din SIR-enhed?" + +#, fuzzy +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Hvilken IRQ bruger din parellele IR-enhed?" + +#, fuzzy +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "Hvilken IRQ bruger din parellele IR-enhed?" + +#, fuzzy +#~ msgid "Parallel IR device timer:" +#~ msgstr "Hvilken IRQ bruger din parellele IR-enhed?" + +#, fuzzy +#~ msgid "Automatically build the modules?" +#~ msgstr "Skal jeg prøve automatisk at bygge modulerne?" + +#, fuzzy +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Selvom du svarer ja her, skal du bygge og installere en binær " +#~ "'kernemodul' pakke så pakkehåndteringsprogrammet kan holde styr på " +#~ "filerne." + +#, fuzzy +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc} er ikke et gyldigt træ med kernekildekode." + +#, fuzzy +#~ msgid "Quick walkthrough:" +#~ msgstr "Hurtig gennemgang:" + +#, fuzzy +#~ msgid "" +#~ "You have installed and configured LIRC. It is possible to guess what " +#~ "kernel modules are needed and their parameters from your previous answers." +#~ msgstr "" +#~ "Du har installeret og konfigureret LIRC. Jeg kan prøve at gætte hvilke " +#~ "kernemoduler der er krævede og deres parametre fra dine tidligere svar." + +#, fuzzy +#~ msgid "How to build the binary modules package" +#~ msgstr "Hvordan man bygger den binære modulpakke." + +#~ msgid "" +#~ "The following list includes short descriptions of the different options " +#~ "available:" +#~ msgstr "" +#~ "Den følgende liste inkluderer korte beskrivelser af de forskellige " +#~ "muligheder:" + +#~ msgid "ANIMAX, IRDEO, Other" +#~ msgstr "ANIMAX, IRDEO, Andet" + +#~ msgid "ACTISYS_ACT200L, TEKRAM, Other" +#~ msgstr "ACTISYS_ACT200L, TEKRAM, Andet" + +#~ msgid "What type of SIR device should be supported?" +#~ msgstr "Hvilken type SIR-enhed skal understøttes?" + +#~ msgid "" +#~ "The following lists are short descriptions of the options to show what " +#~ "they mean." +#~ msgstr "" +#~ "Det følgende er korte beskrivelser af mulighederne, for at vise hvad de " +#~ "betyder." + +#, fuzzy +#~ msgid "IO port of your SIR device:" +#~ msgstr "Hvilken IO-port bruger din SIR-enhed?" + +#, fuzzy +#~ msgid "IO port of your parallel IR device:" +#~ msgstr "Hvilken IO-port bruger din parellele IR-enhed?" + +#, fuzzy +#~ msgid "Timer used for your parallel IR device:" +#~ msgstr "Hvilken 'timer' skal bruges til din parellele IR-enhed?" + +#, fuzzy +#~ msgid "" +#~ "It is possible to build and install your lirc kernel modules, as long as " +#~ "your current kernel's source (and gcc) are present on your computer." +#~ msgstr "" +#~ "Jeg kan prøve at bygge og installere dine lirc kernemoduler, sålænge din " +#~ "nuværende kernes kildekode (og gcc) er tilstede på systemet." + +#~ msgid "Where is your kernel source?" +#~ msgstr "Hvor er dine kernes kildekode?" + +#, fuzzy +#~ msgid "To build lirc kernel modules, kernel sources are needed." +#~ msgstr "" +#~ "For at bygge lirc kernemoduler, skal jeg bruge kildekoden på kernen, som " +#~ "du planlægger at bygge dem med." + +#~ msgid "LIRC needs some files under /dev/ for it to work:" +#~ msgstr "LIRC kræver nogle filer under /dev/ for at det virker:" + +#, fuzzy +#~ msgid "You should take care of old configuration files" +#~ msgstr "Du bør tage dig af gamle opsætningsfiler." + +#~ msgid "" +#~ "If you answer 'no' to this question /var/log/lircd will be left there and " +#~ "you will have to take care of it yourself." +#~ msgstr "" +#~ "Hvis du svarer nej til dette spørgsmål, vil /var/log/lircd blive liggende " +#~ "og du skal tage dig af det selv." + +#~ msgid "" +#~ "i2c: TV cards from Hauppauge and PixelView. Needs the new I2C stack " +#~ "(present on 2.4 kernels). You can get it at:" +#~ msgstr "" +#~ "i2c: TV-kort fra Hauppauge og PixelView. Kræver den nye I2C-stak " +#~ "(tilstede i 2.4-kerner). Du kan få den på:" + +#~ msgid "http://www2.lm-sensors.nu/~lm78/." +#~ msgstr "http://www2.lm-sensors.nu/~lm78/." + +#~ msgid "" +#~ "gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others. Needs " +#~ "bttv version 0.7.45 or higher (present on 2.4 kernels). If you are using " +#~ "the bttv tarball, copy it to the kernel." +#~ msgstr "" +#~ "gpio: TV-kort fra FlyVideo98, Avermedia, MiRO og mange andre. Kræver bttv " +#~ "version 0.7.45 eller højere (tilstede i 2.4-kerner). Hvis du bruger bttv " +#~ "kildekoden, så kopier den til kernen." + +#~ msgid "parallel: Custom parallel-port receiver." +#~ msgstr "parallel: En parallel-port modtager." + +#~ msgid "serial: Serial-port driver." +#~ msgstr "serial: Serial-port driver." + +#~ msgid "sir: Serial InfraRed (IRDA)." +#~ msgstr "sir: Serial-Infrarød (IRDA)." + +#~ msgid "it87: ITE IT8705 and IT8712 CIR ports (e.g. on the ECS K7S5A)." +#~ msgstr "it87: ITE IT8705 og IT8712 CIR porte (f.eks. ECS K7S5A)." + +#~ msgid "bt829: Tekram M230 Mach64" +#~ msgstr "bt829: Tekram M230 Mach64" + +#~ msgid "cd /usr/src/" +#~ msgstr "cd /usr/src/" + +#~ msgid "tar -xjf lirc-modules.tar.bz2" +#~ msgstr "tar -xjf lirc-modules.tar.bz2" + +#~ msgid "cd modules/lirc-modules" +#~ msgstr "cd modules/lirc-modules" + +#~ msgid "debian/rules binary-modules KSRC=/path/of/my/kernel/source/" +#~ msgstr "debian/rules binary-modules KSRC=/path/of/my/kernel/source/" + +#~ msgid "dpkg -i ../../irc-modules-*.deb" +#~ msgstr "dpkg -i ../../lirc-modules-*.deb" + +#~ msgid "ANIMAX: Anir Multimedia Magic" +#~ msgstr "ANIMAX: Anir Multimedia Magic" + +#~ msgid "IRDEO: IRdeo" +#~ msgstr "IRDEO: IRdeo" + +#~ msgid "ACTISYS_ACT200L: Actisys Act200L dongle." +#~ msgstr "ACTISYS_ACT200L: Actisys Act200L dongle." + +#~ msgid "TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port)" +#~ msgstr "TEKRAM: Tekram Irmate 210 (16x50 UART kompatibel seriel port)" + +#~ msgid "Other: Any other supported device." +#~ msgstr "Andet: Any other supported device." --- lirc-0.8.7.orig/debian/po/eu.po +++ lirc-0.8.7/debian/po/eu.po @@ -0,0 +1,386 @@ +# translation of lirc-templates.po to Euskara +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lirc-templates\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2008-03-10 10:21+0100\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "LIRC birkonfiguratu nahi al duzu?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC dagoeneko konfiguraturik dago, birkonfiguratzean /etc/lirc/hardware." +"conf fitxategian dagoen konfigurazioa gainidatzi egingo da." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Hala ere, iruzkinak, LIRC_ARGS eta beste zenbait kode ezezagun mantendu " +"egingo da." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Konfigurazio zahar fitxategiak aurkitu dira" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Pakete honen aurreko bertsioak ez zuen konfigurazio fitxategirik eta " +"erabiltzaileak /etc/lircd.conf eta /etc/lircmd.conf pertsonalizatuak sortzea " +"eskatzen zuen." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Fitxategi horien kokaleku berria /etc/lirc/ da." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Fitxategi kokapena aldatu egingo da baina zuk /etc/ karpeta LIRC " +"konfigurazio fitxategirik geratzen ez dela ziurtatu beharko zenuke." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "IntelliMouse protokoloa hobetsia IMPS/2 gainean" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Zu licmd IMPS/2 protokoloaz erabiltzen ari zara. Hau ez da lircmd-ek sagu " +"bat simulatzeko erabiltzen duen metodoarekin bateragarria, beraz " +"IntelliMouse gehitu da eta hori da orain lehenetsiriko protokoloa." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"/etc/lirc/lircmd.conf eta lircmd sagu bezala erabiltzen duen edozein " +"programaren konfigurazioa eguneratu behar duzu horren ordez IntelliMouse " +"protokoloa erabiltzeko." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"Oharra: gpme-k ez du funtzionatuko lircmd sagu bezala IMPS/2 protokoloaz " +"erabiltzean." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "/var/log/lircd ezabatu?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC-ek orain syslog erabiltzen du erregistro mekanismo gisa, beraz /var/log/" +"lircd ez da luzaroago behar." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Mesedez hautatu onartutako gailu mota:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Eraiki behar diren kontrolatzaileak:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: FlyVideo98, Avermedia, MiRO eta beste zenbaiten TB " +#~ "txartelak\n" +#~ " i2c: Hauppauge eta PixelView TB txartelak\n" +#~ " igorplugusb: Igor Cesko-ren USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Saiatu hardware onarpen aukerak automatikoki hautatzen?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Zure aurreko erantzunak zein kernel modulu eraiki behar diren eta hauen " +#~ "zenbait parametro ezartzeko erabiliko dira." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Mesedez hautatu hau gertatu behar den." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Ez dira kernel modulu gehigarririk behar" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Ez badituzu LIRC kernel moduluak beste sistema batatarako eraiki nahi, " +#~ "pakete honek ez du funtziorik sistema honetan." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Bitar modulu pakete eraikitze argibideak" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Bita modulu paketea erakitzeari buruzko argibideentzat, mesedez irakurri /" +#~ "usr/share/doc/lirc-modules-source/README.Debian fitxategia." + +#~ msgid "Standard" +#~ msgstr "Estandarra" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Onartu behar den ITE8705/12 CIR ataka mota:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Mesedez hautatu onartutako ITE8705/12 CIR ataka txipa:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: Txip konfigurazio estandarra;\n" +#~ " DigiMatrix: Asus DigiMatrix barneratutako txip konfigurazioa." + +#~ msgid "Other" +#~ msgstr "Bestelakoak" + +#~ msgid "Serial device to support:" +#~ msgstr "Onartu behar den serie gailua:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Onartzen den beste edozein gailu." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Serie IR gailuak transmititzeko gaitasuna al du?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Garraiatze seinalea software bidez sortu behar al da?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "IR serie gailuaren S/I ataka:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IR serie gailua IRQa:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Onartutako SIR gailu mota:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Mesedez hautatu onartutako SIR mota:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART serie ataka " +#~ "bateragarria);\n" +#~ " Other: Onartzen den beste edozein gailu." + +#~ msgid "SIR device I/O port:" +#~ msgstr "SIR gailu S/I ataka:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "SIR gailu IRQa:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Paralelo IR gailu S/I ataka:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "Paralelo IR gailu IRQa:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Paralelo IR gailu tenporizadorea:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Moduluak automatikoki eraiki?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "LIRC kernel modulu berriak eraiki ahal izateko kernel lokalaren iturburua " +#~ "eta eraikitze ingurunea instalaturik egon behar da." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Nahiz aukera hau hautatu 'kernel modulu' paketea eraiki eta instalatu " +#~ "beharko zenuke pakete kudeatzaileak fitxategien egoera mantentzeko." + +#~ msgid "Kernel source location:" +#~ msgstr "Kernel iturburu kokalekua:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Mesedez idatzi lirc kernel moduluak eraiki ahal izateko kernel iturburu " +#~ "zuhaitzaren kokalekua." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: kernel zuhaitz baliogabea" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Gerturapen azkarra:" --- lirc-0.8.7.orig/debian/po/fr.po +++ lirc-0.8.7/debian/po/fr.po @@ -0,0 +1,453 @@ +# Translation of lirc debconf templates to French +# Copyright (C) 2007 Christian Perrier +# Copyright (C) 2004-2006 Jean-Luc Coulon (f5ibh) +# This file is distributed under the same license as the lirc package. +# +# Christian Perrier , 2007. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-09-30 19:53+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Créer ces fichiers de périphériques s'ils n'existent pas déjà ?" + +# | msgid "/dev/lirc /dev/lircd and /dev/lircm" +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "LIRC a besoin des périphériques /dev/lirc, /dev/lircd et /dev/lircm." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Faut-il reconfigurer LIRC ?" + +# | msgid "" +# | "LIRC is already configured, reconfiguring it may spoil some of your " +# | "handcrafted configuration in /etc/lirc/hardware.conf." +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"Une configuration antérieure de LIRC existe déjà. Reconfigurer le paquet " +"peut corrompre la configuration existante située dans /etc/lirc/hardware." +"conf." + +# | msgid "" +# | "However comments, LIRC_ARGS and other unknown code will be preserved." +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Cependant, les commentaires, LIRC_ARGS et les parties inconnues seront " +"conservés." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Anciens fichiers de configuration présents" + +# | msgid "" +# | "Previous versions of this package didn't include any configuration file " +# | "and expected the user to put his own /etc/lircd.conf and /etc/lircmd.conf" +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Les versions antérieures de ce paquet ne comportaient aucun fichier de " +"configuration. Les fichiers de configuration /etc/lircd.conf et /etc/lircmd." +"conf devaient être créés manuellement." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Ces fichiers se trouvent maintenant dans le répertoire /etc/lirc/." + +# | msgid "" +# | "Things will be arranged properly but, in case they can't be, please make " +# | "sure that none of LIRC configuration files are left directly under /etc/." +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"L'emplacement des fichiers de configuration de LIRC va être corrigé mais " +"vous devriez contrôler qu'aucun fichier de configuration de LIRC ne subsiste " +"dans /etc/." + +# | msgid "lircmd should use the IntelliMouse protocol instead of IMPS/2" +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "Protocole IntelliMouse suggéré à la place d'IMPS/2" + +# | msgid "" +# | "The method lircmd uses to simulate a mouse is not compatible with IMPS/2 " +# | "protocol, so the IntelliMouse support has been added and is now the " +# | "preferred protocol." +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Le programme lircmd est actuellement utilisé avec le protocole IMPS/2. Cela " +"n'est pas compatible avec la méthode employée par lircmd pour simuler une " +"souris. La gestion du protocole IntelliMouse a donc été ajoutée et il est " +"recommandé de l'utiliser." + +# | msgid "" +# | "You ARE currently using lircmd with IMPS/2 protocol and are encouraged to " +# | "update /etc/lirc/lircmd.conf and the configuration of any program which " +# | "uses lircmd as a mouse to use IntelliMouse protocol." +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Vous devriez mettre à jour /etc/lirc/lircmd.conf, ainsi que la configuration " +"des programmes utilisant lircmd comme souris, afin d'utiliser le protocole " +"IntelliMouse." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"Note : lircmd ne pourra pas être utilisé comme souris par gpm si vous " +"choisissez IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Faut-il effacer /var/log/lircd ?" + +# | msgid "" +# | "LIRC now uses syslog as a logging mechanism. This means that /var/log/" +# | "lircd is not anymore pertinent." +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC utilise maintenant syslog pour gérer ses journaux. En conséquence, le " +"fichier /var/log/lircd n'est plus utilisé." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Veuillez choisir le type de périphérique série qui sera géré :" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Pilotes à construire :" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb : commande hautes fréquences ATI/NVidia/X10 I et II\n" +#~ " bt829 : Tekram M230 Mach64\n" +#~ " cmdir : « transceiver » USB COMMANDIR\n" +#~ " gpio : cartes TV de FlyVideo98, Avermedia, MiRO et beaucoup\n" +#~ " d'autres\n" +#~ " i2c : cartes TV de Hauppauge et PixelView\n" +#~ " igorplugusb : récepteur infrarouge USB de Cesko\n" +#~ " imon : Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87 : ITE IT8705/12 CIR ports (p. ex. sur ECS K7S5A\n" +#~ " ou Digimatrix d'Asus\n" +#~ " mceusb : Windows Media Center Remotes (ancienne version,\n" +#~ " ID USB MicroSoft)\n" +#~ " mceusb2 : Windows Media Center Remotes (nouvelle version,\n" +#~ " Philips et al.)\n" +#~ " parallel : récepteur de fabrication personnelle sur le port\n" +#~ " parallèle\n" +#~ " sasem : module HV5 HTPC IR/VFD de Dign\n" +#~ " serial : pilote pour réalisation personnelle sur le port série\n" +#~ " sir : infrarouge série (IRDA)\n" +#~ " streamzap : télécommande de PC Streamzap" + +# | msgid "Try to automagically select support for your hardware?" +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Détecter automatiquement le mode de gestion de votre matériel ?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Sur la base des réponses précédentes, la liste des modules du noyau à " +#~ "construire, avec leurs paramètres, peut être estimée." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Veuillez choisir si cette tentative doit avoir lieu." + +# | msgid "You don't need any additional kernel modules" +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Aucun module supplémentaire du noyau nécessaire" + +# | msgid "" +# | "Unless you want to build LIRC kernel modules for some other system, you " +# | "can probably remove this package." +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "À moins que vous ne désiriez construire les modules LIRC du noyau pour un " +#~ "autre système, ce paquet peut maintenant être retiré." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Instructions de construction du paquet des modules binaires" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Les instructions concernant la façon de construire le paquet Debian de " +#~ "modules binaires se trouvent dans le fichier /usr/share/doc/lirc-modules-" +#~ "source/README.Debian." + +#~ msgid "Standard" +#~ msgstr "Standard" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Type de port CIR ITE8705/12 CIR devant être géré :" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Veuillez choisir le type de puce gérée pour le port ITE8705/12 :" + +# | msgid "" +# | " Standard: Standard setup chip\n" +# | " DigiMatrix: Setup for Asus DigiMatrix onboard chip" +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard : puces à paramétrage standard ;\n" +#~ " DigiMatrix : paramétrage pour les puces Asus DigiMatrix sur la carte." + +#~ msgid "Other" +#~ msgstr "Autre" + +# | msgid "Type of serial device to support" +#~ msgid "Serial device to support:" +#~ msgstr "Périphérique série géré :" + +# | msgid "" +# | " ANIMAX: Anir Multimedia Magic\n" +# | " IRDEO: IRdeo\n" +# | " Other: Any other supported device.\n" +# | "\n" +# | "If you don't know what the other devices are, you should probably choose " +# | "\"Other\"." +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX : Anir Multimedia Magic ;\n" +#~ " IRDEO : IRdeo ;\n" +#~ " Autre : tout autre périphérique géré." + +# | msgid "Is your serial IR device a transmitter?" +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Le périphérique infrarouge (IR) série est-il un émetteur ?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Créer le signal de porteuse de façon logicielle ?" + +# | msgid "Type of serial device to support" +#~ msgid "IR serial device I/O port:" +#~ msgstr "Type de périphérique infrarouge série à gérer :" + +# | msgid "IRQ of your IR serial device:" +#~ msgid "IR serial device IRQ:" +#~ msgstr "Interruption (IRQ) du périphérique IR série :" + +# | msgid "IRQ of your SIR device:" +#~ msgid "Type of supported SIR device:" +#~ msgstr "Type du périphérique SIR :" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Veuillez choisir le type du périphérique SIR géré :" + +# | msgid "" +# | " ACTISYS_ACT200L: Actisys Act200L dongle.\n" +# | " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port)\n" +# | " Other: Any other supported device." +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L : « dongle » Actisys Act200L ;\n" +#~ " TEKRAM : Tekram Irmate 210 (port série compatible avec un UART\n" +#~ " compatible 16x50) ;\n" +#~ " Autre : tout autre périphérique géré." + +#~ msgid "SIR device I/O port:" +#~ msgstr "Port d'entrée/sortie du périphérique SIR :" + +#~ msgid "SIR device IRQ:" +#~ msgstr "Interruption (IRQ) du périphérique SIR :" + +# | msgid "IRQ of your parallel IR device:" +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Port d'entrée/sortie du périphérique IR parallèle :" + +# | msgid "IRQ of your parallel IR device:" +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "Interruption (IRQ) du périphérique IR parallèle :" + +# | msgid "IRQ of your parallel IR device:" +#~ msgid "Parallel IR device timer:" +#~ msgstr "Horloge du périphérique IR parallèle :" + +# | msgid "Try to automatically build the modules?" +#~ msgid "Automatically build the modules?" +#~ msgstr "Faut-il essayer de construire les modules automatiquement ?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Les nouveaux modules noyau de LIRC peuvent être construits et installés " +#~ "si les sources et l'environnement de construction du noyau sont présents " +#~ "localement." + +# | msgid "" +# | "Even if you choose to dos so, you should build and install a binary " +# | "'kernel modules' package so that the package manager can keep track of " +# | "the files." +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Même si vous choisissez cette option, il est recommandé de construire et " +#~ "d'installer un paquet binaire « kernel-modules » de façon que ces " +#~ "fichiers puissent être gérés par le gestionnaire de paquets." + +#~ msgid "Kernel source location:" +#~ msgstr "Emplacement des sources du noyau :" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Veuillez indiquer l'emplacement des sources du noyau, qui seront " +#~ "utilisées pour construire les modules noyau de LIRC." + +# | msgid "${ksrc} is not a valid kernel source tree" +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc} : répertoire de sources du noyau non valable" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Résumé rapide :" --- lirc-0.8.7.orig/debian/po/nb.po +++ lirc-0.8.7/debian/po/nb.po @@ -0,0 +1,379 @@ +# translation of lirc.po to Norwegian Bokmål +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Bjørn Steensrud , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lirc\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2008-03-08 21:38+0100\n" +"Last-Translator: Bjørn Steensrud \n" +"Language-Team: Norwegian Bokmål \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Vil du omkonfigurere LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC er allerede satt opp, omkonfigurering kan overskrive det eksisterende " +"oppsettet i /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "Imidlertid blir kommentarer, LIRC_ARGS og annen ukjent kode beholdt." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Gamle oppsettsfiler funnet" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Det var ikke oppsettsfiler levert med tidligere versjoner av denne pakka, og " +"det ble ventet at brukere opprettet sine egne /etc/lircd.conf og /etc/lircmd." +"conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Det nye stedet der disse filene plasseres er /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Filsteder vil bli korrigert, men du bør sjekke at ingen av LIRCs " +"oppsettsfiler blir lagt direkte under /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "IntelliMouse-protokoll foretrekkes over IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Du bruker for tiden lircmd med IMPS/2-protokollen. Dette er ikke kompatibelt " +"med den metoden lircmd bruker til å simulere en mus, så det er blitt lagt " +"til støtte for IntelliMouse, som nå er foretrukket protokoll." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Du bør oppdatere /etc/lirc/lircmd.conf og oppsettet for alle programmer som " +"bruker lircmd som mus til å bruke IntelliMouse-protokollen i stedet." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "MERK: gpm vil nekte å bruke lircmd som mus med IMPS/2-protokoll." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Slette /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC bruker nå syslog som loggesystem, så /var/log/lircd er ikke relevant " +"lenger." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Velg den serielle enhetstypen som skal støttes:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Drivere som skal bygges:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF fjernkontroll\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV-kort fra FlyVideo98, Avermedia, MiRO og mange andre\n" +#~ " i2c: TV-kortfra Hauppauge og PixelView\n" +#~ " igorplugusb: Igor Ceskos USB IR-mottaker\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR porter (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center fjernkontroll (gammel versjon, " +#~ "MicroSoft USB ID)\n" +#~ " mceusb2: Windows Media Center fjernkontroll (ny versjon, Philips og " +#~ "andre.)\n" +#~ " parallel: Hjemmebygget parallelport-mottaker\n" +#~ " sasem: Dign HV5 HTPC IR/VFD-modul\n" +#~ " serial: Hjemmebygget serieportdriver\n" +#~ " sir: Seriell Infrarød (IRDA)\n" +#~ " streamzap: Streamzap PC fjernkontroll" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Skal det forsøkes å velge maskinvarestøtte automatisk?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Svar som er gitt før kan brukes som basis for å gjette på lista over " +#~ "kjernemoduler som skal bygges, sammen med deres parametre." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Velg om dette skal gjøres." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Flere kjernemoduler trengs ikke" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Denne pakka er nytteløs på dette systemet, hvis ikke du vil bygge LIRC-" +#~ "kjernemoduler for et annet system." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Byggeinstruksjoner for binære modulpakker" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Instruksjoner for å bygge den binære modulpakka fnnes i fila /usr/share/" +#~ "doc/lirc-modules-source/README.Debian." + +#~ msgid "Standard" +#~ msgstr "Standard" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Type ITE8705/12 CIR-port som skal støttes:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Velg den ITE8705/12 CIR-portchipen som skal støttes:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: Standard oppsettschip;\n" +#~ " DigiMatrix: Oppsett for Asus DigiMatrix innebygget chip." + +#~ msgid "Other" +#~ msgstr "Andre" + +#~ msgid "Serial device to support:" +#~ msgstr "Seriell enhet som skal støttes:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Andre: Andre støttede enheter." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Er den serielle IR-enheten en sender?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Skal programvare generere bærebølge-signalet?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "I/O-port for seriell IR-enhet:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ for seriell IR-enhet:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Type støttet SIR-enhet:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Velg den støttede SIR-enhetstypen:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART kompatibel serieport);\n" +#~ " Andre: Andre støttede enheter." + +#~ msgid "SIR device I/O port:" +#~ msgstr "I/O-port for SIR-enhet:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ for SIR-enhet:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "I/O-port for parallell IR-enhet:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ for parallell IR-enhet:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Enhetsklokke for parallell IR-enhet:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Skal modulene bygges automatisk?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Nye LIRC kjernemoduler kan bygges og installeres hvis kildekoden og " +#~ "byggemiljøet for gjeldende kjerne finnes lokalt." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Selv om dette velges bør du bygge og installere en binærpakke med " +#~ "kjernemoduler, slik at pakkebehandleren kan holde styr på filene." + +#~ msgid "Kernel source location:" +#~ msgstr "Hvor finnes kildekode for kjernen:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Oppgi stinavn til kildekodetreet, for å bygge kjernemodulene for lirc." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: ugyldig kjernekildetre" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Rask gjennomgang:" --- lirc-0.8.7.orig/debian/po/POTFILES.in +++ lirc-0.8.7/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] lirc.templates --- lirc-0.8.7.orig/debian/po/ru.po +++ lirc-0.8.7/debian/po/ru.po @@ -0,0 +1,391 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2007. +msgid "" +msgstr "" +"Project-Id-Version: 0.8.0-9.3\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-09-25 20:42+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Создать файлы устройств LIRC, если их нет?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"Для LIRC требуются файлы устройств /dev/lirc, /dev/lircd и /dev/lircm в " +"каталоге /dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Перенастроить LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC уже настроен, повторная настройка может затереть изменения, сделанные " +"вручную в существующем файле /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Однако комментарии, LIRC_ARGS и другой неизвестный код останутся " +"неизменёнными." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Найдены старые конфигурационные файлы" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"В предыдущей версии пакета не было файлов конфигурации и предполагалось, что " +"пользователь сам создаст файлы /etc/lircd.conf и /etc/lircmd.conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Теперь эти файлы должны лежать в каталоге /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Размещение файлов будет исправлено, но проверьте, что в каталоге /etc/ не " +"осталось ни одного конфигурационного файла LIRC." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "Протокол IntelliMouse более предпочтителен чем IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Метод, который использует lircmd для эмуляции мыши, не совместим с " +"протоколом IMPS/2. Поэтому была добавлена поддержка протокола IntelliMouse, " +"который теперь является предпочтительным." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Вы должны изменить используемый протокол на IntelliMouse в файле /etc/lirc/" +"lircmd.conf и в настройках всех программ, использующих lircmd в качестве " +"мыши." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"ЗАМЕЧАНИЕ: gpm не будет использовать lircmd как мышь с протоколом IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Удалить /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"Теперь LIRC использует syslog в качестве механизма протоколирования, " +"поэтому /var/log/lircd больше не обновляется." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Выберите тип поддерживаемых последовательных устройств:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Драйверы для сборки:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: RF-пульт ATI/NVidia/X10 I & II\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB передатчик\n" +#~ " gpio: TV-карты от FlyVideo98, Avermedia, MiRO и многих других\n" +#~ " i2c: TV-карты от Hauppauge и PixelView\n" +#~ " igorplugusb: USB IR-приёмник Igor Cesko\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR-порты (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: пульты Windows Media Center (старая версия MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: пульты Windows Media Center (новая версия Philips et al.)\n" +#~ " parallel: самосборный приёмник на параллельном порту\n" +#~ " sasem: модуль Dign HV5 HTPC IR/VFD\n" +#~ " serial: самосборный приёмник на последовательном порту\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: пульт Streamzap PC" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "" +#~ "Попытаться автоматически определить параметры к аппаратному обеспечению?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Ваши предыдущие ответы будут использованы в качестве основы при " +#~ "определении списка модулей ядра, которые нужно собрать, а также " +#~ "параметров к ним." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Укажите, нужно ли так поступить." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Дополнительных модулей ядра не требуется" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Если вы не хотите собирать модули ядра LIRC для другой системы, то этот " +#~ "пакет не нужен в системе." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Инструкции по сборке пакетов с бинарными модулями" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Описание сборки пакета с бинарными модулями можно найти в файле /usr/" +#~ "share/doc/lirc-modules-source/README.Debian." + +#~ msgid "Standard" +#~ msgstr "стандартный" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Тип ITE8705/12 порта CIR:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Выберите порт, поддерживаемый чипом ITE8705/12 CIR:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " стандартный: стандартная настройка чипа\n" +#~ " DigiMatrix: настройка для встроенного в плату чипа Asus DigiMatrix" + +#~ msgid "Other" +#~ msgstr "другой" + +#~ msgid "Serial device to support:" +#~ msgstr "Поддерживаемое последовательное устройство:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic\n" +#~ " IRDEO: IRdeo\n" +#~ " другой: любое другое поддерживаемое устройство" + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Является ли ваше последовательное IR-устройство передатчиком?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "" +#~ "Нужно ли, чтобы программное обеспечение генерировало несущий сигнал?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "I/O-порт последовательного IR-устройства:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ последовательного IR-устройства:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Тип поддерживаемого SIR-устройства:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Выберите тип поддерживаемого SIR-устройства:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: донгл Actisys Act200L\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART-совместимый\n" +#~ " последовательный порт)\n" +#~ " другой: любое другое поддерживаемое устройство" + +#~ msgid "SIR device I/O port:" +#~ msgstr "I/O-порт SIR-устройства:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ SIR-устройства:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "IO-порт IR-устройства на параллельном порту:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ IO-порт IR-устройства на параллельном порту:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "IR-устройство таймер на параллельном порту:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Собрать модули автоматически?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Новые LIRC-модули ядра могут быть собраны и установлены, если на диске " +#~ "есть исходники и среда сборки текущего ядра." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Даже если вы укажите сделать это, вам всё равно нужно собрать и " +#~ "установить бинарный пакет 'модулей ядра', для того чтобы менеджер пакетов " +#~ "узнал об этих файлах." + +#~ msgid "Kernel source location:" +#~ msgstr "Расположение исходников ядра:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Укажите расположение дерева исходных текстов ядра, которое требуется для " +#~ "сборки lirc модулей ядра." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: неправильное дерево исходных текстов ядра" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Коротко:" --- lirc-0.8.7.orig/debian/po/fi.po +++ lirc-0.8.7/debian/po/fi.po @@ -0,0 +1,383 @@ +msgid "" +msgstr "" +"Project-Id-Version: lirc\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-10-07 18:05+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Luodaanko LIRC-laitetiedostot, jos niitä ei ole?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"LIRC tarvitsee tiedostot /dev/lirc, /dev/lircd ja /dev/lircm hakemistoon /" +"dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Haluatko muuttaa LIRC:n asetuksia?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC:n asetukset on jo tehty. Asetusten muuttaminen saattaa kirjoittaa " +"tiedostossa /etc/lirc/hardware.conf olevien asetusten päälle." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Kuitenkin kommentit, LIRC_ARGS ja muut tuntemattomat asetukset säilytetään." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Vanha asetustiedosto löydetty" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Tämän paketin aiemmat versiot eivät sisältäneet mitään asetustiedostoja ja " +"käyttäjien oletettiin luovan omat /etc/lircd.conf ja /etc/lircmd.conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Näiden tiedostojen uusi sijainti on /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Tiedostojen sijainnit korjataan, mutta sinun tulisi varmistaa ettei mitään " +"LIRC:n asetustiedostoja ole jäänyt hakemistoon /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "IntelliMouse-yhteyskäytäntöä suositaan IMPS/2:n sijaan" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Tällä hetkellä käytät ohjelmaa lircmd IMPS/2-yhteyskäytännöllä. Se ei ole " +"yhteensopiva lircmd:n käyttämän hiiren simulointitavan kanssa, joten tuki " +"IntelliMouse-yhteyskäytännölle on lisätty ja se on asetettu suosituksi " +"yhteyskäytännöksi" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Sinun tulisi päivittää /etc/lirc/lircmd.conf ja kaikkien ohjelmaa lircmd " +"hiirenä käyttävien ohjelmien asetukset käyttämään IntelliMouse-" +"yhteyskäytäntöä." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"HUOM: gpm ei suostu käyttämään ohjelmaa lircmd hiirenä IMPS/2-" +"yhteyskäytännön kanssa." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Poistetaanko /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC käyttää nykyään lokin pitämiseen syslog-järjestelmää, joten /var/log/" +"lircd ei ole enää tarpeellinen." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Valitse tuettavan sarjalaitteen tyyppi:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Käännettävät ajurit:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF-kaukosäädin\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB-lähetin-vastaanotin\n" +#~ " gpio: FlyVideo98-, Avermedia-, MiRO-TV-kortit ja monia muita\n" +#~ " i2c: Hauppauge- ja PixelView-TV-kortit\n" +#~ " igorplugusb: Igor Cesko's USB IR -vastaanotin\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR -portit (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center -kaukosäätimet (vanha versio,\n" +#~ " MicroSoft USB ID)\n" +#~ " mceusb2: Windows Media Center -kaukosäätimet (uusi versio,\n" +#~ " Philips ym.)\n" +#~ " parallel: Kotitekoinen rinnakkaisporttivastaanotin\n" +#~ " sasem: Dign HV5 HTPC IR/VFD -moduuli\n" +#~ " serial: Kotitekoinen sarjaporttiajuri\n" +#~ " sir: Sarjainfrapuna (IRDA)\n" +#~ " streamzap: Streamzap PC -kaukosäädin" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Yritetäänkö automaattisesti valita tuki laitteille?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Edellisten vastaustesi perusteella voidaan yrittää arvata käännettävät " +#~ "ytimen moduulit ja niiden parametrit." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Valitse tulisiko näin tapahtua." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Ytimen lisämoduuleja ei tarvita" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Tämä paketti on tarpeeton tässä järjestelmässä, paitsi jos haluat kääntää " +#~ "LIRC-ydinmoduuleja toista järjestelmää varten." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Binäärimodulipaketin käännösohjeet" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Ohjeet binäärimodulipaketin kääntämiseen löytyvät tiedostosta /usr/share/" +#~ "doc/lirc-modules-source/README.Debian." + +#~ msgid "Standard" +#~ msgstr "Standardi" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Tuettava ITE8705/12 CIR -portin tyyppi:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Valitse tuettavan ITE8705/12 CIR -portin piiri:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standardi: Oletuspiirin asetus;\n" +#~ " DigiMatrix: Integroidun Asus DigiMatrix -piirin asetus." + +#~ msgid "Other" +#~ msgstr "Muu" + +#~ msgid "Serial device to support:" +#~ msgstr "Tuettava sarjalaite:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Muu: Mikä tahansa muu tuettu laite." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Onko sarjainfrapunalaite lähetin?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Tulisiko ohjelman tuottaa kantoaalto?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Sarjainfrapunalaitteet I/O-portti:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "Sarjainfrapunalaitteen IRQ:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Tuettavan SIR-laitteen tyyppi:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Valitse tuettavan SIR-laitteen tyyppi:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210\n" +#~ " (16x50 UART-yhteensopiva sarjaportti);\n" +#~ " Muu: Mikä tahansa muu tuettu laite." + +#~ msgid "SIR device I/O port:" +#~ msgstr "SIR-laitteen I/O-portti" + +#~ msgid "SIR device IRQ:" +#~ msgstr "SIR-laitteen IRQ:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Rinnakkaisen infrapunalaitteen I/O-portti:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "Rinnakkaisen infrapunalaitteen IRQ:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Rinnakkaisen infrapunalaitteen ajastin:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Käännetäänkö moduulit automaattisesti?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Uudet LIRC-ydinmoduulit voidaan kääntää ja asentaa, jos käytössä olevan " +#~ "ytimen lähdekoodi ja käännösympäristö ovat saatavilla lokaalisti." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Vaikka valitsisitkin tämän vaihtoehdon, sinun tulisi kääntää ja asentaa " +#~ "konekielinen 'ytimen moduulit'-paketti, jotta pakettienhallintaohjelma " +#~ "voi pitää kirjaa tiedostoista." + +#~ msgid "Kernel source location:" +#~ msgstr "Ytimen lähdekoodin sijainti:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Anna ytimen lähdekoodipuun sijainti lirc-ydinmoduulien kääntämistä varten." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: virheellinen ytimen lähdekoodipuu" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Pikaohje:" --- lirc-0.8.7.orig/debian/po/nl.po +++ lirc-0.8.7/debian/po/nl.po @@ -0,0 +1,470 @@ +# translation of lirc_0.8.0-5_templates.po to dutch +# This file is distributed under the same license as the lirc package. +# +# Please see debian/copyright. +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc_0.8.0-5_nl\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2006-06-15 20:03+0100\n" +"Last-Translator: Kurt De Bree \n" +"Language-Team: Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Wilt u LIRC-apparaatbestanden aanmaken wanneer deze ontbreken?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +#, fuzzy +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "/dev/lirc /dev/lircd en /dev/lircm" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Wilt u LIRC opnieuw configureren?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +#, fuzzy +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC is reeds geconfigureerd, herconfigureren kan ertoe leiden dat uw " +"handmatige aanpassingen in /etc/lirc/hardware.conf niet meer werken." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +#, fuzzy +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Nochtans zullen de commentaren, LIRC_ARGS en andere onbekende code worden " +"bewaard." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +#, fuzzy +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"De vorige versies van dit pakket bevatten geen configuratiebestanden en " +"verwachtten dat de gebruiker zijn eigen /etc/lircd.conf en /etc/lircmd.conf " +"zou aanmaken." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "De nieuwe locatie van deze bestanden is /etc/lirc." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +#, fuzzy +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Er wordt geprobeerd om alles automatisch te herschikken. Als dit niet goed " +"gaat, gelieve ervoor te zorgen dat er zich geen LIRC-configuratiebestanden " +"bevinden onder /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +#, fuzzy +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "lircmd zou het IntelliMouse-protocol i.p.v. IMPS/2 moeten gebruiken." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +#, fuzzy +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"De door lircmd gebruikte methode voor het nabootsen van een muis is " +"incompatibel met het IMPS/2-protocol. Ondersteuning voor het IntelliMouse-" +"protocol is daarom toegevoegd, en is nu het te verkiezen protocol." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +#, fuzzy +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"U gebruikt momenteel lircmd met IMPS/2-protocol. Aanbevolen wordt om /etc/" +"lirc/lircmd.conf (en de configuratie van programma's die lircmd als muis " +"gebruiken) te wijzigen naar gebruik van het IntelliMouse-protocol." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"MERK OP: gpm zal weigeren om lircmd met het IMPS/2-protocol te gebruiken als " +"muis." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Wilt u dat /var/log/lircd verwijderd wordt?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +#, fuzzy +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC gebruikt nu syslog voor het logboek. Dit betekent dat /var/log/lircd " +"niet meer relevant is." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "IO port of your IR serial device:" +msgid "Port your serial device is attached to:" +msgstr "IO-poort van uw seriële IR-apparaat:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Selecteer de te bouwen stuurprogramma's:" + +#, fuzzy +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV-kaarten van FlyVideo98, Avermedia, MiRO en vele anderen\n" +#~ " i2c: TV-kaarten van Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (e.g. on the ECS K7S5A of Asus " +#~ "DigiMatrix)\n" +#~ " mceusb: Windows Media Center Remotes (oude versie, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (nieuwe versie, Philips et " +#~ "al.)\n" +#~ " parallel: Zelfgemaakte parallelle poortontvanger\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Zelfgemaakt stuurprogramma voor seriële poort\n" +#~ " sir: Seriële Infrarood (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" + +#, fuzzy +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "" +#~ "Wilt u de de benodigde ondersteuning voor uw hardware automatisch laten " +#~ "detecteren?" + +#, fuzzy +#~ msgid "Additional kernel modules not needed" +#~ msgstr "U heeft geen extra kernelmodules nodig." + +#, fuzzy +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Tenzij u kernelmodules met LIRC-ondersteuning voor een ander systeem wilt " +#~ "bouwen, kunt u dit pakket waarschijnlijk verwijderen." + +#, fuzzy +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Instructies voor het bouwen van binaire modules als debian-pakket vindt u " +#~ "in /usr/share/doc/lirc-module-source/README.Debian" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Te ondersteunen type ITE8705/12 CIR-poort:" + +#, fuzzy +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standaard: Standaard installatie-chip\n" +#~ " DigiMatrix: Installatie voor Asus DigiMatrix onboard chip" + +#, fuzzy +#~ msgid "Serial device to support:" +#~ msgstr "Welk type serieel apparaat moet worden ondersteund?" + +#, fuzzy +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic\n" +#~ " IRDEO: IRdeo\n" +#~ " Andere: Elk ander ondersteund apparaat.\n" +#~ "\n" +#~ "Kies \"Andere\" als u niet weet wat voor apparaten de andere zijn." + +#, fuzzy +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Is uw seriële IR-apparaat een zender?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Moet de signaaldrager softwarematig geproduceerd worden?" + +#, fuzzy +#~ msgid "IR serial device I/O port:" +#~ msgstr "Welk type serieel apparaat moet worden ondersteund?" + +#, fuzzy +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ van uw seriële IR-apparaat:" + +#, fuzzy +#~ msgid "Type of supported SIR device:" +#~ msgstr "IRQ van uw SIR-apparaat:" + +#, fuzzy +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle.\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatibele seriële " +#~ "poort)\n" +#~ " Andere: Elk ander ondersteund apparaat." + +#, fuzzy +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "IRQ van uw parallelle IR-apparaat:" + +#, fuzzy +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ van uw parallelle IR-apparaat:" + +#, fuzzy +#~ msgid "Parallel IR device timer:" +#~ msgstr "IRQ van uw parallelle IR-apparaat:" + +#, fuzzy +#~ msgid "Automatically build the modules?" +#~ msgstr "Wilt u proberen om de modules automatisch te bouwen?" + +#, fuzzy +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Zelfs wanneer u \"ja\" selecteert, kunt u best een pakket met de binaire " +#~ "kernelmodules installeren, omdat dit de programmatuur voor pakketbeheer " +#~ "in staat stelt bij te houden welke bestanden geïnstalleerd zijn." + +#, fuzzy +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc} bevat geen geldige kernel broncode." + +#~ msgid "" +#~ "You have installed and configured LIRC. It is possible to guess what " +#~ "kernel modules are needed and their parameters from your previous answers." +#~ msgstr "" +#~ "U heeft LIRC geïnstalleerd en geconfigureerd. Er kan geprobeerd worden om " +#~ "de benodigde kernelmodules en bijbehorende parameters uit uw vorige " +#~ "antwoorden af te leiden." + +#~ msgid "How to build the binary modules package" +#~ msgstr "Hoe het binaire modulepakket te bouwen." + +#~ msgid "" +#~ "Quick walkthrough:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/path/of/my/kernel/source/\n" +#~ " dpkg -i ../../irc-modules-*.deb" +#~ msgstr "" +#~ "Te volgen procedure:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/path/of/my/kernel/source/\n" +#~ " dpkg -i ../../irc-modules-*.deb" + +#~ msgid "Standard, DigiMatrix" +#~ msgstr "Standaard, DigiMatrix" + +#~ msgid "" +#~ "The following list includes short descriptions of the different options " +#~ "available:" +#~ msgstr "" +#~ "De volgende lijst omvat korte beschrijvingen van de beschikbare opties:" + +#~ msgid "ANIMAX, IRDEO, Other" +#~ msgstr "ANIMAX, IRDEO, Andere" + +#~ msgid "ACTISYS_ACT200L, TEKRAM, Other" +#~ msgstr "ACTISYS_ACT200L, TEKRAM, Andere" + +#~ msgid "What type of SIR device should be supported?" +#~ msgstr "Welk type SIR-apparaat moet worden ondersteund?" + +#~ msgid "" +#~ "The following lists are short descriptions of the options to show what " +#~ "they mean." +#~ msgstr "" +#~ "De volgende lijsten zijn korte beschrijvingen van de opties om hun " +#~ "betekenis te tonen." + +#~ msgid "IO port of your SIR device:" +#~ msgstr "IO-poort van uw SIR-apparaat:" + +#~ msgid "IO port of your parallel IR device:" +#~ msgstr "IO-poort van uw parallelle IR-apparaat:" + +#~ msgid "Timer used for your parallel IR device:" +#~ msgstr "Timer die voor uw parallelle IR-apparaat gebruikt wordt:" + +#~ msgid "" +#~ "It is possible to build and install your lirc kernel modules, as long as " +#~ "your current kernel's source (and gcc) are present on your computer." +#~ msgstr "" +#~ "Wanneer de broncode van de huidige kernel (en gcc) op uw systeem aanwezig " +#~ "zijn, kan geprobeerd worden om de voor lirc benodigde kernelmodules " +#~ "automatisch te bouwen en te installeren." + +#~ msgid "Where is your kernel source?" +#~ msgstr "Waar is de broncode van uw kernel?" + +#~ msgid "To build lirc kernel modules, kernel sources are needed." +#~ msgstr "" +#~ "Om kernelmodules met lirc-ondersteuning te bouwen, is de broncode nodig " +#~ "van de kernel die u van plan bent te gebruiken." + +#~ msgid "LIRC needs some files under /dev/ for it to work:" +#~ msgstr "LIRC heeft een aantal bestanden onder /dev/ nodig om te werken:" + +#~ msgid "You should take care of old configuration files" +#~ msgstr "" +#~ "De oude configuratiebestanden dienen verder door u beheerd te worden." + +#~ msgid "" +#~ "If you answer 'no' to this question /var/log/lircd will be left there and " +#~ "you will have to take care of it yourself." +#~ msgstr "" +#~ "Als u deze vraag met \"nee\" beantwoordt, zal /var/log/lircd niet worden " +#~ "verwijderd en zult u dit bestand zelf moeten beheren." --- lirc-0.8.7.orig/debian/po/pt_BR.po +++ lirc-0.8.7/debian/po/pt_BR.po @@ -0,0 +1,385 @@ +# lirc Brazilian Portuguese translation +# Copyright (C) 2007 THE lirc'S COPYRIGHT HOLDER +# This file is distributed under the same license as the lirc package. +# Felipe Augusto van de Wiel (faw) , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc (20071008)\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-10-08 00:47-0300\n" +"Last-Translator: Felipe Augusto van de Wiel (faw) \n" +"Language-Team: l10n portuguese \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"pt_BR utf-8\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Criar nós de dispositivo LIRC se eles não existirem?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"O LIRC precisa dos arquivos /dev/lirc, /dev/lircd e /dev/lircm no /dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Você quer reconfigurar o LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"O LIRC já está configurado, reconfigurá-lo pode sobrescrever as " +"configurações existentes em /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"No entanto, comentários, LIRC_ARGS e outros códigos desconhecidos serão " +"preservados." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Arquivos de configuração antigos encontrados" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Versões anteriores deste pacote não incluíam quaisquer arquivos de " +"configuração e esperavam que os usuários criassem seus próprios /etc/lircd." +"conf e /etc/lircmd.conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "A nova localização destes arquivos é /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"As localizações dos arquivos será consertada mas você deveria verificar se " +"nenhum arquivo de configuração LIRC foi deixado diretamente sob /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "Protocolo IntelliMouse preferido sobre IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Você está atualmente usando lircmd com o protocolo IMPS/2. Isto não é " +"compatível com o método que o lircmd usa para simular um mouse, portanto o " +"suporte IntelliMouse foi adicionado e agora é o protocolo preferido." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Você deveria atualizar /etc/lirc/lircmd.conf e a configuração de qualquer " +"programa que use o lircmd como um mouse para usar o protocolo IntelliMouse." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"NOTA: gpm se recusará a usar o lircmd como um mouse com o protocolo IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Apagar /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"O LIRC agora usa o syslog como mecanismo de registro de log, então o /var/" +"log/lircd não é mais relevante." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Por favor, escolha o tipo do dispositivo serial suportado:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Drivers a construir:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: Remoto ATI/NVidia/X10 I & II RF\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: Transceptor COMMANDIR USB\n" +#~ " gpio: Placas de TV da FlyVideo98, Avermedia, MiRO e outras\n" +#~ " i2c: Placas de TV da Hauppauge e PixelView\n" +#~ " igorplugusb: Receptor USB IR de Igor Cesko\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: Portas ITE IT8705/12 CIR (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Rem. Windows Media Center (vers. antiga, MicroSoft USB ID)\n" +#~ " mceusb2: Rem. Windows Media Center (vers. nova, Philips et al.)\n" +#~ " parallel: Receptor de porta paralela feito em casa\n" +#~ " sasem: Módulo Dign HV5 HTPC IR/VFD\n" +#~ " serial: Driver de porta serial feito em casa\n" +#~ " sir: Infra-Vermelho Serial (IRDA)\n" +#~ " streamzap: Remoto Streamzap PC" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Tentar selecionar automaticamente as opções de suporte a hardware?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Suas respostas anteriores podem ser usadas como base para adivinhar a " +#~ "lista de módulos do kernel que deveriam ser construídos, juntamente com " +#~ "seus parâmetros." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Por favor, escolha se isto deveria acontecer." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Módulos do kernel adicionais não são necessários" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "A menos que você queira construir módulos LIRC para o kernel para outro " +#~ "sistema, este pacote é inútil neste sistema." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Instruções de construção para pacote binário de módulos" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Para instruções sobre como construir o pacote binário de módulos, por " +#~ "favor, leia o arquivos /usr/share/doc/lirc-modules-source/README.Debian." + +#~ msgid "Standard" +#~ msgstr "Padrão" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Tipo da porta ITE8705/12 CIR a ser suportada:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Por favor, escolha o chip da porta ITE8705/12 CIR suportada:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: Configuração padrão do chip;\n" +#~ " DigiMatrix: Configuração para o chip \"onboard\" Asus DigiMatrix." + +#~ msgid "Other" +#~ msgstr "Outro" + +#~ msgid "Serial device to support:" +#~ msgstr "Dispositivo serial a ser suportado:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Outro: Qualquer outra dispositivo suportado." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "O dispositivo IR serial é um transmissor?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "O sinal de linha deveria ser gerado pelo software?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Porta E/S do dispositivo serial IR:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ do dispositivo serial IR:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Tipo do dispositivo SIR suportado:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Por favor, escolha o tipo do dispositivo SIR suportado:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Adaptador Actisys Act200L;\n" +#~ " TEKRAM: Tekram Irmate 210 (porta seria compatível 16x50 UART);\n" +#~ " Outro: Qualquer outro dispositivo suportado." + +#~ msgid "SIR device I/O port:" +#~ msgstr "Porta E/S do dispositivo SIR:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ do dispositivo SIR:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Porta E/S do dispositivo IR paralelo:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ do dispositivo IR paralelo:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Temporizador do dispositivo IR paralelo:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Construir os módulos automaticamente?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Os novos módulos LIRC para o kernel podem ser construídos e instalados se " +#~ "o código fonte e o ambiente de construção para o kernel atual estiverem " +#~ "localmente presentes." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Mesmo se você escolher esta opção, você deveria construir e instalar um " +#~ "pacote de 'módulos do kernel' binário para que o gerenciador de pacotes " +#~ "possa fazer acompanhamento dos arquivos." + +#~ msgid "Kernel source location:" +#~ msgstr "Localização do código fonte do kernel:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Por favor, informe a localização da árvore do código fonte do kernel, " +#~ "para construir os módulos lirc para o kernel." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: árvore de código fonte do kernel inválida" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Rápido passo-a-passo:" --- lirc-0.8.7.orig/debian/po/de.po +++ lirc-0.8.7/debian/po/de.po @@ -0,0 +1,488 @@ +# Translation of lirc debconf templates to German +# Copyright (C) Matthias Julius , 2006. +# Copyright (C) Helge Kreutzmann , 2007. +# This file is distributed under the same license as the lirc package. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc 0.8.0-13\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-10-06 23:19+0200\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "" +"Sollen die LIRC-Gerätedateien erstellt werden, wenn sie nicht vorhanden sind?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"LIRC benötigt die Dateien /dev/lirc, /dev/lircd und /dev/lircm in /dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Soll LIRC neu konfiguriert werden?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC ist schon konfiguriert, eine Neukonfiguration könnte die existierende " +"Konfiguration in /etc/lirc/hardware.conf überschreiben." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Jedoch werden Kommentare, LIRC_ARGS und anderer unbekannter Code beibehalten." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Alte Konfigurationsdateien gefunden" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Vorhergehende Versionen dieses Pakets beinhalteten keine " +"Konfigurationsdateien und erwarteten vom Benutzer, eigene Konfigurationen " +"in /etc/lircd.conf und /etc/lircmd.conf anzulegen." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Der neue Ort dieser Dateien ist /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Dateiorte werden korrigiert, aber Sie sollten überprüfen, dass keine der " +"Konfigurationsdateien von LIRC direkt unter /etc verblieben ist." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "" +"Das IntelliMouse-Protokoll sollte statt des IMPS/2-Protokolls verwendet " +"werden." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Sie verwenden momentan Lircmd mit dem IMPS/2-Protokoll. Dies ist nicht " +"kompatibel mit der Methode, die Lircmd zur Simulation einer Maus verwendet, " +"daher wurde Unterstützung für die IntelliMouse hinzugefügt und diese ist nun " +"das bevorzugte Protokoll." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Sie sollten /etc/lirc/lircmd.conf und die Konfigurationen von allen " +"Programmen, die Lircmd als Maus verwenden, aktualisieren, und stattdessen " +"das IntelliMouse-Protokoll verwenden." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"Hinweis: gpm wird sich weigern, Lircmd als Maus mit dem IMPS/2 Protokoll zu " +"benutzen." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "/var/log/lircd löschen?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC benutzt nun syslog als Protokollmechanismus, daher ist /var/log/lircd " +"nicht mehr relevant." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Bitte wählen Sie den unterstützten seriellen Gerätetyp:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Zu kompilierende Treiber:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF-Fernbedienung\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB-Empfänger\n" +#~ " gpio: TV Karten von FlyVideo98, Avermedia, MiRO und vielen\n" +#~ " anderen\n" +#~ " i2c: TV Karten von Hauppauge und PixelView\n" +#~ " igorplugusb: Igor Ceskos USB IR-Empfänger\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix ...)\n" +#~ " mceusb: Windows Media Center-Fernbedienungen (alte Version,\n" +#~ " MicroSoft USB ID)\n" +#~ " mceusb2: Windows Media Center-Fernbedienungen (neue Version,\n" +#~ " Philips usw.)\n" +#~ " parallel: Selbstgebauter Parallel-Port-Empfänger\n" +#~ " sasem: Dign HV5 HTPC IR/VFD-Modul\n" +#~ " serial: Selbstgebauter Treiber für die serielle Schnittstelle\n" +#~ " sir: Serielles Infrarot (IRDA)\n" +#~ " streamzap: Streamzap PC-Fernbedienung" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "" +#~ "Versuchen, automatisch die Optionen für die Unterstützung der Hardware zu " +#~ "erkennen?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Ihre vorhergehende Antwort kann als Basis zum Raten der Liste von " +#~ "Kernelmodulen, die erstellt werden sollen, zusammen mit der zugehörigen " +#~ "Liste an Parametern verwendet werden." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Bitte wählen Sie aus, ob dies so durchgeführt werden soll." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Weitere Kernelmodule werden nicht benötigt." + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Sofern Sie nicht LIRC-Kernelmodule für ein anderes Systeme kompilieren " +#~ "wollen, ist dieses Paket auf diesem System nutzlos." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Anweisungen zum Bau des Binärmodulpaketes" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Für Anweisungen, wie das Debian-Binärmodulpaket gebaut wird, lesen Sie " +#~ "die Datei /usr/share/doc/lirc-modules-source/README.Debian." + +#~ msgid "Standard" +#~ msgstr "Standard" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Typ des zu unterstützenden ITE8705/12 CIR-Anschlusses:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "" +#~ "Bitte wählen Sie den unterstützten Anschluss-Chip für ITE8705/12 CIR:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: Normaler Chip;\n" +#~ " DigiMatrix: integrierter Chip Asus DigiMatrix." + +#~ msgid "Other" +#~ msgstr "Anderer" + +#~ msgid "Serial device to support:" +#~ msgstr "Serielles Gerät, das unterstützt werden soll:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo; \n" +#~ " Andere: Jedes andere unterstützte Gerät." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Ist das serielle Infrarotgerät ein Sender?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Soll das Trägersignal von der Software generiert werden?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Schnittstelle des seriellen Infrarot-Gerätes:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ des seriellen Infrarotgerätes:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Typ des unterstützten seriellen Infrarotgerätes (SIR):" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Bitte wählen Sie den unterstützten SIR-Gerätetyp:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L-Dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART kompatible serielle\n" +#~ " Schnittstelle);\n" +#~ " Andere: Jedes andere unterstützte Gerät." + +#~ msgid "SIR device I/O port:" +#~ msgstr "I/O-Schnittstelle des SIR-Gerätes:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ des SIR-Gerätes:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Schnittstelle (Port) des parallelen Infrarotgerätes (IR):" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ des parallelen Infrarotgerätes (IR):" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Zeitgeber des parallelen Infrarotgerätes (IR):" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Module automatisch erzeugen?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Neue LIRC-Kernelmodule können erzeugt und installiert werden, falls die " +#~ "Quellen und die Bauumgebung des aktuellen Kernels lokal vorhanden sind." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Selbst falls Sie diese Option wählen, sollten Sie das Binärmodulpaket " +#~ "erzeugen und installieren, so dass der Paketmanager die Dateien verfolgen " +#~ "kann." + +#~ msgid "Kernel source location:" +#~ msgstr "Ort der Kernelquellen:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Bitte geben Sie den Ort des Kernelquellbaums ein, um die LIRC-" +#~ "Kernelmodule zu erzeugen." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: ungültiger Kernelquellbaum." + +#~ msgid "Quick walkthrough:" +#~ msgstr "Schneller Durchlauf:" + +#~ msgid "" +#~ "You have installed and configured LIRC. It is possible to guess what " +#~ "kernel modules are needed and their parameters from your previous answers." +#~ msgstr "" +#~ "LIRC ist installiert und konfiguriert. Ausgehend von Ihren bisherigen " +#~ "Antworten kann vermutet werden, welche Kernelmodule mit welchen " +#~ "Parametern benötigt werden." + +#~ msgid "How to build the binary modules package" +#~ msgstr "Wie man das Paket für die Binärmodule erzeugt" + +#~ msgid "" +#~ "Quick walkthrough:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/path/of/my/kernel/source/\n" +#~ " dpkg -i ../../irc-modules-*.deb" +#~ msgstr "" +#~ "Schelldurchgang:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/path/of/my/kernel/source/\n" +#~ " dpkg -i ../../irc-modules-*.deb" + +#~ msgid "Standard, DigiMatrix" +#~ msgstr "Standard, DigiMatrix" + +#~ msgid "" +#~ "The following list includes short descriptions of the different options " +#~ "available:" +#~ msgstr "" +#~ "Die folgende Liste beinhaltet kurze Beschreibungen der verschiedenen " +#~ "verfügbaren Optionen:" + +#~ msgid "ANIMAX, IRDEO, Other" +#~ msgstr "ANIMAX, IRDEO, Andere" + +#~ msgid "IO port of your IR serial device:" +#~ msgstr "IO Port Ihres seriellen Infrarotgerätes:" + +#~ msgid "ACTISYS_ACT200L, TEKRAM, Other" +#~ msgstr "ACTISYS_ACT200L, TEKRAM, Andere" + +#~ msgid "What type of SIR device should be supported?" +#~ msgstr "" +#~ "Welcher Typ von seriellen Infrarotgeräten (SIR) soll unterstützt werden?" + +#~ msgid "" +#~ "The following lists are short descriptions of the options to show what " +#~ "they mean." +#~ msgstr "" +#~ "Die folgenden Listen sind kurze Beschreibungen der Optionen, um zu " +#~ "zeigen, was sie bedeuten." + +#~ msgid "IO port of your SIR device:" +#~ msgstr "IO Port Ihres seriellen Infrarotgerätes (SIR):" + +#~ msgid "IO port of your parallel IR device:" +#~ msgstr "IO Port Ihres parallelen Infrarotgerätes (IR):" + +#~ msgid "Timer used for your parallel IR device:" +#~ msgstr "Timer, der für Ihr paralleles Infrarotgerät (IR) verwendet wird:" + +#~ msgid "" +#~ "It is possible to build and install your lirc kernel modules, as long as " +#~ "your current kernel's source (and gcc) are present on your computer." +#~ msgstr "" +#~ "Die lirc Kernelmodule können erzeugt werden wenn der Quelltext des " +#~ "aktuellen Kernels (und gcc) auf ihrem Computer installiert sind." + +#~ msgid "Where is your kernel source?" +#~ msgstr "Wo sind die Kernelquellen?" + +#~ msgid "To build lirc kernel modules, kernel sources are needed." +#~ msgstr "" +#~ "Um die lirc Kernelmodule zu erzeugen, müssen die die Kernelquellen " +#~ "verfügbar sein." + +#~ msgid "LIRC needs some files under /dev/ for it to work:" +#~ msgstr "LIRC benötigt einige neue Gerätedateien im Verzeichnis /dev:" + +#~ msgid "You should take care of old configuration files" +#~ msgstr "Sie sollten sich um Ihre alten Konfigurationsdateien kümmern." + +#~ msgid "" +#~ "If you answer 'no' to this question /var/log/lircd will be left there and " +#~ "you will have to take care of it yourself." +#~ msgstr "" +#~ "Falls Sie diese Frage mit »Nein« beantworten wird /var/log/lircd nicht " +#~ "gelöscht und Sie müssen sich selbst darum kümmern." --- lirc-0.8.7.orig/debian/po/cs.po +++ lirc-0.8.7/debian/po/cs.po @@ -0,0 +1,391 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2006-09-26 11:34+0200\n" +"Last-Translator: Miroslav Jezbera \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Vytvořit soubory LIRC zařízení, pokud ještě neexistují?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"LIRC potřebuje soubory /dev/lirc, /dev/lircd a /dev/lircm v adresáři /dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Chcete přenastavit LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC je již nastaveno. Přenastavení může přepsat vaše současné nastavení v " +"souboru /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "Avšak komentáře, LIRC_ARGS a jiný neznámý kód bude zachován." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Nalezeny soubory s dřívějším nastavením" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Předchozí verze tohoto balíku neobsahovaly žádný konfigurační soubor a " +"očekávaly, že uživatel vytvoří vlastní /etc/lircd.conf a /etc/lircmd.conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Nové umístění pro tyto soubory je /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Umístnění souborů bude opraveno, ale stejně byste měli zkontrolovat, že " +"žádný z konfiguračních souborů LIRC nezůstal přímo v /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "Upřednostňovat protokol IntelliMouse namísto IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"V současnosti používáte lircmd s protokolem IMPS/2. Ten není kompatibilní s " +"metodou, kterou lircmd používá, aby simuloval myš. Proto byla přidána " +"podpora pro protokol IntelliMouse, který je nyní upřednostňovaný." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Měli byste aktualizovat /etc/lirc/lircmd.conf a konfiguraci každého programu," +"který používá lircmd jako myš, aby používal protokol IntelliMouse." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "POZNÁMKA: gpm odmítne používat lircmd jako myš s protokolem IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Smazat /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC nyní používá syslog pro zaznamenávání událostí, takže /var/log/lircd je " +"zastaralý." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Vyberte prosím typ podporovaného sérového zařízení:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Přeložit ovladače:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: Dálkové ovládání ATI/NVidia/X10 I & II RF\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB vysílač\n" +#~ " gpio: TV karty FlyVideo98, Avermedia, MiRO a mnoho dalších\n" +#~ " i2c: TV karty Hauppauge a PixelView\n" +#~ " igorplugusb: USB IR přijímač od Igora Ceska\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR porty (např. na desce ECS K7S5A, Asus " +#~ "DigiMatrix...)\n" +#~ " mceusb: Dálkové ovládání pro Windows Media Center (starší verze, " +#~ "MicroSoft USB ID)\n" +#~ " mceusb2: Dálkové ovládání pro Windows Media Center (novější verze, " +#~ "Philips aj.)\n" +#~ " parallel: Podomácku vyrobený IR přijímač připojený na paralelní port\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Modul\n" +#~ " serial: Podomácku vyrobený IR přijímač připojený na sériový port\n" +#~ " sir: Infračervený port (IRDA)\n" +#~ " streamzap: Dálkové ovládání Streamzap PC" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Pokusit se automaticky nastavit podporu pro váš hardware?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Vaše předchozí odpovědi mohou být použity jako základ pro odhad seznamu " +#~ "jaderných modulů, které by se měly přeložit, a jejich parametrů." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Určete prosím, zda-li toto může nastat." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Další jaderné moduly nejsou potřeba" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Pokud nechcete vytvářet jaderné moduly LIRC pro jiný systém, pak je tento " +#~ "balík na tomto systému již nepotřebný." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Návod na vytvoření balíku s binárními moduly" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Pro návod jak vytvořit debianí balík s binárními moduly si prosím " +#~ "přečtěte soubor /usr/share/doc/lirc-modules-source/README.Debian" + +#~ msgid "Standard" +#~ msgstr "Standard" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Podporovat následující typ ITE8705/12 CIR portu:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Vyberte prosím podporovaný typ čipu pro ITE8705/12 CIR port:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: Standardní nastavení čipu\n" +#~ " DigiMatrix: Nastavení pro integrovaný čip Asus DigiMatrix." + +#~ msgid "Other" +#~ msgstr "Ostatní" + +#~ msgid "Serial device to support:" +#~ msgstr "Podporovat sériové zařízení:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic\n" +#~ " IRDEO: IRdeo\n" +#~ " Other: Zbylá podporovaná zařízení." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Je vaše sériové infračervené zařízení vysílač?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Má být nosný signál generován softwarem?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "I/O port vašeho sériového infračerveného zařízení:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "Přerušení přiřazené vašemu infračervenému zařízení:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Typ podporovaného SIR zařízení:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Zvolte prosím podporovaný typ SIR zařízení:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART kompatibilní seriový " +#~ "port)\n" +#~ " Other: Zbylá podporovaná zařízen." + +#~ msgid "SIR device I/O port:" +#~ msgstr "I/O port SIR zařízení:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "Přerušení přiřazené SIR zařízení:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "I/O port vašeho paralelního infračerveného zařízení:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "Přerušení přiřazené vašemu paralelnímu infračervenému zařízení:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Časovač vašeho paralelního infračerveného zařízení:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Přeložit automaticky moduly?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Nové jaderné moduly LIRC mohou být přeloženy a nainstalovány, pouze pokud " +#~ "zdrojové kódy a prostředí pro překlad modulů pro současné jádro jsou " +#~ "dostupné na tomto systému." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "I když zvolíte tuto možnost, měli byste vytvářet a instalovat balík s " +#~ "binárními 'jadernými moduly', tak aby správce balíků měl přehled nad " +#~ "soubory." + +#~ msgid "Kernel source location:" +#~ msgstr "Umístnění zdrojových kódů jádra:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Uveďte prosím umístnění zdrojových kódů jádra, aby bylo možné přeložit " +#~ "jaderné moduly lirc." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: špatná cesta ke zdrojovým kódům jádra" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Rychlý přehled:" --- lirc-0.8.7.orig/debian/po/pt.po +++ lirc-0.8.7/debian/po/pt.po @@ -0,0 +1,389 @@ +# Portuguese translation of lirc. +# This file is distributed under the same license as the lirc package. +# Rui Branco , 2006. +# 2007-10-07 - Rui Branco - 15u28f +# +# +msgid "" +msgstr "" +"Project-Id-Version: lirc 0.8.0-4\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-10-07 16:21+0100\n" +"Last-Translator: Rui Branco \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Criar os dispositivos do LIRC se não estiverem presentes?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"O LIRC necessita dos ficheiros /dev/lirc, /dev/lircd e /dev/lircm em /dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Deseja reconfigurar o LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"O LIRC já se encontra configurado, reconfigurá-lo novamente pode estragar a " +"configuração existente em /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"No entanto, comentários, LIRC_ARGS e outro código desconhecido será " +"preservado." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Encontrados antigos ficheiros de configuração" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Versões anteriores deste pacote não incluíam qualquer ficheiro de " +"configuração sendo esperado que o utilizador criasse o seu em /etc/lircd." +"conf·e·/etc/lircmd.conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "A nova localização para estes ficheiros é /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Os locais dos ficheiros serão corrigidos, no entanto certifique-se que " +"nenhum dos ficheiros de configuração é deixado directamente em /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "O protocolo IntelliMouse·será preferido em detrimento do IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Está actualmente a utilizar o protocolo IMPS/2. Este é um protocolo não " +"compatível com o método que o lircmd usa para simular um rato, assim o " +"suporte ao IntelliMouse foi adicionado e é agora o protocolo preferido." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Deverá actualizar o /etc/lirc/lircmd.conf e a configuração de qualquer " +"programa que utilize o lircmd como um rato para que use o protocolo " +"IntelliMouse." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"Nota: o gpm recusará utilizar o lircmd como um rato com o protocolo IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Apagar /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"O LIRC usa agora o syslog como mecanismo de registo. assim o /var/log/lircd " +"já não é relevante." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Por favor escolha o tipo de dispositivo de série suportado:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Controladores a usar :" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "" +#~ "Tente seleccionar automaticamente as opções de suporte para o seu " +#~ "hardware?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "As suas respostas anteriores podem ser utilizadas numa base para " +#~ "adivinhar a lista de módulos de kernel que deverá ser construídos, assim " +#~ "como os seus parâmetros." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Por favor escolha se isto deve acontecer." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Não necessita de quaisquer módulos de kernel adicionais" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "A menos que queira compilar módulos de kernel LIRC para outro sistema, " +#~ "este pacote é inútil no seu sistema." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Instrucções de pacotes de módulos binários" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Para instruções sobre como construir o pacote debian dos módulos binários " +#~ "leia o ficheiro: /usr/share/doc/lirc-modules-source/README.Debian" + +#~ msgid "Standard" +#~ msgstr "Standard" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Tipo de porta ITE8705/12 CIR a suportar:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Por favor escolha a porta do chip suportado ITE8705/12 CIR:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: Configuração de chip standard \n" +#~ " DigiMatrix: Configuração para o chip onboard Asus DigiMatrix." + +#~ msgid "Other" +#~ msgstr "Outros" + +#~ msgid "Serial device to support:" +#~ msgstr "Tipo de dispositivo série a suportar:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic\n" +#~ " IRDEO: IRdeo\n" +#~ " Other: Qualquer outro dispositivo disponível." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "O seu dispositivo série IR é um transmissor?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Deverá o sinal de transporte ser gerado por software?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Porta do dispositivo série IR:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ do seu dispositivo série IR:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Tipo suportado do dispositivo SIR:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Por favor escolha o tipo de dispositivo SIR suportado:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle.\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Qualquer outro dispositivo suportado." + +#~ msgid "SIR device I/O port:" +#~ msgstr "Porta I/O do dispositivo SIR:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ do dispositivo SIR:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Porta I/O do seu dispositivo paralelo IR:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ do seu dispositivo paralelo IR:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Temporizador do seu dispositivo paralelo IR:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Tentar construir automaticamente os módulos?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Os novos módulos kernel LIRC podem ser construidos e instalados se a sua " +#~ "fonte e ambiente de construção para o kernel actual estiverem actualmente " +#~ "presentes." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Mesmo que tenha escolhido esta opção, deverá construir e instalar um " +#~ "pacote de 'kernel modules' binário para que o gestor de pacotes possa " +#~ "seguir o registo dos ficheiros." + +#~ msgid "Kernel source location:" +#~ msgstr "Local da fonte do kernel:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Por favor introduza o local da fonte de kernel para construir os módulos " +#~ "kernel do LIRC." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: não é uma kernel source válida" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Arranque rápido:" --- lirc-0.8.7.orig/debian/po/gl.po +++ lirc-0.8.7/debian/po/gl.po @@ -0,0 +1,386 @@ +# Galician translation of lirc's debconf templates +# This file is distributed under the same license as the lirc package. +# Jacobo Tarrio , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-09-30 18:53+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "¿Crear os nodos dos dispositivos LIRC se non existen?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "LIRC precisa dos ficheiros /dev/lirc, /dev/lircd e /dev/lircm ." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "¿Quere reconfigurar LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC xa está configurado, e reconfiguralo pode estragar parte da " +"configuración existente en /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Nembargantes, hanse conservar os comentarios, LIRC_ARGS e calquera código " +"descoñecido." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Atopáronse ficheiros de configuración antigos" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"As versións anteriores deste paquete non incluían ningún ficheiro de " +"configuración e esperábase que os usuarios creasen os seus ficheiros /etc/" +"lircd.conf e /etc/lircmd.conf" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "A nova ubicación deses ficheiros é /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Hanse corrixir as ubicacións dos ficheiros, pero debería comprobar que " +"ningún dos ficheiros de configuración de LIRC permaneza directamente baixo /" +"etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "Prefírese o protocolo IntelliMouse sobre IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Está a empregar lircmd co protocolo IMPS/2. Isto non é compatible co método " +"empregado por lircmd para simular un rato, así que se engadiu soporte de " +"IntelliMouse, que é agora o protocolo preferido." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Debería actualizar /etc/lirc/lircmd.conf e a configuración dos programas que " +"empreguen lircmd coma rato, para que empreguen no seu canto o protocolo " +"IntelliMouse." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "NOTA: gpm hase negar a empregar lircmd coma rato co protocolo IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "¿Eliminar /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"Agora LIRC emprega syslog coma mecanismo de rexistro, así que /var/log/lircd " +"xa non é pertinente." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Escolla o tipo de dispositivo serie soportado:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Controladores a compilar:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: Mando RF ATI/NVidia/X10 I & II\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: Transceptor USB COMMANDIR\n" +#~ " gpio: Tarxetas de TV de FlyVideo98, Avermedia, MiRO e moitos " +#~ "máis\n" +#~ " i2c: Tarxetas de TV de Hauppauge and PixelView\n" +#~ " igorplugusb: Receptor infravermello USB de Igor Cesko\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: Portos CIR ITE IT8705/12 (ECS K7S5A, Asus DigiMatrix, ...)\n" +#~ " mceusb: Mandos Windows Media Center (versión antiga, ID USB " +#~ "MicroSoft)\n" +#~ " mceusb2: Mandos Windows Media Center (nova versión, Philips et al.)\n" +#~ " parallel: Receptor caseiro de porto paralelo\n" +#~ " sasem: Módulo IR/VFD Dign HV5 HTPC\n" +#~ " serial: Controlador caseiro de porto serie\n" +#~ " sir: Infravermellos serie (IRDA)\n" +#~ " streamzap: Mando PC Streamzap" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "" +#~ "¿Quere seleccionar automaticamente as opcións de soporte de hardware?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "As respostas anteriores pódense empregar coma base para adiviñar a lista " +#~ "de módulos que se deben compilar, xunto cos seus parámetros." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Indique se quere que se faga isto." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Non se precisa de módulos adicionais" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "A menos que queira compilar módulos de LIRC para outro sistema, este " +#~ "paquete é inútil neste sistema." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Instrucións de compilación do paquete de módulos binarios" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Para recibir instrucións sobre a compilación do paquete de módulos " +#~ "binarios, consulte o ficheiro /usr/share/doc/lirc-modules-source/README." +#~ "Debian" + +#~ msgid "Standard" +#~ msgstr "Estándar" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Tipo de porto CIR ITE8705/12 a soportar:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Escolla o chip do porto CIR ITE8705/12 soportado:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Estándar: Chip con configuración estándar;\n" +#~ " DigiMatrix: Configuración para o chip Asus DigiMatrix." + +#~ msgid "Other" +#~ msgstr "Outro" + +#~ msgid "Serial device to support:" +#~ msgstr "Dispositivo serie a soportar:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Outro: Calquera outro dispositivo soportado." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "¿O dispositivo infravermello serie é un transmisor?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "¿Debería o sinal portador estar xerado por software?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Porto de E/S do dispositivo infravermello serie:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ do dispositivo infravermello serie:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "IRQ do dispositivo infravermello serie soportado:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Escolla o tipo de dispositivo infravermello serie soportado:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Conectable Actisys Act200L;\n" +#~ " TEKRAM: Tekram Irmate 210 (porto serie con UART compatible " +#~ "16x50);\n" +#~ " Outro: Calquera outro dispositivo soportado." + +#~ msgid "SIR device I/O port:" +#~ msgstr "Porto de E/S do dispositivo SIR:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ do dispositivo SIR:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Porto de E/S do dispositivo infravermello paralelo:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ do dispositivo infravermello paralelo:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Temporizador do dispositivo infravermello paralelo:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "¿Compilar os módulos automaticamente?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Pódense compilar e instalar os novos módulos de LIRC se están dispoñibles " +#~ "localmente o código fonte e o ambiente de compilación do núcleo actual." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Incluso se escolle esta opción, debería compilar e instalar un paquete " +#~ "binario de módulos para que o xestor de paquetes poida levar a conta dos " +#~ "ficheiros." + +#~ msgid "Kernel source location:" +#~ msgstr "Ubicación do código fonte do núcleo:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Introduza a ubicación da árbore de código fonte do núcleo, para compilar " +#~ "os módulos de lirc." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: árbore de código fonte do núcleo non válida" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Guía rápida:" --- lirc-0.8.7.orig/debian/po/es.po +++ lirc-0.8.7/debian/po/es.po @@ -0,0 +1,575 @@ +# lirc po-debconf translation to spanish +# Copyright (C) 2006 Software in the Public Interest +# This file is distributed under the same license as the postfix package. +# +# Changes: +# - Initial translation +# Rudy Godoy , 2006 +# +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentacin de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traduccin al espaol, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traduccin de Debian al espaol +# http://www.debian.org/intl/spanish/coordinacion +# especialmente las notas de traduccin en +# http://www.debian.org/intl/spanish/notas +# +# - La gua de traduccin de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# +msgid "" +msgstr "" +"Project-Id-Version: lirc 0.8.0\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2008-02-02 16:12-0500\n" +"Last-Translator: Rudy Godoy \n" +"Language-Team: Debian Spanish l10n team \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Crear ficheros de dispositivo para LIRC si an no existen?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"LIRC requiere que existan los ficheros /dev/lirc, /dev/lircd, y /dev/lircm " +"en /dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Desea volver a configurar LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"Ya se ha configurado LIRC, si lo vuelve a configurar puede sobreescribir la " +"configuracin existente en /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Sin embargo, se preservarn los comentarios, LIRC_ARGS y cualquier otro " +"cdigo desconocido." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Se ha encontrado ficheros de configuracin antiguos." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Las versiones anteriores de este paquete no incluan ningn fichero de " +"configuracin y esperaban que el propio usuario las escribiera en /etc/lircd." +"conf y /etc/lircmd.conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "La nueva ubicacin de estos ficheros es /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Se tratar corregir las ubicaciones de los ficheros, pero debe asegrarse de " +"no dejar ningn fichero de configuracin de LIRC directamente en /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "El protocolo IntelliMouse tiene preferencia sobre IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Est utilizando lircmd con el protocolo IMPS/2. Esto no es compatible con el " +"mtodo que utiliza lircmd para simular un ratn, por esto se ha aadido " +"soporte para IntelliMouse que es ahora el protocolo preferido." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Debe actualizar /etc/lirc/lircmd.conf y la configuracin de cualquier " +"programa que utilice lircmd como un ratn para que utilice el protocolo " +"IntelliMouse en su lugar." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "NOTA: gpm se negar a usar lircmd como ratn con el protocolo IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Borrar /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC ahora usa syslog como mecanismo de registro, por ende /var/log/lircd ya " +"no es pertinente." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Elija el tipo de dispositivo serie soportado:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Controladores que se debe compilar:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: Tarjetas de TV de FlyVideo98, Avermedia, MiRO y muchos " +#~ "otros\n" +#~ " i2c: Tarjetas de TV de Hauppauge y PixelView\n" +#~ " igorplugusb: Receptor infrarojo USB de Igor Cesko\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ejem. en el ECS K7S5A o Asus " +#~ "DigiMatrix)\n" +#~ " mceusb: Windows Media Center Remotes (versin antigua, MicroSoft " +#~ "USB ID)\n" +#~ " mceusb2: Windows Media Center Remotes (versin antigua, Philips et " +#~ "al.)\n" +#~ " parallel: Receptor casero de puerto paralelo\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Controlador casero de puerto serie\n" +#~ " sir: Infrarojo de serie (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Intentar elegir automticamente el soporte para su hardware?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Las respuestas anteriores se pueden utilizar como base para determinar la " +#~ "lista de mdulos de ncleo que se deben compilar, junto a sus parmetros." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Por favor, indique si desea esto." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "No necesita ningn mdulo de ncleo adicional" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "A no ser que quiera compilar los mdulos del ncleo de LIRC para otro " +#~ "sistema, este paquete no tendr uso en este sistema." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Intrucciones de compilacin de paquetes binarios de mdulos." + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Para encontrar instrucciones sobre cmo compilar manualmente el paquete " +#~ "binario de mdulos lea el fichero: /usr/share/doc/lirc-modules-source/" +#~ "README.Debian" + +#~ msgid "Standard" +#~ msgstr "Estndar" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Tipo de puerto ITE8705/12 CIR a soportar:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Elija el puerto del chip ITE8705/12 CIR soportado." + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Estndar: Chip de configuracin estndar;\n" +#~ " DigiMatrix: Configuracin para chip en placa Asus DigiMatrix" + +#~ msgid "Other" +#~ msgstr "Otro" + +#~ msgid "Serial device to support:" +#~ msgstr "Dispositivo serie al que desea dar soporte" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Otro: Cualquier otro dispositivo soportado." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Su dispositivo infrarrojo de serie es un emisor?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Quiere generar la seal portadora por software?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Puerto de E/S del dispositivo infrarojo serie:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "Interrupcin (IRQ) que usa su dispositivo infrarrojo:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Tipo de dispositivo SIR soportado:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Elija el tipo de dispositivo SIR soportado:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART puerto serie " +#~ "compatible);\n" +#~ " Otro: Cualquier otro dispositivo soportado." + +#~ msgid "SIR device I/O port:" +#~ msgstr "Puerto E/S del dispositivo SIR:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "Interrupcin (IRQ) del dispositivo SIR:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Puerto E/S del dispositivo infrarrojo de puerto paralelo:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "" +#~ "Interrupcin (IRQ) que usa su dispositivo infrarrojo de puerto paralelo:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Temporizador que usa su dispositivo infrarrojo de puerto paralelo:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Intentar compilar los mdulos automticamente?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Los nuevos mdulos de ncleo de LIRC se pueden compilar e instalar si " +#~ "estn disponibles localmente el cdigo fuente y el entorno de compilacin " +#~ "para la versin actual del ncleo." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Aunque elija esta opcin, es recomendable que compile e instale el " +#~ "paquete de mdulos, de manera que el gestor de paquetes pueda gestionar " +#~ "adecuadamente los ficheros." + +#~ msgid "Kernel source location:" +#~ msgstr "Ubicacin del fuente del ncleo:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Por favor, introduzca la ubicacin del rbol de fuentes del ncleo, para " +#~ "compilar los mdulos de nclo de lirc." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: no es un rbol vlido de fuentes del ncleo" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Gua rpida:" + +#~ msgid "" +#~ "You have installed and configured LIRC. It is possible to guess what " +#~ "kernel modules are needed and their parameters from your previous answers." +#~ msgstr "" +#~ "Ha instalado y configurado LIRC. Es posible averiguar qu mdulos del\n" +#~ "ncleo son necesarios y sus respectivos parmetros a partir de sus\n" +#~ "respuestas anteriores." + +#~ msgid "How to build the binary modules package" +#~ msgstr "Cmo compilar el paquete binario de mdulos" + +#~ msgid "" +#~ "Quick walkthrough:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/path/of/my/kernel/source/\n" +#~ " dpkg -i ../../irc-modules-*.deb" +#~ msgstr "" +#~ "Vistazo rpido:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/ruta/de/fuentes/de/nucleo/\n" +#~ " dpkg -i ../../irc-modules-*.deb" + +#~ msgid "Standard, DigiMatrix" +#~ msgstr "Estndar, DigiMatrix" + +#~ msgid "" +#~ "The following list includes short descriptions of the different options " +#~ "available:" +#~ msgstr "" +#~ "En la siguiente lista se describen escuetamente las diferentes opciones " +#~ "disponibles:" + +#~ msgid "ANIMAX, IRDEO, Other" +#~ msgstr "ANIMAX, IRDEO, Otro" + +#~ msgid "IO port of your IR serial device:" +#~ msgstr "Puerto de entrada/salida que usa su dispositivo infrarrojo:" + +#~ msgid "ACTISYS_ACT200L, TEKRAM, Other" +#~ msgstr "ACTISYS_ACT200L, TEKRAM, Otro" + +#~ msgid "What type of SIR device should be supported?" +#~ msgstr "Para qu tipo de dispositivo SIR desea incluir soporte?" + +#~ msgid "" +#~ "The following lists are short descriptions of the options to show what " +#~ "they mean." +#~ msgstr "" +#~ "Las siguientes listas son descripciones cortas de las opciones para " +#~ "mostrar lo que significan." + +#~ msgid "IO port of your SIR device:" +#~ msgstr "Puerto de entrada/salida que utiliza su dispositivo SIR:" + +#~ msgid "IO port of your parallel IR device:" +#~ msgstr "" +#~ "Puerto de entrada salida que usa su dispositivo infrarrojo de puerto " +#~ "paralelo:" + +#~ msgid "Timer used for your parallel IR device:" +#~ msgstr "Temporizador que usa su dispositivo infrarrojo de puerto paralelo:" + +#~ msgid "" +#~ "It is possible to build and install your lirc kernel modules, as long as " +#~ "your current kernel's source (and gcc) are present on your computer." +#~ msgstr "" +#~ "Es posible compilar e instalar los mdulos de ncleo de lirc, siempre\n" +#~ "y cuando tenga instalados el fuente del ncleo con el que va a usar\n" +#~ "los mdulos (y gcc) en su ordenador." + +#~ msgid "Where is your kernel source?" +#~ msgstr "Dnde se encuentran las fuentes del ncleo?" + +#~ msgid "To build lirc kernel modules, kernel sources are needed." +#~ msgstr "" +#~ "Para compilar los mdulos de lirc para el ncleo se requiere las fuentes " +#~ "del ncleo." + +#~ msgid "LIRC needs some files under /dev/ for it to work:" +#~ msgstr "LIRC necesita algunos ficheros en /dev/ para funcionar:" + +#~ msgid "You should take care of old configuration files" +#~ msgstr "Tenga cuidado con los ficheros de configuracin antiguos" + +#~ msgid "" +#~ "If you answer 'no' to this question /var/log/lircd will be left there and " +#~ "you will have to take care of it yourself." +#~ msgstr "" +#~ "Si contesta no a esta pregunta, /var/log/lircd quedar en su sitio y\n" +#~ "usted tendr que encargarse de l." + +#~ msgid "" +#~ "i2c: TV cards from Hauppauge and PixelView. Needs the new I2C stack " +#~ "(present on 2.4 kernels). You can get it at:" +#~ msgstr "" +#~ "i2c: tarjetas de televisin de Hauppauge y PixelView. Se necesita la " +#~ "nueva pila I2C que nicamente se encuentra en ncleos de la serie 2.4. " +#~ "Puede obtenerla de " + +#~ msgid "http://www2.lm-sensors.nu/~lm78/." +#~ msgstr "http://www2.lm-sensors.nu/~lm78/." + +#~ msgid "" +#~ "gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others. Needs " +#~ "bttv version 0.7.45 or higher (present on 2.4 kernels). If you are using " +#~ "the bttv tarball, copy it to the kernel." +#~ msgstr "" +#~ "gpio: tarjetas de televisin de FlyVideo98, Avermedia, MiRO y otros " +#~ "muchos. Necesita el controlador bttv versin 0.7.45 (que se encuentra en " +#~ "ncleos 2.4). Si usa el tarball de bttv, cpielo en el ncleo." + +#~ msgid "parallel: Custom parallel-port receiver." +#~ msgstr "paralelo: Receptor personalizado para el puerto paralelo." + +#~ msgid "serial: Serial-port driver." +#~ msgstr "serie: Controlador para el puerto serie." + +#~ msgid "sir: Serial InfraRed (IRDA)." +#~ msgstr "sir: Infrarrojos a travs del puerto serie (IRDA)." + +#~ msgid "it87: ITE IT8705 and IT8712 CIR ports (e.g. on the ECS K7S5A)." +#~ msgstr "it87: Puertos ITE IT8705 y IT8712 CIR (por ej. en el ECS K7S5A)." + +#~ msgid "bt829: Tekram M230 Mach64" +#~ msgstr "bt829: Tekram M230 Mach64" + +#~ msgid "cd /usr/src/" +#~ msgstr "cd /usr/src/" + +#~ msgid "tar -xjf lirc-modules.tar.bz2" +#~ msgstr "tar -xjf lirc-modules.tar.bz2" + +#~ msgid "cd modules/lirc-modules" +#~ msgstr "cd modules/lirc-modules" + +#~ msgid "debian/rules binary-modules KSRC=/path/of/my/kernel/source/" +#~ msgstr "make binary-modules KSRC=/ruta/de/mis/fuentes/del/ncleo/" + +#~ msgid "dpkg -i ../../irc-modules-*.deb" +#~ msgstr "dpkg -i ../../lirc-modules-*.deb" + +#~ msgid "ANIMAX: Anir Multimedia Magic" +#~ msgstr "ANIMAX: Anir Multimedia Magic" + +#~ msgid "IRDEO: IRdeo" +#~ msgstr "IRDEO: IRdeo" + +#~ msgid "ACTISYS_ACT200L: Actisys Act200L dongle." +#~ msgstr "ACTISYS_ACT200L: Actisys Act200L dongle." + +#~ msgid "TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port)" +#~ msgstr "TEKRAM: Tekram Irmate 210 (16x50 UART puerto serie compatible)" + +#~ msgid "Other: Any other supported device." +#~ msgstr "Otro: Cualquier otro dispositivo soportado." --- lirc-0.8.7.orig/debian/po/it.po +++ lirc-0.8.7/debian/po/it.po @@ -0,0 +1,386 @@ +# ITALIAN TRANSLATION FOR GEDIT +# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Vincenzo Campanella , 2008. +# +# +msgid "" +msgstr "" +"Project-Id-Version: gedit\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2008-09-29 09:32+0200\n" +"Last-Translator: Vincenzo Campanella \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Creare i nodes del dvice LIRC se questi non sono presenti?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "LIRC necessita dei file /dev/lirc, /dev/lircd e /dev/lircm in /dev." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Vuoi riconfigurare LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC è già configurato, eseguire la riconfigurazione può sovrascrivere la " +"configurazione esistente in /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Comunque, i commenti, LIRC_ARGS e altro codice sconosciuto saranno " +"conservati." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Trovato vecchio file di configurazione." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"La precedente versione di questo pacchetto non includeva alcun file di " +"configurazione e si attendeva che l'utente creasse i propri file di " +"configurazione /etc/lircd.conf e /etc/lircmd.conf." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "La nuova ubicazione di questi file è /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Le ubicazioni dei file saranno corretti, ma devi assicurarti che nessuno dei " +"file di configurazione di LIRC sia lasciato direttamente sotto /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "Il protocollo IntelliMouse è preferito a IMPS/2." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Stai attualmente usando lircmd con il protocollo IMPS/2. Questo non è " +"compatibile con il metodo usato da licrmd per simulare un mouse, per cui è " +"stato aggiunto il supporto ad IntelliMouse, e ora quest'ultimo è il " +"protocollo preferito." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Devi aggiornare /etc/lirc/lircmd.conf e la configurazione di ogni programma " +"che usa lircmd come mouse per usare il protocollo IntelliMouse in " +"sostituzione." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"NOTA: gmp rifiuterà di usare lircmd come mouse con il protocollo IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Cancellare /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC ora usa syslog come meccanismo di log, per cui /var/log/lircd non è più " +"rilevante." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Per favore scegli il tipo di device seriale supportato:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Driver da compilare:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV card da FlyVideo98, Avermedia, MiRO e molti altri\n" +#~ " i2c: TV card da Hauppauge e PixelView\n" +#~ " igorplugusb: USB IR Receiver di Igor Cesko\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (vecchia versione, MicroSoft " +#~ "USB ID)\n" +#~ " mceusb2: Windows Media Center Remotes (nuova versione, Philips et " +#~ "al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "" +#~ "Provare a selezionare automaticamente le opzioni di supporto hardware?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Le tue risposte precedenti possono essere utilizzate come base per " +#~ "trovare la lista dei moduli kernel che dovrebbero essere compilati, " +#~ "insieme ai rispettivi parametri." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Per favore scegli se questo dovrebbe accadere." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Nessun modulo kernel addizionale è necessario." + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "A meno che tu non voglia compilare i moduli kernel LIRC per un altro " +#~ "sistema, questo pacchetto è inutile su questo sistema." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Istruzioni per la compilazione di moduli di pacchetti binari" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Per istruzioni su come compilare i moduli di pacchetti binari, leggi il " +#~ "file /usr/share/doc/lirc-modules-source/README.Debian." + +#~ msgid "Standard" +#~ msgstr "Standard" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Tipo di porta ITE8705/12 CIR da supportare:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Per favore scegli il chip della porta ITE8705/12 CIR supportata:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: chip con setup standard;\n" +#~ " DigiMatrix: Setup per Asus DigiMatrix onboard chip." + +#~ msgid "Other" +#~ msgstr "Altro" + +#~ msgid "Serial device to support:" +#~ msgstr "Device seriale da supportare:" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: qualsiasi altro device supportato." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Il device seriale IR è un trasmettitore?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Il segnale del carrier deve essere generato dal software?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Porta I/O del device seriale IR:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ del device seriale IR:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Tipo di device SIR supportato:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Per favore scegli il device SIR supportato:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Qualsiasi altro device supportato." + +#~ msgid "SIR device I/O port:" +#~ msgstr "Porta di I/O del device SIR:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ del device SIR:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Porta I/O del device IR parallelo:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ del device IR parallelo:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Timer del device IR parallelo:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Compilare automaticamente i moduli?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "I nuovi moduli kernel LIRC possono essere compilati ed installati se " +#~ "l'ambiente dei sorgenti e della compilazione per il kernel corrente sono " +#~ "presenti in locale." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Anche se scegli questa opzione, dovrai compilare ed installare un " +#~ "pacchetto binario 'kernel-modules' in modo che il gestore di pacchetti " +#~ "possa tener traccia dei file." + +#~ msgid "Kernel source location:" +#~ msgstr "Ubicazione del sorgente del kernel:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Per favore inserisci l'ubicazione dell'albero del sorgente del kernel, " +#~ "per compilare i moduli kernel lirc." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: albero del sorgente del non valido" --- lirc-0.8.7.orig/debian/po/sv.po +++ lirc-0.8.7/debian/po/sv.po @@ -0,0 +1,396 @@ +# translation of lirc_0.8.2-2_sv.po to swedish +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# Martin Bagge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lirc_0.8.2-2_sv\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2008-07-21 16:06+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: swedish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: SWEDEN\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Skapa enhetsnoder fr LIRC om de inte redan finns?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "/dev/lirc /dev/lircd och /dev/lircm" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Vill du konfigurera om LIRC?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC r redan konfigurerad, att konfigurera om den kan frstra delar av din " +"hopsnickrade konfiguration i /etc/lirc/hardware.conf." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "Dock kommer kommentarer, LIRC_ARGS och annan oknd kod att behllas." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Gammal instllningsfil funnen." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Tidigare versioner av detta paket inkluderade inte ngon konfigurationsfil " +"och frvntade sig att anvndaren skapade sina egna /etc/lircd.conf och /etc/" +"lircmd.conf" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Den nya platsen fr dessa filer r /etc/lirc/." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Jag kommer att frska arrangera saker rtt men om jag inte kan br du " +"kontrollera att ingen av LIRCs konfigurationsfiler lmnas direkt under /etc/." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "lircmd br anvnda IntelliMouse-protokollet istllet fr IMPS/2." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Metoden som lircmd anvnder fr att simulera en mus r inte kompatibel med " +"IMPS/2-protokollet s att std fr IntelliMouse har lagts till och r nu det " +"fredragna protokollet." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Du ANVNDER fr nrvarande lircmd med IMPS/2-protokollet och det " +"rekommenderas att du uppdaterar /etc/lirc/lircmd.conf och konfigurationen " +"fr de program som anvnder lircmd som en mus med IntelliMouse-protokollet." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"NOTERA: gpm kommer att vgra anvnda lircmd som en mus med IMPS/2-" +"protokollet." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Ta bort /var/log/lircd?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC anvnder numera syslog som en loggmekanism. Detta betyder att /var/log/" +"lircd inte lngre r relevant." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Vnligen ange typ av seriellutrustning:" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Drivrutin att bygga:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Fjrr\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV-kort frn FlyVideo98, Avermedia, MiRO och mnga andra\n" +#~ " i2c: TV-kort frn Hauppauge och PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Mottagare\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR portar (t.ex. p ECS K7S5A eller Asus " +#~ "DigiMatrix)\n" +#~ " mceusb: Windows Media Center Fjrrkontroller (ldre version, " +#~ "MicroSoft USB ID)\n" +#~ " mceusb2: Windows Media Center Fjrrkontroller (nyare version, " +#~ "Philips et al.)\n" +#~ " parallel: hemmabyggd parallell-port-mottagare\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Hemmabyggd seriell-ports drivrutin\n" +#~ " sir: Seriell InfraRd (IRDA)\n" +#~ " streamzap: Streamzap PC Fjrrkontroll" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Frska att automatiskt vlja std fr din hrdvara?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Ditt frra avgivna svar kan anvndas fr att skapa ett antagande om vilka " +#~ "krnmoduler som ska skapas." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Vnligen ange var detta ska genomfras." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Du behver inga ytterligare krnmoduler." + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Om du inte vill bygga krnmoduler fr LIRC fr ngra andra system kan du " +#~ "antagligen ta bort detta paket." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Instruktioner fr att skapa binra modulpaket" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Fr instruktioner om hur man bygger det binra modulpaketet fr Debian, " +#~ "ls: /usr/share/doc/lirc-modules-source/README.Debian" + +#~ msgid "Standard" +#~ msgstr "Standard" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Typ av ITE8705/12 CIR port att stdja:" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Vnligen ange vilket ITE8705/12 CIR port chip du har:" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Standard: Standardinstllnings-krets\n" +#~ " DigiMatrix: Instllning fr Asus DigiMatrix inbygd krets" + +#~ msgid "Other" +#~ msgstr "Annat" + +#~ msgid "Serial device to support:" +#~ msgstr "Typ av seriellenhet som ska stdjas" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic\n" +#~ " IRDEO: IRdeo\n" +#~ " Other: Alla andra stdda enheter.\n" +#~ "\n" +#~ "Om du inte vet vad de andra enheterna r br du antagligen vlja \"Annan" +#~ "\"." + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "r din seriella IR-enhet en sndare?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Ska brarsignalen genereras av en programvara?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Typ av seriellenhet som ska stdjas" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ fr er seriella IR-enhet:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "IRQ fr er SIR-enhet:" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Vnligen ange typ av SIR-utrustning:" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle.\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART kompatibel seriellport)\n" +#~ " Other: Andra stdda enheter." + +#~ msgid "SIR device I/O port:" +#~ msgstr "SIR-utrsutningens I/O-port:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "SIR-utrsutningens IRQ:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "I/O-port fr er parallella IR-enhet:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ fr er parallella IR-enhet:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Timer fr er parallella IR-enhet:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Frska att bygga modulerna automatiskt?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Nya LIRC-krnmoduler kan skapas och installeras om kllkoden och " +#~ "byggmiljn fr den aktuella krnan finns lokalt." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "ven om du vljer att gra s br du bygga och installera ett binrt " +#~ "'krnmodul'-paket s att pakethanteraren kan hlla koll p filerna. " + +#~ msgid "Kernel source location:" +#~ msgstr "Skvg till krnans kllkod:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Vnligen ange skvgen till krnans kllkodstrd fr att kunna skapa " +#~ "krnmoduler." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc} r inte ett giltigt krnkllkodstrd" --- lirc-0.8.7.orig/debian/po/templates.pot +++ lirc-0.8.7/debian/po/templates.pot @@ -0,0 +1,184 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "Port your serial device is attached to:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" --- lirc-0.8.7.orig/debian/po/vi.po +++ lirc-0.8.7/debian/po/vi.po @@ -0,0 +1,543 @@ +# Vietnamese Translation for lirc. +# Copyright © 2007 Free Software Foundation, Inc. +# Clytie Siddall , 2005-2007. +# +msgid "" +msgstr "" +"Project-Id-Version: lirc 0.8.0-13\n" +"Report-Msgid-Bugs-To: lirc@packages.debian.org\n" +"POT-Creation-Date: 2009-10-09 20:56-0500\n" +"PO-Revision-Date: 2007-09-28 23:35+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b1\n" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "Create LIRC device nodes if they are not there?" +msgstr "Tạo nút thiết bị LIRC chưa có không?" + +#. Type: boolean +#. Description +#: ../lirc.templates:2001 +msgid "LIRC needs the /dev/lirc, /dev/lircd and /dev/lircm files in /dev." +msgstr "" +"LIRC cần thiết các tập tin:\n" +" • /dev/lirc\n" +" • /dev/lircd\n" +" • /dev/lircm\n" +"trong thư mục « /dev »." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "Do you want to reconfigure LIRC?" +msgstr "Bạn có muốn cấu hình lại LIRC không?" + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "" +"LIRC is already configured, reconfiguring it may overwrite the existing " +"configuration in /etc/lirc/hardware.conf." +msgstr "" +"LIRC đã được cấu hình nên việc cấu hình lại nó có thể ghi đè lên cấu hình đã " +"tồn tại trong « /etc/lirc/hardware.conf »." + +#. Type: boolean +#. Description +#: ../lirc.templates:3001 +msgid "However, comments, LIRC_ARGS and other unknown code will be preserved." +msgstr "" +"Tuy nhiên, các chú thích, đối số LIRC_ARGS và mã lạ khác vẫn còn sẽ được bảo " +"tồn." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "Old configuration files found" +msgstr "Tìm thấy tập tin cấu hình cũ" + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"Previous versions of this package didn't include any configuration file and " +"expected users to create their own /etc/lircd.conf and /etc/lircmd.conf." +msgstr "" +"Phiên bản trước của gói này không chứa tập tin cấu hình, nhờ người dùng tự " +"tạo « /etc/lircd.conf » và « /etc/lircmd.conf »." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "The new location for these files is /etc/lirc/." +msgstr "Vị trí mới của các tập tin này là « /etc/lirc/ »." + +#. Type: note +#. Description +#: ../lirc.templates:4001 +msgid "" +"File locations will be corrected but you should check that none of LIRC " +"configuration files are left directly under /etc/." +msgstr "" +"Các vị trí tập tin sẽ được sửa chữa, nhưng bạn vẫn còn nên kiểm tra không có " +"tập tin cấu hình LIRC còn lại dưới thư mục « /etc/ »." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "IntelliMouse protocol preferred over IMPS/2" +msgstr "Khuyên giao thức IntelliMouse thay cho IMPS/2" + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You are currently using lircmd with the IMPS/2 protocol. This is not " +"compatible with the method lircmd uses to simulate a mouse, so IntelliMouse " +"support has been added and is now the preferred protocol." +msgstr "" +"Hiện thời bạn sử dụng trình nền lircmd với giao thức IMPS/2. Giao thức này " +"không tương thích với phương pháp mô phỏng con chuột của lircmd, vì vậy khả " +"năng hỗ trợ IntelliMouse đã được thêm vào. IntelliMouse giờ này là giao thức " +"khuyến khích." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "" +"You should update /etc/lirc/lircmd.conf and the configuration of any program " +"which uses lircmd as a mouse to use the IntelliMouse protocol instead." +msgstr "" +"Khuyên bạn cập nhật tập tin cấu hình « /etc/lirc/lircmd.conf » và cấu hình " +"của bất kỳ chương trình sử dụng lircmd làm con chuột, để sử dụng giao thức " +"IntelliMouse thay thế." + +#. Type: note +#. Description +#: ../lirc.templates:19001 +msgid "NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol." +msgstr "" +"GHI CHÚ : gpm sẽ từ chối dùng lircmd làm con chuột với giao thức IMPS/2." + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "Delete /var/log/lircd?" +msgstr "Xoá « /var/log/lircd » không?" + +#. Type: boolean +#. Description +#: ../lirc.templates:20001 +msgid "" +"LIRC now uses syslog as a logging mechanism, so /var/log/lircd is no longer " +"relevant." +msgstr "" +"LIRC giờ này dùng syslog (bản ghi hệ thống) để ghi lưu dữ liệu. Vì vậy « /" +"var/log/lircd » không còn hữu ích lại." + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "Remote control configuration:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:21001 +msgid "" +"If you choose a remote or transmitter, but already have a configuration file " +"in /etc/lirc/lircd.conf, the existing file will be renamed to /etc/lirc/" +"lircd.conf.dpkg-old and the community configurations loaded into /etc/lirc/" +"lircd.conf. If you have a /etc/lirc/lircd.conf.dpkg-old file already, it " +"will not be overwritten and your current /etc/lirc/lircd.conf will be lost." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "IR transmitter, if present:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:22001 +msgid "" +"IR transmitters can be used for controlling external devices. Some devices " +"are considered transceivers, with the ability to both send and receive. " +"Other devices require separate hardware to accomplish these tasks." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "Custom event interface for your dev/input device:" +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:23001 +msgid "" +"Many remotes that were previously supported by the lirc_gpio interface now " +"need to be set up via the dev/input interface. You will need to custom " +"select your remote's event character device. This can be determined by " +"'cat /proc/bus/input/devices'." +msgstr "" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +#, fuzzy +#| msgid "Please choose the supported serial device type:" +msgid "Port your serial device is attached to:" +msgstr "Hãy chọn kiểu thiết bị nối tiếp được hỗ trợ :" + +#. Type: select +#. Description +#: ../lirc.templates:25001 +msgid "" +"The UART (serial) driver is a low level driver that takes advantage of bit " +"banging a character device. This means that you can only use it with " +"hardware serial devices. It unfortunately does not work with USB serial " +"devices." +msgstr "" + +#~ msgid "Drivers to build:" +#~ msgstr "Trình điều khiển cần xây dựng:" + +#~ msgid "" +#~ " atiusb: ATI/NVidia/X10 I & II RF Remote\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver\n" +#~ " gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others\n" +#~ " i2c: TV cards from Hauppauge and PixelView\n" +#~ " igorplugusb: Igor Cesko's USB IR Receiver\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: ITE IT8705/12 CIR ports (ECS K7S5A, Asus DigiMatrix...)\n" +#~ " mceusb: Windows Media Center Remotes (old version, MicroSoft USB " +#~ "ID)\n" +#~ " mceusb2: Windows Media Center Remotes (new version, Philips et al.)\n" +#~ " parallel: Home-brew parallel-port receiver\n" +#~ " sasem: Dign HV5 HTPC IR/VFD Module\n" +#~ " serial: Home-brew serial-port driver\n" +#~ " sir: Serial InfraRed (IRDA)\n" +#~ " streamzap: Streamzap PC Remote" +#~ msgstr "" +#~ " atiusb: Máy điều khiển từ xa kiểu RF ATI/NVidia/X10 I và II\n" +#~ " bt829: Tekram M230 Mach64\n" +#~ " cmdir: COMMANDIR USB Transceiver (máy thu phát)\n" +#~ " gpio: Bo mạch TV kiểu FlyVideo98, Avermedia, MiRO v.v.\n" +#~ " i2c: Bo mạch TV kiểu Hauppauge và PixelView\n" +#~ " igorplugusb: USB IR Receiver (máy nhận) của Igor Cesko\n" +#~ " imon: Soundgraph iMON MultiMedian IR/VFD\n" +#~ " it87: Cổng CIR ITE IT8705/12 (ECS K7S5A, Asus DigiMatrix v.v.)\n" +#~ " mceusb: Máy điều khiển từ xa Windows Media Center (phiên bản cũ, " +#~ "MicroSoft USB ID)\n" +#~ " mceusb2: Máy điều khiển từ xa Windows Media Center (phiên bản mới, " +#~ "Philips v.v.)\n" +#~ " parallel: Máy nhận kiểu cổng song song tự xây dựng\n" +#~ " sasem: Mô-đun Dign HV5 HTPC IR/VFD\n" +#~ " serial: Trình điều khiển cổng nối tiếp tự xây dựng\n" +#~ " sir: Hồng ngoại nối tiếp (IRDA)\n" +#~ " streamzap: Máy điều khiển từ xa PC Streamzap" + +#~ msgid "Try to automatically select hardware support options?" +#~ msgstr "Thử tự động chọn các tùy chọn hỗ trợ phần cứng không?" + +#~ msgid "" +#~ "Your previous answers can be used as a basis for guessing the list of " +#~ "kernel modules that should be built, along with their parameters." +#~ msgstr "" +#~ "Các đáp ứng trước của bạn cũng có thể được dùng làm cơ bản để đoán danh " +#~ "sách các mô-đun hạt nhân nên được xây dựng, cùng với các tham số tương " +#~ "ứng." + +#~ msgid "Please choose whether this should happen." +#~ msgstr "Hãy chọn có nên làm như thế hay không." + +#~ msgid "Additional kernel modules not needed" +#~ msgstr "Không cần thiết mô-đun hạt nhân thêm" + +#~ msgid "" +#~ "Unless you want to build LIRC kernel modules for another system, this " +#~ "package is useless on this system." +#~ msgstr "" +#~ "Trừ bạn muốn xây dựng mô-đun hạt nhân LIRC cho hệ thống khác, gói này vô " +#~ "ích trên hệ thống này." + +#~ msgid "Binary modules package build instructions" +#~ msgstr "Hướng dẫn về cách xây dựng gói mô-đun nhị phân" + +#~ msgid "" +#~ "For instructions on how to build the binary modules package, please read " +#~ "the /usr/share/doc/lirc-modules-source/README.Debian file." +#~ msgstr "" +#~ "Để tìm hướng dẫn về cách xây dựng gói mô-đụn nhị phân, xem tập tin Đọc Đi " +#~ "« /usr/share/doc/lirc-modules-source/README.Debian »." + +#~ msgid "Standard" +#~ msgstr "Chuẩn" + +#~ msgid "Type of ITE8705/12 CIR port to support:" +#~ msgstr "Kiểu cổng CIR ITE8705/12 cần hỗ trợ :" + +#~ msgid "Please choose the supported ITE8705/12 CIR port chip:" +#~ msgstr "Hãy chọn phiến tinh thể CIR ITE8705/12 đã hỗ trợ :" + +#~ msgid "" +#~ " Standard: Standard setup chip;\n" +#~ " DigiMatrix: Setup for Asus DigiMatrix onboard chip." +#~ msgstr "" +#~ " Chuẩn\t\tPhiến tinh thể thiết lập chuẩn\n" +#~ " DigiMatrix\tThiết lập cho chíp có sẵn trên DigiMatrix của Asus" + +#~ msgid "Other" +#~ msgstr "Khác" + +#~ msgid "Serial device to support:" +#~ msgstr "Thiết bị nối tiếp cần hỗ trợ :" + +#~ msgid "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ANIMAX: Anir Multimedia Magic;\n" +#~ " IRDEO: IRdeo;\n" +#~ " Khác: Bất kỳ thiết bị khác đã hỗ trợ" + +#~ msgid "Is the serial IR device a transmitter?" +#~ msgstr "Thiết bị hồng ngoại nối tiếp cũng có khả năng truyền không?" + +#~ msgid "Should the carrier signal be generated by software?" +#~ msgstr "Tín hiệu mang nên được tạo ra bởi phần mềm không?" + +#~ msgid "IR serial device I/O port:" +#~ msgstr "Cổng V/R thiết bị nối tiếp hồng ngoại:" + +#~ msgid "IR serial device IRQ:" +#~ msgstr "IRQ của thiết bị nối tiếp hồng ngoại:" + +#~ msgid "Type of supported SIR device:" +#~ msgstr "Kiểu thiết bị SIR đã hỗ trợ :" + +#~ msgid "Please choose the supported SIR device type:" +#~ msgstr "Hãy chọn kiểu thiết bị SIR được hỗ trợ :" + +#~ msgid "" +#~ " ACTISYS_ACT200L: Actisys Act200L dongle;\n" +#~ " TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port);\n" +#~ " Other: Any other supported device." +#~ msgstr "" +#~ " ACTISYS_ACT200L\t\tKhoá tiếp hợp Actisys Act200L.\n" +#~ " TEKRAM\t\tTekram Irmate 210 (cổng nối tiếp tương thích với UART 16x50)\n" +#~ " Khác\t\tBất kỳ thiết bị khác đã hỗ trợ." + +#~ msgid "SIR device I/O port:" +#~ msgstr "Cổng V/R thiết bị SIR:" + +#~ msgid "SIR device IRQ:" +#~ msgstr "IRQ thiết bị SIR:" + +#~ msgid "Parallel IR device I/O port:" +#~ msgstr "Cổng V/R thiết bị IR song song:" + +#~ msgid "Parallel IR device IRQ:" +#~ msgstr "IRQ của thiết bị hồng ngoại song song:" + +#~ msgid "Parallel IR device timer:" +#~ msgstr "Bộ đếm thời gian thiết bị hồng ngoại song song:" + +#~ msgid "Automatically build the modules?" +#~ msgstr "Tự động xây dựng các mô-đun không?" + +#~ msgid "" +#~ "New LIRC kernel modules can be built and installed if the source and " +#~ "build environment for the current kernel are present locally." +#~ msgstr "" +#~ "Mô-đun hạt nhân LIRC mới có thể được xây dựng và cài đặt miễn là mã nguồn " +#~ "và môi trường xây dựng của hạt nhân hiện thời vẫn còn sẵn sàng trên cùng " +#~ "máy." + +#~ msgid "" +#~ "Even if you choose this option, you should build and install a binary " +#~ "'kernel modules' package so that the package manager can keep track of " +#~ "the files." +#~ msgstr "" +#~ "Thậm chí nếu bạn bật tùy chọn này, khuyên bạn xây dựng và cài đặt một gói " +#~ "« kernel modules » nhị phân, để bộ quản lý gói có khả năng theo dõi các " +#~ "tập tin." + +#~ msgid "Kernel source location:" +#~ msgstr "Vị trí nguồn hạt:" + +#~ msgid "" +#~ "Please enter the location of the kernel source tree, to build the lirc " +#~ "kernel modules." +#~ msgstr "" +#~ "Hãy gõ địa điểm của cây mã nguồn hạt nhân, để xây dựng các mô-đun hạt " +#~ "nhân LIRC." + +#~ msgid "${ksrc}: invalid kernel source tree" +#~ msgstr "${ksrc}: cây nguồn hạt không hợp lệ" + +#~ msgid "Quick walkthrough:" +#~ msgstr "Tóm tắt:" + +#~ msgid "" +#~ "You have installed and configured LIRC. It is possible to guess what " +#~ "kernel modules are needed and their parameters from your previous answers." +#~ msgstr "" +#~ "Bạn đã cài đặt và cấu hình LIRC. Gói tin này cũng có thể đoán những mô-" +#~ "đun hạt nhân nào cần thiết và các tham số của chúng, từ những câu trả lời " +#~ "của bạn." + +#~ msgid "How to build the binary modules package" +#~ msgstr "Cách xây dựng gói mô-đun nhị phân" + +#~ msgid "" +#~ "Quick walkthrough:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/path/of/my/kernel/source/\n" +#~ " dpkg -i ../../irc-modules-*.deb" +#~ msgstr "" +#~ "Mô tả nhanh:\n" +#~ " cd /usr/src/\n" +#~ " tar -xjf lirc-modules.tar.bz2\n" +#~ " cd modules/lirc-modules\n" +#~ " debian/rules binary-modules KSRC=/đường/dẫn/đến/nguồn/hạt/nhân/\n" +#~ " dpkg -i ../../irc-modules-*.deb" + +#~ msgid "Standard, DigiMatrix" +#~ msgstr "Chuẩn, DigiMatrix" + +#~ msgid "" +#~ "The following list includes short descriptions of the different options " +#~ "available:" +#~ msgstr "Danh sách này gồm mô tả ngắn của những tùy chọn sẵn sàng:" + +#~ msgid "ANIMAX, IRDEO, Other" +#~ msgstr "ANIMAX, IRDEO, Khác" + +#~ msgid "IO port of your IR serial device:" +#~ msgstr "Cổng nhập/xuất của thiết bị nối tiếp hồng ngoại:" + +#~ msgid "ACTISYS_ACT200L, TEKRAM, Other" +#~ msgstr "ACTISYS_ACT200L, TEKRAM, Khác" + +#~ msgid "What type of SIR device should be supported?" +#~ msgstr "Kiểu thiết bị hồng ngoại nối tiếp nào nên được hỗ trợ?" + +#~ msgid "" +#~ "The following lists are short descriptions of the options to show what " +#~ "they mean." +#~ msgstr "Danh sách chứa mô tả vắn tắt." + +#~ msgid "IO port of your SIR device:" +#~ msgstr "Cổng nhập/xuất của thiết bị SIR:" + +#~ msgid "IO port of your parallel IR device:" +#~ msgstr "Cổng nhập/xuất của thiết bị hồng ngoại song song:" + +#~ msgid "Timer used for your parallel IR device:" +#~ msgstr "Bộ đếm thời gian được dùng cho thiết bị hồng ngoại song song:" + +#~ msgid "" +#~ "It is possible to build and install your lirc kernel modules, as long as " +#~ "your current kernel's source (and gcc) are present on your computer." +#~ msgstr "" +#~ "Bạn vẫn có thể tự xây dựng và cài đặt mô-đun hạt nhân lirc, miễn là mã " +#~ "nguồn của hạt nhân hiện thời (và gcc) nằm trên cùng máy tính." + +#~ msgid "Where is your kernel source?" +#~ msgstr "Mã nguồn hạt nhân ở đâu?" + +#~ msgid "To build lirc kernel modules, kernel sources are needed." +#~ msgstr "Để xây dụng mô-đun hạt nhân lirc, cần thiết mã nguồn hạt nhân." + +#~ msgid "LIRC needs some files under /dev/ for it to work:" +#~ msgstr "LIRC cần thiết một số tập tin nằm dưới « /dev/ » để hoạt động được:" + +#~ msgid "You should take care of old configuration files" +#~ msgstr "Bạn nên quản lý tập tin cấu hình cũ" + +#~ msgid "" +#~ "If you answer 'no' to this question /var/log/lircd will be left there and " +#~ "you will have to take care of it yourself." +#~ msgstr "" +#~ "Trả lời « Không » cho câu hỏi này thì « /var/log/lircd » sẽ còn lại để " +#~ "bạn tự quản lý." + +#~ msgid "" +#~ "i2c: TV cards from Hauppauge and PixelView. Needs the new I2C stack " +#~ "(present on 2.4 kernels). You can get it at:" +#~ msgstr "" +#~ "i2c: thẻ TV từ Hauppauge và PixelView. Cần đến đống I2C mới (có trong hạt " +#~ "nhân 2.4). Bạn có thể lấy nó tại:" + +#~ msgid "http://www2.lm-sensors.nu/~lm78/." +#~ msgstr "http://www2.lm-sensors.nu/~lm78/." + +#~ msgid "" +#~ "gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others. Needs " +#~ "bttv version 0.7.45 or higher (present on 2.4 kernels). If you are using " +#~ "the bttv tarball, copy it to the kernel." +#~ msgstr "" +#~ "gpio: thẻ TV từ FlyVideo98, Avermedia, MiRO và nhiều công ty khác. Cần " +#~ "đến bttv phiên bản 0.7.45 hay sau (có trong hạt nhân 2.4). Nếu bạn đang " +#~ "sử dụng quả bóng tarbttv thì hãy sao chép nó vào hạt nhân." + +#~ msgid "parallel: Custom parallel-port receiver." +#~ msgstr "parallel: bộ nhận qua cổng song song tự chọn." + +#~ msgid "serial: Serial-port driver." +#~ msgstr "serial: trình hỗ trợ cổng nối tiếp." + +#~ msgid "sir: Serial InfraRed (IRDA)." +#~ msgstr "sir: hồng ngoại nối tiếp (Serial InfraRed: IRDA)." + +#~ msgid "it87: ITE IT8705 and IT8712 CIR ports (e.g. on the ECS K7S5A)." +#~ msgstr "it87: cổng CIR ITE IT8705 và IT8712 (v.d. trên ECS K7S5A)." + +#~ msgid "bt829: Tekram M230 Mach64" +#~ msgstr "bt829: Tekram M230 Mach64" + +#~ msgid "cd /usr/src/" +#~ msgstr "cd /usr/src/" + +#~ msgid "tar -xjf lirc-modules.tar.bz2" +#~ msgstr "tar -xjf lirc-modules.tar.bz2" + +#~ msgid "cd modules/lirc-modules" +#~ msgstr "cd modules/lirc-modules" + +#~ msgid "debian/rules binary-modules KSRC=/path/of/my/kernel/source/" +#~ msgstr "debian/rules binary-modules KSRC=/path/of/my/kernel/source/" + +#~ msgid "dpkg -i ../../irc-modules-*.deb" +#~ msgstr "dpkg -i ../../lirc-modules-*.deb" + +#~ msgid "ANIMAX: Anir Multimedia Magic" +#~ msgstr "ANIMAX: Anir Multimedia Magic" + +#~ msgid "IRDEO: IRdeo" +#~ msgstr "IRDEO: IRdeo" + +#~ msgid "ACTISYS_ACT200L: Actisys Act200L dongle." +#~ msgstr "ACTISYS_ACT200L: khóa tiếp hợp Actisys Act200L." + +#~ msgid "TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port)" +#~ msgstr "" +#~ "TEKRAM: Tekram Irmate 210 (cổng nối tiếp tương thích với 16x50 UART)" + +#~ msgid "Other: Any other supported device." +#~ msgstr "Khác: thiết bị được hỗ trợ khác nào" --- lirc-0.8.7.orig/debian/extras/transmitter.hwdb +++ lirc-0.8.7/debian/extras/transmitter.hwdb @@ -0,0 +1,45 @@ +# LIRC - Transmitter Hardware DataBase +# +# This file lists cable and satellite boxes supported by LIRC +# +# The format is: +# +# [remote controls type] +# description;driver;lirc driver;HW_DEFAULT;lircd_conf; +# + +[Motorola Cable box] +Serial Port (UART) : Motorola Cable box;serial;lirc_dev lirc_serial;hw_default;motorola/dctxxxx.conf +Microsoft Windows Media Center V2 (usb) : Motorola Cable box;none;lirc_dev mceusb;hw_default;motorola/dctxxxx.conf +Command IR : Motorola Cable box;none;lirc_dev lirc_cmdir;hw_default;motorola/dctxxxx.conf +USB-UIRT2 : Motorola Cable box;uirt2_raw;none;hw_uirt2_raw;motorola/dctxxxx.conf + +[Sky Satellite] +Serial Port (UART) : Sky Satellite Receiver;serial;lirc_dev lirc_serial;hw_default;sky/general.conf +Microsoft Windows Media Center V2 (usb) : Sky Satellite Receiver;none;lirc_dev mceusb;hw_default;sky/general.conf +Command IR : Sky Satellite Receiver;none;lirc_dev lirc_cmdir;hw_default;sky/general.conf +USB-UIRT2 : Sky Satellite Receiver;uirt2_raw;none;hw_uirt2_raw;sky/general.conf + +[Dish Networks] +Serial Port (UART) : Dish Receiver;serial;lirc_dev lirc_serial;hw_default;dish/general.conf +Microsoft Windows Media Center V2 (usb) : Dish Receiver;none;lirc_dev mceusb;hw_default;dish/general.conf +Command IR : Dish Receiver;none;lirc_dev lirc_cmdir;hw_default;dish/general.conf +USB-UIRT2 : Dish Receiver;uirt2_raw;none;hw_uirt2_raw;dish/general.conf + +[Direct TV] +Serial Port (UART) : Direct TV Receiver;serial;lirc_dev lirc_serial;hw_default;directtv/general.conf +Microsoft Windows Media Center V2 (usb) : Direct TV Receiver;none;lirc_dev mceusb;hw_default;directtv/general.conf +Command IR : Direct TV Receiver;none;lirc_dev lirc_cmdir;hw_default;directtv/general.conf +USB-UIRT2 : Direct TV Receiver;uirt2_raw;none;hw_uirt2_raw;directtv/general.conf + +[Pioneer Cable box] +Serial Port (UART) : Pioneer Cable box;serial;lirc_dev lirc_serial;hw_default;pioneer/general.conf +Microsoft Windows Media Center V2 (usb) : Pioneer Cable box;none;lirc_dev mceusb;hw_default;pioneer/general.conf +Command IR : Pioneer Cable box;none;lirc_dev lirc_cmdir;hw_default;pioneer/general.conf +USB-UIRT2 : Pioneer Cable box;uirt2_raw;none;hw_uirt2_raw;pioneer/general.conf + +[Scientific Atlanta Cable box] +Serial Port (UART) : Scientific Atlanta Cable box;serial;lirc_dev lirc_serial;hw_default;scientificatlanta/general.conf +Microsoft Windows Media Center V2 (usb) : Scientific Atlanta Cable box;none;lirc_dev mceusb;hw_default;scientificatlanta/general.conf +Command IR : Scientific Atlanta Cable box;none;lirc_dev lirc_cmdir;hw_default;scientificatlanta/general.conf +USB-UIRT2 : Scientific Atlanta Cable box;uirt2_raw;none;hw_uirt2_raw;scientificatlanta/general.conf --- lirc-0.8.7.orig/debian/extras/more_remotes.hwdb +++ lirc-0.8.7/debian/extras/more_remotes.hwdb @@ -0,0 +1,30 @@ +# LIRC - Supplemental Remote Control DataBase +# +# This file contains just extra remote controls not in the core LIRC package +# +# The format is: +# +# [remote controls type] +# description;driver;lirc driver;HW_DEFAULT;lircd_conf; +# + +[Serial Port Devices] +Radio Shack 15-2116;serial;lirc_dev lirc_serial;hw_default;radioshack/radioshack.conf; + +[TV card] +Asus MyCinema P7131;devinpu;none;hw_default;asus/mycinema.conf; +AverMedia TV card (TVCapture98, TVPhone98) (card=13/41);avermedia98;devinput;hw_default;generic/devinput.conf; +Encore ELTV-FM;encore;lirc_dev lirc_i2c;hw_default;encore/enltv.conf; +Freecom DVB-T USB Stick;devinput;none;hw_default;freecom/lircd.conf.freeconf +Hauppauge Nova-T 500;devinput;none;hw_devinput;hauppauge/lircd.conf.hauppauge_novat500; +Hauppauge HVR-1100;hauppauge;devinput;hw_devinput;hauppauge/lircd.conf.hauppauge; +MSI TV@nywhere Master;devinput;none;hw_default;msi/lircd.conf.tvanywhere; +Nebula Digitv;leadtek;devinput;hw_default;nebula/digitv.conf; + +[IrDA/CIR hardware] + +[PDAs] + +[USB devices] +Medion MD1 NBC;atilibusb;none;hw_atilibusb;medion/md1-nbc.conf; +Soundgraph iMON Antec Veris;imon_lcd;lirc_dev lirc_imon;hw_default;imon/lircd.conf.imon-antec-veris; --- lirc-0.8.7.orig/debian/extras/README.extras +++ lirc-0.8.7/debian/extras/README.extras @@ -0,0 +1,4 @@ +This directory contains additional hardware and remote control +configuration files distributed with Debian/Ubuntu. These are not +part of LIRC so additions/bugs/complaints should be directed to +the Debian/Ubuntu package maintainers. --- lirc-0.8.7.orig/debian/extras/transmitters/sky/general.conf +++ lirc-0.8.7/debian/extras/transmitters/sky/general.conf @@ -0,0 +1,72 @@ +# +# this config file was automatically generated +# using lirc-0.8.0(userspace) on Fri Jul 28 02:45:39 2006 +# +# contributed by Lloyd Williams +# +# brand: SKY +# model no. of remote control: URC 1650-00 B00 - 9RC16P-1014 Sky+ Rev 6 +# devices being controlled by this remote: SKY+ DVB-S receiver & PVR +# + +begin remote + + name sky + bits 8 + flags RC6|CONST_LENGTH + eps 30 + aeps 100 + + header 2691 890 + one 427 460 + zero 427 460 + pre_data_bits 17 + pre_data 0x3FF3 + gap 149845 + min_repeat 2 + toggle_bit 0 + + rc6_mask 0x100000 + + begin codes + POWER 0xF3 + TV_GUIDE 0x33 + BOX_OFFICE 0x82 + SERVICES 0x81 + INTERACTIVE 0x0A + INFO 0x34 + UP 0xA7 + LEFT 0xA5 + RIGHT 0xA4 + DOWN 0xA6 + SELECT 0xA3 + CH+ 0xDF + CH- 0xDE + TEXT 0xC3 + BACK_UP 0x7C + HELP 0x7E + FREV 0xC2 + FFWD 0xD7 + PLAY 0xC1 + PAUSE 0xDB + RECORD 0xBF + STOP 0xC0 + RED 0x92 + GREEN 0x91 + YELLOW 0x90 + BLUE 0x8F + 1 0xFE + 2 0xFD + 3 0xFC + 4 0xFB + 5 0xFA + 6 0xF9 + 7 0xF8 + 8 0xF7 + 9 0xF6 + 0 0xFF + SKY 0x7F + TV 0x7B + end codes + +end remote --- lirc-0.8.7.orig/debian/extras/transmitters/pioneer/general.conf +++ lirc-0.8.7/debian/extras/transmitters/pioneer/general.conf @@ -0,0 +1,107 @@ +# +# this config file was automatically generated +# using lirc-0.6.6(act200l) on Wed Apr 7 18:14:45 2004 +# +# contributed by william nolan (will|willnolan.com) +# +# number codes denoised and rationalized by joe pierce (joe|joepierce.org) +# +# brand: Time Warner Digital Cable +# model no. of remote control: UR4-P360 (http://www.twalbany.com/digitalentertainment/ur4-p360.php) +# devices being controlled by this remote: Pioneer Voyager digital cable +# set top box +# notes: I'm not sure if this remote is used by all TW digital cable boxes, +# but this one works with the ones used by TW in the New York area. +# I was able to capture the commands with an Actisys IR-200L but not able +# to transmit with it. I built the simple circuit in the LIRC documentation +# and have been successfully using it to control the set top box ever since. + +begin remote + + name TWC_UR4-P360 + bits 22 + flags SPACE_ENC|CONST_LENGTH + eps 30 + aeps 100 + + header 3337 3378 + one 820 2540 + zero 820 817 + ptrail 820 + gap 100786 + toggle_bit 0 + + frequency 56000 + + begin codes + POWER 0x37C107 + GUIDE 0x36C127 + MENU 0x36F920 + INFO 0x36213B + UP 0x36812F + DOWN 0x37A10B + LEFT 0x37810F + RIGHT 0x364137 + SELECT 0x366133 + PAGEUP 0x36D924 + PAGEDOWN 0x37D904 + HELP 0x376912 + SETTINGS 0x373918 + EXIT 0x366932 + A 0x37E902 + B 0x36193C + C 0x37191C + LAST 0x36E123 + FAV 0x37F101 + DAYMINUS 0x0E163D + DAYPLUS 0x0FE603 + CHUP 0x377111 + CHDOWN 0x36F121 + 1 0x36113D + 2 0x37111D + 3 0x36912D + 4 0x37910D + 5 0x365135 + 6 0x375115 + 7 0x36D125 + 8 0x37D105 + 9 0x363139 + 0 0x373119 + ENTER 0x363139 + REW 0x37291A + PLAY 0x37990C + FF 0x36293A + REC 0x375914 + STOP 0x365934 + PAUSE 0x374117 + end codes + +end remote + + +begin remote + + name TWC_UR4-P360-SONY + bits 11 + flags SPACE_ENC|CONST_LENGTH + eps 30 + aeps 100 + + header 2370 598 + one 1179 598 + zero 582 598 + ptrail 582 + gap 45000 + min_repeat 2 + toggle_bit 0 + + + begin codes + VOLUP 0x248 + VOLDOWN 0x648 + MUTE 0x148 + end codes + +end remote + + --- lirc-0.8.7.orig/debian/extras/transmitters/motorola/dctxxxx.conf +++ lirc-0.8.7/debian/extras/transmitters/motorola/dctxxxx.conf @@ -0,0 +1,73 @@ +# +# this config file was automatically generated +# using lirc-0.6.6(serial) on Fri Mar 28 22:46:44 2003 +# +# contributed by shane bradley +# +# +# +# brand: Motorola +# model no. of remote control: DCT2000 +# devices being controlled by this remote: +# + +begin remote + name DCT2000 + bits 16 + flags SPACE_ENC|CONST_LENGTH + eps 30 + aeps 100 + + header 9036 4424 + one 556 2185 + zero 556 4424 + ptrail 556 + gap 100025 + toggle_bit 0 + + + begin codes + HELP 0x000000000000B3F2 + POWER 0x000000000000AFF9 + MUTE 0x0000000000000FF7 + PAGE+ 0x000000000000A3F3 + PAGE- 0x00000000000023FB + LOCK 0x00000000000097F6 + EXIT 0x000000000000B7F4 + AUP 0x000000000000D3F6 + ADOWN 0x00000000000053FE + ALEFT 0x00000000000093F1 + ARIGHT 0x00000000000013F9 + OK 0x00000000000077F8 + GUIDE 0x000000000000F3F4 + MENU 0x00000000000067F9 + VOL+ 0x0000000000004FF3 + VOL- 0x0000000000008FFB + LAST 0x00000000000037FC + FAV 0x00000000000057FA + CH+ 0x0000000000002FF5 + CH- 0x000000000000CFFD + A 0x00000000000017FE + B 0x0000000000001BF1 + C 0x000000000000EBF9 + 1 0x0000000000007FF0 + 2 0x000000000000BFF8 + 3 0x0000000000003FF4 + 4 0x000000000000DFFC + 5 0x0000000000005FF2 + 6 0x0000000000009FFA + 7 0x0000000000001FF6 + 8 0x000000000000EFFE + 9 0x0000000000006FF1 + 0 0x000000000000FFFF + BYPASS 0x000000000000D7F2 + MUSIC 0x000000000000F7F0 + STOP 0x00000000000063FD + PAUSE 0x00000000000007FF + PLAY 0x000000000000E3F5 + REW 0x00000000000087F7 + REC 0x00000000000073FC + FFWD 0x00000000000047FB + end codes + +end remote --- lirc-0.8.7.orig/debian/extras/transmitters/dish/general.conf +++ lirc-0.8.7/debian/extras/transmitters/dish/general.conf @@ -0,0 +1,1272 @@ +# This config file is based on the information posted by Endaf Jones at +# http://www.gossamer-threads.com/lists/mythtv/users/196566#196566 +# +# brand: JVC/RCA +# model no. of remote control: +# supported devices: Dish Network (Echostar) +# - JVC 2700 receiver +# - JVC 4700 receiver +# - JVC 49xx receiver +# - JVC 50xx receiver +# - RCA 31x receiver +# and several other Dish receivers using the +# "blue button" remotes +# +# Unit code selection (1-16) is performed by specifying the appropriate +# value for post_data +# 1=0x000 2=0x200 3=0x100 4=0x300 +# 5=0x080 6=0x280 7=0x180 8=0x380 +# 9=0x040 10=0x240 11=0x140 12=0x340 +# 13=0x0C0 14=0x2C0 15=0x1C0 16=0x3C0 +# +# Each has been implemented in this config file with the remote names "dish#" +# where the hash/pound/number sign ("#") is a code number from 1 through 16. +# There is also a remote called "dish" (without a number), for users with only +# one receiver, that uses remote code 1 (DISH's default). +# +# The duty_cycle (the percentage of time during a pulse that infrared light is +# being sent) is commented because some hardware transmitters don't support its +# use. +# +# The discrete power functions (power_on and power_off) can be used to ensure +# the power state of the receiver. However, they probably shouldn't be used in +# a channel change script as the receiver will require a significant delay +# after a power_on before it is capable of receiving/responding to additional +# commands (such as channel numbers). Instead, assuming most of your recording +# is during prime-time, you may want to set a cron job to run a "power_on" +# command for each of your receivers about 5 or 10 minutes before primtetime. + + +### Remote definition for remotes using remote code 1 (0x000) +begin remote + name dish + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x000 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + end codes +end remote + +### Remote definition for remotes using remote code 1 (0x000) +### (Duplicated to allow a "dish" and a "dish1" remote name) +begin remote + name dish1 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x000 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 2 (0x200) +begin remote + name dish2 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x200 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 3 (0x100) +begin remote + name dish3 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x100 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 4 (0x300) +begin remote + name dish4 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x300 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 5 (0x080) +begin remote + name dish5 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x080 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 6 (0x280) +begin remote + name dish6 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x280 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 7 (0x180) +begin remote + name dish7 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x180 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 8 (0x380) +begin remote + name dish8 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x380 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 9 (0x040) +begin remote + name dish9 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x040 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 10 (0x240) +begin remote + name dish10 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x240 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 11 (0x140) +begin remote + name dish11 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x140 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 12 (0x340) +begin remote + name dish12 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x340 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 13 (0x0C0) +begin remote + name dish13 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x0C0 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 14 (0x2C0) +begin remote + name dish14 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x2C0 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 15 (0x1C0) +begin remote + name dish15 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x1C0 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + +### Remote definition for remotes using remote code 16 (0x3C0) +begin remote + name dish16 + + flags SPACE_ENC|NO_HEAD_REP + eps 30 + aeps 100 + + frequency 56000 +# duty_cycle 32 + + one 440 1645 + zero 440 2780 + + header 525 6045 + ptrail 450 + gap 6115 + + min_repeat 6 + + bits 6 + post_data_bits 10 + + post_data 0x3C0 + + begin codes + info 0 + power_on 1 + power 2 + 1 4 + 2 5 + 3 6 + 4 8 + 5 9 + 6 10 + 7 12 + 8 13 + 9 14 + 0 17 + menu 11 + select 16 + cancel 18 + guide 20 + view 22 + tv_vcr 23 + right 24 + up 26 + recall 27 + left 28 + down 30 + record 31 + pause 32 + stop 33 + sys_info 36 + asterisk 37 + pound 38 + power_off 39 + sat 41 + dish_home 52 + sys_info2 54 + dish_home2 56 + dvr 57 + skip_fwd 55 + skip_back 54 + fwd 50 + play 3 + back 49 + dish 52 + page_up 15 + page_down 7 + end codes +end remote + --- lirc-0.8.7.orig/debian/extras/transmitters/directtv/general.conf +++ lirc-0.8.7/debian/extras/transmitters/directtv/general.conf @@ -0,0 +1,183 @@ +# +# this config file was automatically generated +# using lirc-0.8.1-CVS-pvr150(default) on Thu Nov 23 11:12:04 2006 +# +# contributed by Chris Jacobs +# +# brand: DirecTV HD20-100 +# model no. of remote control: HD20-100 +# devices being controlled by this remote: DirecTV HD20-100 +# + +begin remote + + name directtv + flags RAW_CODES + eps 30 + aeps 100 + + ptrail 613 + repeat 0 0 + gap 29767 + + begin raw_codes + + name 1 + 6000 1150 1250 1100 650 550 + 650 550 650 550 650 500 + 650 1150 650 550 650 1150 + 600 + + name 2 + 6000 1100 1250 1150 650 550 + 650 550 600 550 650 550 + 1250 550 650 550 1200 550 + 650 + + name 3 + 6000 1150 1250 1100 650 550 + 650 550 650 550 650 550 + 1200 1150 650 550 1250 1150 + 600 + + name 4 + 6000 1150 1250 1150 650 500 + 650 550 650 550 650 1150 + 650 500 650 550 1250 1150 + 650 + + name 5 + 6000 1150 1250 1100 650 550 + 650 550 650 500 650 1150 + 650 1150 650 1150 600 550 + 650 + + name 6 + 6000 1150 1250 1150 650 500 + 650 550 650 550 650 1150 + 1200 550 650 1150 650 1150 + 600 + + name 7 + 6000 1100 1250 1150 650 550 + 650 500 650 550 650 1150 + 1250 1100 650 1150 1250 550 + 650 + + name 8 + 6000 1150 1250 1100 650 550 + 650 550 650 550 1200 550 + 650 550 650 1150 1200 550 + 650 + + name 9 + 6000 1100 1300 1100 650 550 + 650 550 650 500 1250 550 + 650 1150 650 1150 1200 1150 + 650 + + name 0 + 6000 1150 1250 1150 650 500 + 650 550 650 1150 650 550 + 650 1100 650 1150 1250 550 + 650 + + name dash + 6000 1100 1300 1100 650 550 + 650 550 650 1100 650 550 + 1250 550 650 1100 1250 1150 + 650 + + name last + 6000 1100 1300 1100 650 550 + 650 550 650 500 1250 1150 + 1250 1150 1200 1150 650 550 + 650 + + name guide + 6000 1100 1300 1100 650 550 + 650 550 1250 500 1250 550 + 650 550 650 550 600 550 + 650 + + name up + 6000 1100 1300 1100 650 550 + 650 550 1250 500 650 550 + 650 1150 1250 500 1250 1150 + 650 + + name down + 6000 1150 1250 1100 650 550 + 650 550 1250 500 650 550 + 1250 550 1250 1150 600 550 + 650 + + name left + 6000 1150 1250 1150 650 500 + 700 500 1250 550 650 550 + 1250 1100 1250 1150 650 1150 + 600 + + name right + 6000 1150 1250 1100 650 550 + 650 550 1250 500 650 1150 + 650 550 1250 1100 650 1150 + 650 + + name select + 6000 1150 1250 1100 700 500 + 650 550 1250 550 650 1100 + 650 1150 1250 1150 1200 550 + 650 + + name action + 6000 1150 1250 1150 650 500 + 650 550 1250 550 1250 550 + 600 1150 650 550 650 1150 + 650 + + name list + 6050 1100 1250 1150 650 500 + 650 550 1250 550 1250 550 + 1200 550 650 550 1250 550 + 650 + + name info + 6000 1100 1250 1150 650 550 + 650 500 1250 550 1250 1150 + 1250 500 650 1150 650 1150 + 650 + + name back + 6000 1150 1250 1150 650 500 + 700 500 1250 550 650 1150 + 1200 1150 650 550 650 550 + 650 + + name power + 6000 1150 1250 1100 650 550 + 1250 550 650 550 650 500 + 650 550 1250 1150 1250 500 + 650 + + name exit + 6000 1150 1250 1150 650 500 + 650 550 1250 550 650 1150 + 1200 550 1250 1150 1250 1100 + 650 + + name ch- + 6000 1100 1250 1150 650 550 + 650 500 650 550 1250 1150 + 1250 550 1200 550 1250 1150 + 650 + + name ch+ + 6000 1100 1300 1100 650 550 + 650 500 700 500 1250 1150 + 650 1150 1200 550 1250 550 + 650 + + end raw_codes + +end remote --- lirc-0.8.7.orig/debian/extras/transmitters/scientificatlanta/general.conf +++ lirc-0.8.7/debian/extras/transmitters/scientificatlanta/general.conf @@ -0,0 +1,85 @@ +# +# this config file was automatically generated +# using lirc-0.6.6(sir) on Wed Mar 24 22:28:59 2004 +# +# Modified by Stephane Lavergne : +# Base frequency is 56kHz, irrecord was otherwise right on. +# +# contributed by +# +# brand: Scientific Atlanta +# model no. of remote control: AT8400 +# devices being controlled by this remote: Explorer 8000 +# + +begin remote + + name SAE8000 + bits 22 + flags SPACE_ENC|CONST_LENGTH + eps 30 + aeps 100 + + header 3397 3372 + one 827 2557 + zero 827 855 + ptrail 827 + gap 101386 + toggle_bit 0 + + frequency 56000 + + begin codes + power 0x000000000037C107 + guide 0x000000000036C127 + menu 0x000000000036F920 + info 0x000000000036213B + select_up 0x000000000036812F + select_down 0x000000000037A10B + select 0x0000000000366133 + select_left 0x000000000037810F + select_right 0x0000000000364137 + select_page+ 0x000000000036D924 + select_page- 0x000000000037D904 + exit 0x0000000000366932 + settings 0x0000000000373918 + A 0x000000000037E902 + B 0x000000000036193C + C 0x000000000037191C + vol+ 0x000000000036093E + vol- 0x000000000037091E + ch+ 0x0000000000377111 + ch- 0x000000000036F121 + mute 0x000000000036892E + fav 0x000000000037F101 + last 0x000000000036E123 + rew8secs 0x000000000037C906 + list 0x000000000036C926 + live 0x000000000036B129 + rew 0x000000000037291A + ff 0x000000000036293A + play 0x000000000037990C + stop 0x0000000000365934 + pause 0x0000000000374117 + rec 0x0000000000375914 + 1 0x000000000036113D + 2 0x000000000037111D + 3 0x000000000036912D + 4 0x000000000037910D + 5 0x0000000000365135 + 6 0x0000000000375115 + 7 0x000000000036D125 + 8 0x000000000037D105 + 9 0x0000000000363139 + asterisk 0x000000000037E103 + 0 0x0000000000373119 + pound 0x000000000036B928 + pip_power 0x000000000037B908 + pip_swap 0x0000000000367930 + pip_move 0x0000000000377910 + pip_ch+ 0x000000000036E922 + pip_ch- 0x000000000037F900 + video_source 0x0000000000376113 + end codes + +end remote --- lirc-0.8.7.orig/debian/extras/more_remotes/hauppauge/lircd.conf.hauppauge +++ lirc-0.8.7/debian/extras/more_remotes/hauppauge/lircd.conf.hauppauge @@ -0,0 +1,414 @@ +# +# this config file was automatically generated +# using lirc-0.5.5pre8 on Sun Apr 18 11:43:45 1999 +# +# contributed by Jens Leuschner +# +# brand: Hauppauge +# model: +# supported devices: WinTV primo; WinTV pci; WinTV radio +# +# This config file will work with both homebrew receivers and +# original Hauppauge TV cards !!! +# + +begin remote + + name Hauppauge + bits 13 + flags SHIFT_ENC + eps 30 + aeps 100 + + one 950 830 + zero 950 830 + plead 960 + gap 89584 + repeat_bit 2 + + begin codes + TV 0x000000000000100F + RADIO 0x000000000000100C + FULL_SCREEN 0x000000000000102E + CH+ 0x0000000000001020 + CH- 0x0000000000001021 + VOL- 0x0000000000001011 + VOL+ 0x0000000000001010 + MUTE 0x000000000000100D + SOURCE 0x0000000000001022 + 1 0x0000000000001001 + 2 0x0000000000001002 + 3 0x0000000000001003 + 4 0x0000000000001004 + 5 0x0000000000001005 + 6 0x0000000000001006 + 7 0x0000000000001007 + 8 0x0000000000001008 + 9 0x0000000000001009 + 0 0x0000000000001000 + RESERVED 0x000000000000101E + MINIMIZE 0x0000000000001026 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.6.6(animax) on Tue Apr 15 19:50:27 2003 +# +# contributed by +# +# brand: Hauppauge +# model no. of remote control: +# devices being controlled by this remote: PVR 2/350 +# + +begin remote + + name hauppauge_pvr + bits 13 + flags RC5|CONST_LENGTH + eps 30 + aeps 100 + + one 969 811 + zero 969 811 + plead 1097 + gap 114605 + toggle_bit 2 + + + begin codes + Power 0x00000000000017FD + Go 0x00000000000017FB + 1 0x00000000000017C1 + 2 0x00000000000017C2 + 3 0x00000000000017C3 + 4 0x00000000000017C4 + 5 0x00000000000017C5 + 6 0x00000000000017C6 + 7 0x00000000000017C7 + 8 0x00000000000017C8 + 9 0x00000000000017C9 + Back/Exit 0x00000000000017DF + 0 0x00000000000017C0 + Menu 0x00000000000017CD + Red 0x00000000000017CB + Green 0x00000000000017EE + Yellow 0x00000000000017F8 + Blue 0x00000000000017E9 + Ch+ 0x00000000000017E0 + Ch- 0x00000000000017E1 + Vol- 0x00000000000017D1 + Vol+ 0x00000000000017D0 + Ok 0x00000000000017E5 + Mute 0x00000000000017CF + Blank 0x00000000000017CC + Full 0x00000000000017FC + Rewind 0x00000000000017F2 + Play 0x00000000000017F5 + Forward 0x00000000000017F4 + Record 0x00000000000017F7 + Stop 0x00000000000017F6 + Pause 0x00000000000017F0 + Replay 0x00000000000017E4 + Skip 0x00000000000017DE + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004 +# +# contributed by +# +# brand: Hauppauge 350 +# Created: G.J. Werler (The Netherlands) +# Project: Mythtv Fedora Pundit-R www.mythtvportal.com +# Date: 2004/11/28 +# model no. of remote control: Hauppauge A415-HPG +# devices being controlled by this remote: PVR-350 +# + +begin remote + + name Hauppauge_350 + bits 13 + flags RC5|CONST_LENGTH + eps 30 + aeps 100 + + one 969 811 + zero 969 811 + plead 1097 + gap 114605 + toggle_bit 2 + + + begin codes + Go 0x00000000000017BB + Power 0x00000000000017BD + TV 0x000000000000179C + Videos 0x0000000000001798 + Music 0x0000000000001799 + Pictures 0x000000000000179A + Guide 0x000000000000179B + Radio 0x000000000000178C + Up 0x0000000000001794 + Left 0x0000000000001796 + Right 0x0000000000001797 + Down 0x0000000000001795 + OK 0x00000000000017A5 + Back/Exit 0x000000000000179F + Menu/i 0x000000000000178D + Vol+ 0x0000000000001790 + Vol- 0x0000000000001791 + Prev.Ch 0x0000000000001792 + Mute 0x000000000000178F + Ch+ 0x00000000000017A0 + Ch- 0x00000000000017A1 + Record 0x00000000000017B7 + Stop 0x00000000000017B6 + Rewind 0x00000000000017B2 + Play 0x00000000000017B5 + Forward 0x00000000000017B4 + Replay/SkipBackward 0x00000000000017A4 + Pause 0x00000000000017B0 + SkipForward 0x000000000000179E + 1 0x0000000000001781 + 2 0x0000000000001782 + 3 0x0000000000001783 + 4 0x0000000000001784 + 5 0x0000000000001785 + 6 0x0000000000001786 + 7 0x0000000000001787 + 8 0x0000000000001788 + 9 0x0000000000001789 + Asterix 0x000000000000178A + 0 0x0000000000001780 + # 0x000000000000178E + Red 0x000000000000178B + Green 0x00000000000017AE + Yellow 0x00000000000017B8 + Blue 0x00000000000017A9 + end codes + +end remote +# +# this config file was automatically generated +# using lirc-0.7.0pre4(serial) on Sun Oct 2 00:24:32 2005 +# +# contributed by anton|ganthaler.at and juergen.wilhelm|aon.at +# members of linux user group Vorarlberg www.lugv.at +# +# for ir remote controler from Hauppauge WinTV Nexus-S +# most of the keys are supported +# +# brand: Hauppauge +# model no. of remote control: WinTV Nexus-S +# devices being controlled by this remote: +# + +begin remote + + name Hauppauge_WinTV_Nexus-S + bits 13 + flags RC5|CONST_LENGTH + eps 30 + aeps 100 + + one 944 828 + zero 944 828 + plead 980 + gap 113932 + min_repeat 1 + toggle_bit 2 + + + begin codes + Up 0x0000000000001794 + Down 0x0000000000001795 + Left 0x0000000000001796 + Right 0x0000000000001797 + Power 0x00000000000017BD + Ok 0x00000000000017A5 + Menu 0x000000000000178D + Back 0x000000000000179F + Red 0x000000000000178B + Green 0x00000000000017AE + Yellow 0x00000000000017B8 + Blue 0x00000000000017A9 + 0 0x0000000000001780 + 1 0x0000000000001781 + 2 0x0000000000001782 + 3 0x0000000000001783 + 4 0x0000000000001784 + 5 0x0000000000001785 + 6 0x0000000000001786 + 7 0x0000000000001787 + 8 0x0000000000001788 + 9 0x0000000000001789 + Play 0x00000000000017B5 + Pause 0x00000000000017B0 + Stop 0x00000000000017B6 + Record 0x00000000000017B7 + FastFwd 0x00000000000017B4 + FastRwd 0x00000000000017B2 + Channel+ 0x00000000000017A0 + Channel- 0x00000000000017A1 + Volume+ 0x0000000000001790 + Volume- 0x0000000000001791 + Mute 0x000000000000178F + Timers 0x000000000000178A + Recordings 0x000000000000178E + Back 0x000000000000179F + Record 0x00000000000017B7 + Pause 0x00000000000017B0 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.3pre1(default) on Sat Jun 21 12:36:46 2008 +# +# contributed by Matthew Wright +# +# brand: Hauppauge (HRV-1600 RT Remote) +# model no. of remote control: A415-HPG-A +# devices being controlled by this remote: +# + +begin remote + + name Hauppauge + bits 13 + flags RC5|CONST_LENGTH + eps 30 + aeps 100 + + one 919 852 + zero 919 852 + plead 930 + gap 112908 + toggle_bit_mask 0x800 + + begin codes + power 0x17BD + go 0x17BB + tv 0x179C + videos 0x1798 + music 0x1799 + pictures 0x179A + guide 0x179B + radio 0x178C + exit 0x179F + menu 0x178D + prevch 0x1792 + mute 0x178F + up 0x1794 + down 0x1795 + left 0x1796 + right 0x1797 + ok 0x17A5 + volup 0x1790 + voldown 0x1791 + chup 0x17A0 + chdown 0x17A1 + record 0x17B7 + stop 0x17B6 + rewind 0x17B2 + fastfwd 0x17B4 + play 0x17B5 + replay 0x17A4 + skip 0x179E + pause 0x17B0 + 1 0x1781 + 2 0x1782 + 3 0x1783 + 4 0x1784 + 5 0x1785 + 6 0x1786 + 7 0x1787 + 8 0x1788 + 9 0x1789 + * 0x178A + 0 0x1780 + # 0x178E + red 0x178B + green 0x17AE + yellow 0x17B8 + blue 0x17A9 + sub/cc 0x178E + text 0x178A + home 0x17BB + end codes + +end remote + + +begin remote + name HVR-1100 + bits 16 + eps 30 + aeps 100 + one 0 0 + zero 0 0 + gap 135862 + pre_data_bits 16 + pre_data 0x8001 + + begin codes + Go 0x0161 + power 0x0074 + Tv 0x0179 + Videos 0x0189 + Music 0x0188 + Pictures 0x016F + Guide 0x016D + Radio 0x0181 + Up 0x0067 + Down 0x006C + Left 0x0069 + Right 0x006A + Ok 0x001C + Back/edit 0x00AE + Menu 0x008B + Vol+ 0x0073 + Vol- 0x0072 + PrevChan 0x019C + Chan+ 0x0192 + Chan- 0x0193 + Mute 0x0071 + Record 0x00A7 + Stop 0x0080 + replay 0x00A8 + SKip 0x00D0 + play 0x00CF + Previous 0x00A5 + Next 0x00A3 + Pause 0x0077 + 1 0x0002 + 2 0x0003 + 3 0x0004 + 4 0x0005 + 5 0x0006 + 6 0x0007 + 7 0x0008 + 8 0x0009 + 9 0x000A + * 0x0184 + 0 0x000B + # 0x0172 + red 0x018E + green 0x018F + yellow 0x0190 + blue 0x0191 + + end codes + +end remote --- lirc-0.8.7.orig/debian/extras/more_remotes/hauppauge/lircd.conf.hauppauge_novat500 +++ lirc-0.8.7/debian/extras/more_remotes/hauppauge/lircd.conf.hauppauge_novat500 @@ -0,0 +1,81 @@ +# +# brand: Hauppauge NOVA-T-500 +# model no. of remote control: Hauppage Nova-T-500 Snowboard Shape Silver over Black +# + +begin remote + + name NOVA-T500 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 16 + pre_data 0x1 + gap 199999 + toggle_bit 0 + + + begin codes + Go 0x0162 + Power 0x0074 + TV 0x0179 + Videos 0x0189 + Music 0x0188 + Pictures 0x00E2 + Guide 0x016D + Radio 0x0181 + ArrowUp 0x0067 + ArrowLeft 0x0069 + OK 0x0160 + ArrowRight 0x006A + ArrowDown 0x006C + BackExit 0x009E + Menu 0x008B + VolumeUp 0x0073 + VolumeDown 0x0072 + PrevCh 0x016B + Mute 0x0071 + ChannelUp 0x0192 + ChannelDown 0x0193 + Record 0x00A7 + Rewind 0x00A8 + SkipBack 0x0195 + Play 0x00CF + Pause 0x0077 + Stop 0x0080 + Fwdwind 0x00D0 + SkipFwd 0x0197 + 1 0x0002 + 2 0x0003 + 3 0x0004 + 4 0x0005 + 5 0x0006 + 6 0x0007 + 7 0x0008 + 8 0x0009 + 9 0x000A + * 0x0037 + 0 0x000B + # 0x0029 + one 0x004F + two 0x0050 + three 0x0051 + four 0x004B + five 0x004C + six 0x004D + seven 0x0047 + eight 0x0048 + nine 0x0049 + ten 0x0052 + Red 0x018E + Green 0x018F + Yellow 0x0190 + Blue 0x0191 + end codes + +end remote + + --- lirc-0.8.7.orig/debian/extras/more_remotes/radioshack/radioshack.conf +++ lirc-0.8.7/debian/extras/more_remotes/radioshack/radioshack.conf @@ -0,0 +1,87 @@ +# this config file was generated +# using lirc-0.7.0pre2(hauppauge) on Thu Jan 1 00:35:50 2004 +# +# contributed by Jarod Wilson +#------------------------------------------------------------------------------ +# +# filename: RadioShack_15-2116-vcr0081.lirc +# encoding: RC-5 +# brand: RadioShack Universal (and others) +# model: 15-2116, set as VCR type 0081 +# supported devices: all +# +# note: requires quite a bit of key reassignment w/keymover and EFCs... +# see http://wilsonet.com/mythtv/rs15-2116.html for HOWTO +# +#------------------------------------------------------------------------------ + +begin remote + + name rs15-2116-vcr0081 + bits 11 + flags RC5|CONST_LENGTH + eps 20 + aeps 0 + header 0 0 + one 889 889 + zero 889 889 + plead 889 + ptrail 0 + foot 0 0 + repeat 0 0 + pre_data_bits 2 + pre_data 0x02 + post_data_bits 0 + post_data 0x0 + pre 0 0 + post 0 0 + gap 113792 + toggle_bit 2 + frequency 36000 + duty_cycle 50 + + begin codes + 0 0x0000000000000140 + 1 0x0000000000000141 + 2 0x0000000000000142 + 3 0x0000000000000143 + 4 0x0000000000000144 + 5 0x0000000000000145 + 6 0x0000000000000146 + 7 0x0000000000000147 + 8 0x0000000000000148 + 9 0x0000000000000149 + INFO 0x000000000000014a + SELECT 0x000000000000014b + POWER 0x000000000000014c + MUTE 0x000000000000014d + MOVE 0x000000000000014e + VOL+ 0x0000000000000150 + VOL- 0x0000000000000151 + RIGHT 0x000000000000015a + LEFT 0x000000000000015b + ENTER 0x000000000000015c + MENU 0x000000000000015d + CH+ 0x0000000000000160 + CH- 0x0000000000000161 + PIP 0x0000000000000162 + SWAP 0x0000000000000163 + SLEEP 0x0000000000000166 + FREEZE 0x0000000000000168 + PAUSE 0x0000000000000169 + SKIP 0x000000000000016a + EXIT 0x0000000000000171 + REW 0x0000000000000172 + REPLAY 0x0000000000000173 + FFWD 0x0000000000000174 + PLAY 0x0000000000000175 + STOP 0x0000000000000176 + REC 0x0000000000000177 + SKIP 0x0000000000000178 + +100 0x0000000000000179 + LAST 0x000000000000017b + GUIDE 0x000000000000017c + TV/VIDEO 0x000000000000017e + end codes + +end remote --- lirc-0.8.7.orig/debian/extras/more_remotes/msi/lircd.conf.tvanywhere +++ lirc-0.8.7/debian/extras/more_remotes/msi/lircd.conf.tvanywhere @@ -0,0 +1,86 @@ +# $Id: TVatnywhere,v 1.4 2006/04/19 05:50:12 grog Exp $ +# +# Configuration file for MSI TV@nywhere Master using the tuner's IR +# receiver. This will probably also apply to the MSI TV@nywhere (not +# "Master"). The current configuration file for the TV@nywhere remote +# control interfaces via an external card. +# +# Contributed by Greg Lehey, 19 April 2006 +# brand: TV@nywhere Master +# model no. of remote control: not marked +# +# See http://www.lemis.com/grog/Thumbnails-20060419.html for a photo +# of the remote control. +# +# To configure: +# +# 1. Install a recent Linux kernel (I used 2.6.16) with the cx88 +# driver. This kernel should automatically detect card and IR +# control. +# +# 2. The IR remote control will appear as a device in +# /dev/input/eventX. To find out the value of X, check in +# /proc/bus/input/devices. You should see something like: +# +# I: Bus=0001 Vendor=1462 Product=8606 Version=0001 +# N: Name="cx88 IR (MSI TV-@nywhere Master" +# P: Phys=pci-0000:01:08.0/ir0 +# S: Sysfs=/class/input/input2 +# H: Handlers=kbd event2 +# B: EV=100003 +# B: KEY=20c0000 800000 0 0 0 4 10000 100 0 1e0000 0 2 10100ffc +# +# The 2 in the line starting with H: gives the clue as to the device +# name; it's /dev/input/event2. +# +# 3. Put this file in /etc/lircd.conf (possibly along with others). +# +# 4. Start lircd like this: +# +# lircd -H dev/input -d /dev/input/event2 + +begin remote + + name TVatnywhere_Master + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 16 + pre_data 0x8001 + gap 175846 + toggle_bit 0 + + + begin codes + FullScreen 0x0177 + MTS 0x00E2 + Function 0x0021 + Power 0x0074 + 1 0x0002 + 2 0x0003 + 3 0x0004 + 4 0x0005 + 5 0x0006 + 6 0x0007 + 7 0x0008 + 8 0x0009 + 9 0x000A + 0 0x000B + ChUp 0x0192 + ChDown 0x0193 + VolUp 0x0073 + VolDown 0x0072 + T-shift 0x0014 + Return 0x001C + Rewind 0x00A8 + Play 0x0199 + FFWD 0x00D0 + Mute 0x0071 + end codes + +end remote + + --- lirc-0.8.7.orig/debian/extras/more_remotes/nebula/digitv.conf +++ lirc-0.8.7/debian/extras/more_remotes/nebula/digitv.conf @@ -0,0 +1,91 @@ +# Please make this file available to others +# by sending it to +# +# this config file was automatically generated +# using lirc-0.7.2(any) on Sat May 6 12:48:36 2006 +# +# contributed by J. Brusey +# +# brand: lirc-nebula.conf +# model no. of remote control: Nebula Electronics PCI DigiTV Remote +# devices being controlled by this remote: Nebula Electronics PCI DigiTV +# + +begin remote + + name nebula + bits 16 + flags RC5|CONST_LENGTH + eps 30 + aeps 100 + + one 917 851 + zero 917 851 + plead 930 + pre_data_bits 16 + pre_data 0x8001 + gap 135605 + toggle_bit 0 + + + begin codes + TV 0x0179 + Aux 0x0186 + DVD/CD 0x0185 + Power 0x0074 + 1 0x0002 + 2 0x0003 + 3 0x0004 + Picture 0x016F + 4 0x0005 + 5 0x0006 + 6 0x0007 + Audio 0x0188 + 7 0x0008 + 8 0x0009 + 9 0x000A + i 0x0166 + 16:9 0x00B7 + 0 0x000B + 14:9 0x00B8 + EPG 0x016D + Exit 0x00AE + Menu 0x008B + Up 0x0067 + Left 0x0069 + OK 0x001C + Right 0x006A + Down 0x006C + Ch+ 0x0192 + +Vol 0x0073 + Ch- 0x0193 + -Vol 0x0072 + Red 0x018E + Green 0x018F + Yellow 0x0190 + Blue 0x0191 + SubT 0x0172 + AD 0x00B9 + Text 0x0184 + Mute 0x0071 + Rewind 0x00A8 + Stop 0x0080 + Play 0x00CF + FastForward 0x00D0 + Chapter 0x00BA + Pause 0x0077 + Step 0x00CF + Record 0x00A7 + PiP 0x00BB + Zoom- 0x004E + Zoom+ 0x004A + Capture 0x00BC + Web 0x00BD + e-Mail 0x00D7 + Phone 0x00A9 + PC 0x0178 + end codes + +end remote + + --- lirc-0.8.7.orig/debian/extras/more_remotes/encore/enltv.conf +++ lirc-0.8.7/debian/extras/more_remotes/encore/enltv.conf @@ -0,0 +1,66 @@ +begin remote + name enltv + bits 16 + eps 30 + aeps 100 + one 0 0 + zero 0 0 + gap 195847 + pre_data_bits 16 + pre_data 0x8001 + + begin codes + next 0x0197 + ok 0x001C + vol_down 0x00AE + 09 0x0067 + 08 0x006C + 07 0x0069 + hide 0x006A + winstart 0x0066 + recall 0x0175 + v_set 0x0179 + ch_down 0x0189 + music 0x0188 + tv/av 0x016F + <-- 0x0001 + desktop 0x0020 + 06 0x000F + 04 0x00E3 + --> 0x008B + 05 0x0174 + timeshift 0x0167 + record 0x00A7 + pause_c 0x00CF + stop 0x0080 + next2stop 0x00D4 + 00 0x00A8 + fastforward 0x00D0 + menu 0x019C + skipforward 0x0197 + ch_up 0x016C + pause 0x00D5 + dvdlang 0x0170 + dvdtext 0x0184 + shut 0x0190 + main 0x0175 + sap 0x0161 + teletext 0x0094 + ap1 0x018E + ap2 0x018F + ap4 0x0191 + 03 0x0002 + 2 0x0003 + -/-- 0x0004 + snap 0x0005 + 5 0x0006 + mute 0x0007 + 7 0x0008 + 8 0x0009 + 9 0x0004 + 02 0x000A + v_def 0x000B + 01 0x018B + + end codes +end remote --- lirc-0.8.7.orig/debian/extras/more_remotes/freecom/lircd.conf.freeconf +++ lirc-0.8.7/debian/extras/more_remotes/freecom/lircd.conf.freeconf @@ -0,0 +1,35 @@ +#Freecom DVB-T Stick +#By Nico Rdo + +begin remote + name Freecom_DVB-T_USB + bits 16 + eps 30 + aeps 100 + one 0 0 + zero 0 0 + pre_data_bits 16 + pre_data 0x8001 + gap 237493 + toggle_bit 0 + begin codes + POWER 0x0074 + MUTE 0x0071 + 0 0x000B + 1 0x0002 + 2 0x0003 + 3 0x0004 + 4 0x0005 + 5 0x0006 + 6 0x0007 + 7 0x0008 + 8 0x0009 + 9 0x000A + VOL_UP 0x0073 + VOL_DOWN 0x0072 + CH_UP 0x0192 + CH_DOWN 0x0193 + ZOOM 0x0174 + JUMP 0x0161 + end codes +end remote --- lirc-0.8.7.orig/debian/extras/more_remotes/asus/mycinema.conf +++ lirc-0.8.7/debian/extras/more_remotes/asus/mycinema.conf @@ -0,0 +1,73 @@ + +# Please make this file available to others +# by sending it to +# +# this config file was automatically generated +# using lirc-0.8.2(dev/input) on Fri Jan 25 12:35:55 2008 +# +# contributed by Gianfranco Liporace +# +# brand: ASUS Remote +# model no. of remote control: PC-39 +# devices being controlled by this remote: +# ASUS MyCinema P7131 Hybrid Analog/DVB TV card + +begin remote + + name lirc.conf + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 16 + pre_data 0x8001 + gap 135991 + toggle_bit_mask 0x80010188 + + begin codes + Rec 0x00A7 + Close 0x0074 + Prev 0x019C + Stop 0x0080 + Next 0x0197 + Rew 0x00A8 + Play/Pause 0x0077 + Fwd 0x00D0 + Up 0x0067 + Down 0x006C + Enter 0x8001001C + Left 0x0069 + Right 0x006A + Vol+ 0x0073 + Vol- 0x0072 + Ch+ 0x0192 + Ch- 0x0193 + Back 0x00AE + 1 0x0002 + 2 0x0003 + 3 0x0004 + 4 0x0005 + 5 0x0006 + 6 0x0007 + 7 0x0008 + 8 0x0009 + 9 0x000A + FullScreen 0x0174 + 0 0x000B + Recall 0x0070 + Tv 0x0179 + Video 0x0189 + Home 0x0066 + Dvd 0x0185 + Picture 0x016E + DvdMenu 0x008B + Radio 0x0181 + Music 0x0188 + Mute 0x0071 + end codes + +end remote + + --- lirc-0.8.7.orig/debian/extras/more_remotes/medion/md1-nbc.conf +++ lirc-0.8.7/debian/extras/more_remotes/medion/md1-nbc.conf @@ -0,0 +1,65 @@ +begin remote + name medion + bits 16 + eps 30 + aeps 100 + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 219967 + toggle_bit_mask 0x80800000 + + begin codes + 1 0xE20D + 2 0x638E + 3 0xE40F + 4 0x6590 + 5 0xE611 + 6 0x6792 + 7 0xE813 + 8 0x6994 + 9 0xEA15 + 0 0x6C97 + Play 0xFA25 + Pause 0x7EA9 + Stop 0xFD28 + Record 0x7CA7 + SkipNext 0xF823 + SkipPrior 0x76A1 + Forward 0xFB26 + Rewind 0x79A4 + snapshot 0xED18 + red 0x87B2 + yellow 0x0934 + blue 0x8AB5 + green 0x0833 + Mute 0x5580 + return 0xF11C + VolUp 0x5E89 + VolDown 0xDD08 + ChanUp 0x608B + ChanDown 0xE10C + menu 0x6E99 + back 0xF520 + Left 0x729D + Right 0xF41F + Up 0xCDF8 + Down 0x4570 + tv 0x81AC + Videos 0x022D + DVD 0x5984 + Guide 0xEB16 + Music 0x5B86 + Radio 0x032E + book 0x86B1 + Pictures 0xDA05 + info 0x84AF + Power 0xD702 + ok 0x709B + enter 0xF31E + end codes + +end remote --- lirc-0.8.7.orig/debian/extras/more_remotes/generic/devinput.conf +++ lirc-0.8.7/debian/extras/more_remotes/generic/devinput.conf @@ -0,0 +1,364 @@ +begin remote + name linux-input-layer + bits 32 + begin codes + ESC 0x10001 + 1 0x10002 + 2 0x10003 + 3 0x10004 + 4 0x10005 + 5 0x10006 + 6 0x10007 + 7 0x10008 + 8 0x10009 + 9 0x1000a + 0 0x1000b + MINUS 0x1000c + EQUAL 0x1000d + BACKSPACE 0x1000e + TAB 0x1000f + Q 0x10010 + W 0x10011 + E 0x10012 + R 0x10013 + T 0x10014 + Y 0x10015 + U 0x10016 + I 0x10017 + O 0x10018 + P 0x10019 + LEFTBRACE 0x1001a + RIGHTBRACE 0x1001b + ENTER 0x1001c + LEFTCTRL 0x1001d + A 0x1001e + S 0x1001f + D 0x10020 + F 0x10021 + G 0x10022 + H 0x10023 + J 0x10024 + K 0x10025 + L 0x10026 + SEMICOLON 0x10027 + APOSTROPHE 0x10028 + GRAVE 0x10029 + LEFTSHIFT 0x1002a + BACKSLASH 0x1002b + Z 0x1002c + X 0x1002d + C 0x1002e + V 0x1002f + B 0x10030 + N 0x10031 + M 0x10032 + COMMA 0x10033 + DOT 0x10034 + SLASH 0x10035 + RIGHTSHIFT 0x10036 + KPASTERISK 0x10037 + LEFTALT 0x10038 + SPACE 0x10039 + CAPSLOCK 0x1003a + F1 0x1003b + F2 0x1003c + F3 0x1003d + F4 0x1003e + F5 0x1003f + F6 0x10040 + F7 0x10041 + F8 0x10042 + F9 0x10043 + F10 0x10044 + NUMLOCK 0x10045 + SCROLLLOCK 0x10046 + KP7 0x10047 + KP8 0x10048 + KP9 0x10049 + KPMINUS 0x1004a + KP4 0x1004b + KP5 0x1004c + KP6 0x1004d + KPPLUS 0x1004e + KP1 0x1004f + KP2 0x10050 + KP3 0x10051 + KP0 0x10052 + KPDOT 0x10053 + 103RD 0x10054 + F13 0x10055 + 102ND 0x10056 + F11 0x10057 + F12 0x10058 + F14 0x10059 + F15 0x1005a + F16 0x1005b + F17 0x1005c + F18 0x1005d + F19 0x1005e + F20 0x1005f + KPENTER 0x10060 + RIGHTCTRL 0x10061 + KPSLASH 0x10062 + SYSRQ 0x10063 + RIGHTALT 0x10064 + LINEFEED 0x10065 + HOME 0x10066 + UP 0x10067 + PAGEUP 0x10068 + LEFT 0x10069 + RIGHT 0x1006a + END 0x1006b + DOWN 0x1006c + PAGEDOWN 0x1006d + INSERT 0x1006e + DELETE 0x1006f + MACRO 0x10070 + MUTE 0x10071 + VOLUMEDOWN 0x10072 + VOLUMEUP 0x10073 + POWER 0x10074 + KPEQUAL 0x10075 + KPPLUSMINUS 0x10076 + PAUSE 0x10077 + F21 0x10078 + F22 0x10079 + F23 0x1007a + F24 0x1007b + KPCOMMA 0x1007c + LEFTMETA 0x1007d + RIGHTMETA 0x1007e + COMPOSE 0x1007f + STOP 0x10080 + AGAIN 0x10081 + PROPS 0x10082 + UNDO 0x10083 + FRONT 0x10084 + COPY 0x10085 + OPEN 0x10086 + PASTE 0x10087 + FIND 0x10088 + CUT 0x10089 + HELP 0x1008a + MENU 0x1008b + CALC 0x1008c + SETUP 0x1008d + SLEEP 0x1008e + WAKEUP 0x1008f + FILE 0x10090 + SENDFILE 0x10091 + DELETEFILE 0x10092 + XFER 0x10093 + PROG1 0x10094 + PROG2 0x10095 + WWW 0x10096 + MSDOS 0x10097 + COFFEE 0x10098 + DIRECTION 0x10099 + CYCLEWINDOWS 0x1009a + MAIL 0x1009b + BOOKMARKS 0x1009c + COMPUTER 0x1009d + BACK 0x1009e + FORWARD 0x1009f + CLOSECD 0x100a0 + EJECTCD 0x100a1 + EJECTCLOSECD 0x100a2 + NEXTSONG 0x100a3 + PLAYPAUSE 0x100a4 + PREVIOUSSONG 0x100a5 + STOPCD 0x100a6 + RECORD 0x100a7 + REWIND 0x100a8 + PHONE 0x100a9 + ISO 0x100aa + CONFIG 0x100ab + HOMEPAGE 0x100ac + REFRESH 0x100ad + EXIT 0x100ae + MOVE 0x100af + EDIT 0x100b0 + SCROLLUP 0x100b1 + SCROLLDOWN 0x100b2 + KPLEFTPAREN 0x100b3 + KPRIGHTPAREN 0x100b4 + INTL1 0x100b5 + INTL2 0x100b6 + INTL3 0x100b7 + INTL4 0x100b8 + INTL5 0x100b9 + INTL6 0x100ba + INTL7 0x100bb + INTL8 0x100bc + INTL9 0x100bd + LANG1 0x100be + LANG2 0x100bf + LANG3 0x100c0 + LANG4 0x100c1 + LANG5 0x100c2 + LANG6 0x100c3 + LANG7 0x100c4 + LANG8 0x100c5 + LANG9 0x100c6 + PLAYCD 0x100c8 + PAUSECD 0x100c9 + PROG3 0x100ca + PROG4 0x100cb + SUSPEND 0x100cd + CLOSE 0x100ce + PLAY 0x100cf + FASTFORWARD 0x100d0 + BASSBOOST 0x100d1 + PRINT 0x100d2 + HP 0x100d3 + CAMERA 0x100d4 + SOUND 0x100d5 + QUESTION 0x100d6 + EMAIL 0x100d7 + CHAT 0x100d8 + SEARCH 0x100d9 + CONNECT 0x100da + FINANCE 0x100db + SPORT 0x100dc + SHOP 0x100dd + ALTERASE 0x100de + CANCEL 0x100df + BRIGHTNESSDOWN 0x100e0 + BRIGHTNESSUP 0x100e1 + MEDIA 0x100e2 + UNKNOWN 0x100f0 + BTN_MISC 0x10100 + BTN_0 0x10100 + BTN_1 0x10101 + BTN_2 0x10102 + BTN_3 0x10103 + BTN_4 0x10104 + BTN_5 0x10105 + BTN_6 0x10106 + BTN_7 0x10107 + BTN_8 0x10108 + BTN_9 0x10109 + BTN_MOUSE 0x10110 + BTN_LEFT 0x10110 + BTN_RIGHT 0x10111 + BTN_MIDDLE 0x10112 + BTN_SIDE 0x10113 + BTN_EXTRA 0x10114 + BTN_FORWARD 0x10115 + BTN_BACK 0x10116 + BTN_TASK 0x10117 + BTN_JOYSTICK 0x10120 + BTN_TRIGGER 0x10120 + BTN_THUMB 0x10121 + BTN_THUMB2 0x10122 + BTN_TOP 0x10123 + BTN_TOP2 0x10124 + BTN_PINKIE 0x10125 + BTN_BASE 0x10126 + BTN_BASE2 0x10127 + BTN_BASE3 0x10128 + BTN_BASE4 0x10129 + BTN_BASE5 0x1012a + BTN_BASE6 0x1012b + BTN_DEAD 0x1012f + BTN_GAMEPAD 0x10130 + BTN_A 0x10130 + BTN_B 0x10131 + BTN_C 0x10132 + BTN_X 0x10133 + BTN_Y 0x10134 + BTN_Z 0x10135 + BTN_TL 0x10136 + BTN_TR 0x10137 + BTN_TL2 0x10138 + BTN_TR2 0x10139 + BTN_SELECT 0x1013a + BTN_START 0x1013b + BTN_MODE 0x1013c + BTN_THUMBL 0x1013d + BTN_THUMBR 0x1013e + BTN_DIGI 0x10140 + BTN_TOOL_PEN 0x10140 + BTN_TOOL_RUBBER 0x10141 + BTN_TOOL_BRUSH 0x10142 + BTN_TOOL_PENCIL 0x10143 + BTN_TOOL_AIRBRUSH 0x10144 + BTN_TOOL_FINGER 0x10145 + BTN_TOOL_MOUSE 0x10146 + BTN_TOOL_LENS 0x10147 + BTN_TOUCH 0x1014a + BTN_STYLUS 0x1014b + BTN_STYLUS2 0x1014c + BTN_WHEEL 0x10150 + BTN_GEAR_DOWN 0x10150 + BTN_GEAR_UP 0x10151 + OK 0x10160 + SELECT 0x10161 + GOTO 0x10162 + CLEAR 0x10163 + POWER2 0x10164 + OPTION 0x10165 + INFO 0x10166 + TIME 0x10167 + VENDOR 0x10168 + ARCHIVE 0x10169 + PROGRAM 0x1016a + CHANNEL 0x1016b + FAVORITES 0x1016c + EPG 0x1016d + PVR 0x1016e + MHP 0x1016f + LANGUAGE 0x10170 + TITLE 0x10171 + SUBTITLE 0x10172 + ANGLE 0x10173 + ZOOM 0x10174 + MODE 0x10175 + KEYBOARD 0x10176 + SCREEN 0x10177 + PC 0x10178 + TV 0x10179 + TV2 0x1017a + VCR 0x1017b + VCR2 0x1017c + SAT 0x1017d + SAT2 0x1017e + CD 0x1017f + TAPE 0x10180 + RADIO 0x10181 + TUNER 0x10182 + PLAYER 0x10183 + TEXT 0x10184 + DVD 0x10185 + AUX 0x10186 + MP3 0x10187 + AUDIO 0x10188 + VIDEO 0x10189 + DIRECTORY 0x1018a + LIST 0x1018b + MEMO 0x1018c + CALENDAR 0x1018d + RED 0x1018e + GREEN 0x1018f + YELLOW 0x10190 + BLUE 0x10191 + CHANNELUP 0x10192 + CHANNELDOWN 0x10193 + FIRST 0x10194 + LAST 0x10195 + AB 0x10196 + NEXT 0x10197 + RESTART 0x10198 + SLOW 0x10199 + SHUFFLE 0x1019a + BREAK 0x1019b + PREVIOUS 0x1019c + DIGITS 0x1019d + TEEN 0x1019e + TWEN 0x1019f + DEL_EOL 0x101c0 + DEL_EOS 0x101c1 + INS_LINE 0x101c2 + DEL_LINE 0x101c3 + end codes +end remote --- lirc-0.8.7.orig/debian/extras/more_remotes/atiusb/lircd.conf.atiusb +++ lirc-0.8.7/debian/extras/more_remotes/atiusb/lircd.conf.atiusb @@ -0,0 +1,2404 @@ +# +# this config file was automatically generated +# using lirc-0.7.0-CVS(atiusb) on Tue Apr 27 23:51:09 2004 +# +# contributed by Paul Miller +# +# brand: ATI Remote Wonder +# model no. of remote control: 5000015900A +# devices being controlled by this remote: ATI USB Receiver +# +# CHANNEL CODES +# To change your channel, hold the hand button down until the +# LED begins to blink. Then enter the channel number +# (1 through 16) and press the hand again. +# +# NOTE!! The lirc_atiusb driver now removes the channel code +# from key-codes (by default). This effectively outputs codes +# for remote channel 1. You can change this behavior by +# loading the module with unique=1. Type `modinfo lirc_atiusb` +# for details. + +begin remote + + name ATIUSB_5000015900A + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 139944 + toggle_bit 0 + + + begin codes + A 0x000000000000F500 + B 0x000000000000F601 + C 0x0000000000000E19 + D 0x000000000000101B + E 0x0000000000001621 + F 0x0000000000001823 + TV 0x000000000000F803 + DVD 0x000000000000F904 + WEB 0x000000000000FA05 + BOOK 0x000000000000FB06 + HAND 0x000000000000FC07 + POWER 0x000000000000F702 + MOUSE_LEFT_BTN 0x0000000000006D78 + MOUSE_RIGHT_BTN 0x000000000000717C + MOUSE_UP 0x0000000000006772 + MOUSE_DOWN 0x0000000000006B76 + MOUSE_LEFT 0x0000000000006C77 + MOUSE_RIGHT 0x0000000000006B76 + VOL_UP 0x000000000000FD08 + VOL_DOWN 0x000000000000FE09 + MUTE 0x000000000000FF0A + CH_UP 0x000000000000000B + CH_DOWN 0x000000000000010C + 1 0x000000000000020D + 2 0x000000000000030E + 3 0x000000000000040F + 4 0x0000000000000510 + 5 0x0000000000000611 + 6 0x0000000000000712 + 7 0x0000000000000813 + 8 0x0000000000000914 + 9 0x0000000000000A15 + 0 0x0000000000000C17 + LIST 0x0000000000000B16 + CHECK 0x0000000000000D18 + UP 0x0000000000000F1A + DOWN 0x0000000000001722 + LEFT 0x000000000000121D + RIGHT 0x000000000000141F + OK 0x000000000000131E + TIMER 0x000000000000111C + MAX 0x0000000000001520 + REWIND 0x0000000000001924 + PLAY 0x0000000000001A25 + FFWD 0x0000000000001B26 + REC 0x0000000000001C27 + STOP 0x0000000000001D28 + PAUSE 0x0000000000001E29 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0pre1(atiusb) on Fri Nov 28 16:56:46 2003 +# +# contributed by Jason Piterak +# +# brand: ATI +# model no. of remote control: 5000022000 +# +# devices being controlled by this remote: +# MythTV PVR using knopmyth by Cecil and Dale at +# http://mysettopbox.tv +# Key map names are as per ATI's website: +# http://www.ati.com/support/connectors/remotecontrol/atiremotecontrolbutton=s.html +# Feel free to change them as you see fit :-) +# +# NOTE: There are 16 channels for this remote; this file only +# supports one channel. See the GATOS project for information +# on how to change the channel. Not tested. Unknown channel. +# +# also reported by Jeffrey Barnhill to work with model 5000023600 while +# the dedicated section below did not work + +begin remote + + name ATIUSB_5000022000 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0000 + gap 139891 + toggle_bit 0 + + + begin codes + a 0x000000000000C500 + b 0x000000000000C601 + power 0x000000000000C702 + tv 0x000000000000C803 + dvd 0x000000000000C904 + web 0x000000000000CA05 + media_library 0x000000000000CB06 + drag 0x000000000000CC07 + mouse-button_left 0x0000000000003D78 + mouse-button_right 0x000000000000417C + mouse-up 0x0000000000003772 + mouse-down 0x0000000000003873 + mouse-left 0x0000000000003570 + mouse-right 0x0000000000003671 + mouse-left_up 0x0000000000003974 + mouse-right_up 0x0000000000003A75 + mouse-left_down 0x0000000000003C77 + mouse-right_down 0x0000000000003B76 + vol-up 0x000000000000CD08 + vol-down 0x000000000000CE09 + mute 0x000000000000CF0A + chan-up 0x000000000000D00B + chan-down 0x000000000000D10C + 1 0x000000000000D20D + 2 0x000000000000D30E + 3 0x000000000000D40F + 4 0x000000000000D510 + 5 0x000000000000D611 + 6 0x000000000000D712 + 7 0x000000000000D813 + 8 0x000000000000D914 + 9 0x000000000000DA15 + 0 0x000000000000DC17 + dvd-root_menu 0x000000000000DB16 + launch_setup 0x000000000000DD18 + c 0x000000000000DE19 + d 0x000000000000E01B + tv_on_demand 0x000000000000E11C + max_window 0x000000000000E520 + cursor-up 0x000000000000DF1A + cursor-down 0x000000000000E722 + cursor-left 0x000000000000E21D + cursor-right 0x000000000000E41F + ok 0x000000000000E31E + e 0x000000000000E621 + f 0x000000000000E823 + rewind 0x000000000000E924 + play 0x000000000000EA25 + fast_forward 0x000000000000EB26 + record 0x000000000000EC27 + stop 0x000000000000ED28 + pause 0x000000000000EE29 + end codes + +end remote + +# +# this config file was automatically generated +# using lirc-0.7.0-CVS(atiusb) on Sat May 15 10:44:51 2004 +# +# contributed by Jurgen Kramer +# +# brand: ATI +# model no. of remote control: 5000023600 +# devices being controlled by this remote: MythTV 0.14 +# +# USB ID: 0bc7:0004 +# + +begin remote + + name ATIUSB_5000023600 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 227972 + min_repeat 4 + toggle_bit 0 + + + begin codes + 1 0x000000000000920D + 2 0x000000000000930E + 3 0x000000000000940F + 4 0x0000000000009510 + 5 0x0000000000009611 + 6 0x0000000000009712 + 7 0x0000000000009813 + 8 0x0000000000009914 + 9 0x0000000000009A15 + a 0x0000000000008500 + b 0x0000000000008601 + power 0x0000000000008702 + tv 0x0000000000008803 + dvd 0x0000000000008904 + web 0x0000000000008A05 + media_library 0x0000000000008B06 + drag 0x0000000000008C07 + 0 0x0000000000009C17 + c 0x0000000000009E19 + d 0x000000000000A01B + mute 0x0000000000008F0A + tv_on_demand 0x000000000000A11C + max_window 0x000000000000A520 + e 0x000000000000A621 + f 0x000000000000A823 + ok 0x000000000000A31E + left 0x000000000000A21D + right 0x000000000000A41F + up 0x0000000000009F1A + down 0x000000000000A722 + rewind 0x000000000000A924 + play 0x000000000000AA25 + forward 0x000000000000AB26 + record 0x000000000000AC27 + stop 0x000000000000AD28 + pause 0x000000000000AE29 + mouse_button_left 0x000000000000FD78 + mouse_button_right 0x000000000000017C + vol-down 0x0000000000008E09 + vol-up 0x0000000000008D08 + chan-down 0x000000000000910C + chan-up 0x000000000000900B + mouse-up 0x000000000000F772 + mouse-down 0x000000000000F873 + mouse-left 0x000000000000F570 + mouse-right 0x000000000000F671 + mouse-left_up 0x000000000000F974 + mouse-left_down 0x000000000000FC77 + mouse-right_up 0x000000000000FA75 + mouse-right_down 0x000000000000FB76 + dvd-root_menu 0x0000000000009B16 + launch_setup 0x0000000000009D18 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0(any) on Tue Mar 29 17:33:06 2005 +# +# contributed by Raphal Doursenaud (rdoursenaud@free.fr) +# +# brand: Sapphire (ATI) +# model no. of remote control: 5000023600 +# devices being controlled by this remote: xmms, tvtime +# + +begin remote + + name SAPPHIRE_ATIUSB_5000023600 + bits 40 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + gap 227990 + toggle_bit 0 + + + begin codes + 1 0x00000014E20D0000 + 2 0x00000014E30E0000 + 3 0x00000014E40F0000 + 4 0x00000014E5100000 + 5 0x00000014E6110000 + 6 0x00000014E7120000 + 7 0x00000014E8130000 + 8 0x00000014E9140000 + 9 0x00000014EA150000 + a 0x00000014D5000000 + b 0x00000014D6010000 + power 0x00000014D7020000 + tv 0x00000014D8030000 + dvd 0x00000014D9040000 + web 0x00000014DA050000 + media_library 0x00000014DB060000 + drag 0x00000014DC070000 + 0 0x00000014EC170000 + c 0x00000014EE190000 + d 0x00000014F01B0000 + mute 0x00000014DF0A0000 + tv_on_demand 0x00000014F11C0000 + max_window 0x00000014F5200000 + e 0x00000014F6210000 + f 0x00000014F8230000 + ok 0x00000014F31E0000 + left 0x00000014F21D0000 + right 0x00000014F41F0000 + up 0x00000014EF1A0000 + down 0x00000014F7220000 + rewind 0x00000014F9240000 + play 0x00000014FA250000 + forward 0x00000014FB260000 + record 0x00000014FC270000 + stop 0x00000014FD280000 + pause 0x00000014FE290000 + mouse_button_left 0x000000144D780000 + mouse_button_right 0x00000014517C0000 + vol-down 0x00000014DE090000 + vol-up 0x00000014DD080000 + chan-down 0x00000014E10C0000 + chan-up 0x00000014E00B0000 + mouse-up 0x0000001447720000 + mouse-down 0x0000001448730000 + mouse-left 0x0000001445700000 + mouse-right 0x0000001446710000 + mouse-left_up 0x0000001449740000 + mouse-left_down 0x000000144C770000 + mouse-right_up 0x000000144A750000 + mouse-right_down 0x000000144B760000 + dvd-root_menu 0x00000014EB160000 + launch_setup 0x00000014ED180000 + end codes + +end remote + + +# lircd.conf for X-10 Lola remote +# +# this config file was automatically generated +# using lirc-0.6.6(any) on Sat May 15 14:41:38 2004 +# matching MythTV configuration file at http://wendy.seltzer.org/mythtv/lircrc +# +# +# brand: X-10 Lola +# model no. of remote control: UR89A +# devices being controlled by this remote: mythtv +# + +begin remote + + name X-10_Lola + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 219972 + toggle_bit 0 + + + begin codes + up 0x000000000000600B + down 0x000000000000610C + left 0x0000000000005D08 + right 0x0000000000005E09 + M 0x0000000000005F0A + 1 0x000000000000620D + 2 0x000000000000630E + 3 0x000000000000640F + 4 0x0000000000006510 + 5 0x0000000000006611 + 6 0x0000000000006712 + 7 0x0000000000006813 + 8 0x0000000000006914 + 9 0x0000000000006A15 + 0 0x0000000000006C17 + a-d 0x0000000000006B16 + a-b 0x0000000000006D18 + pageup 0x000000000000711C + pagedown 0x0000000000007520 + T 0x000000000000832E + E 0x000000000000842F + F 0x0000000000005C07 + S 0x0000000000008530 + scan- 0x000000000000802B + rew 0x0000000000007924 + play 0x0000000000007A25 + ff 0x0000000000007B26 + scan+ 0x0000000000007F2A + rec 0x0000000000007C27 + stop 0x0000000000007D28 + pause 0x0000000000007E29 + playlist 0x0000000000005601 + playing 0x000000000000822D + enter 0x000000000000731E + eu 0x0000000000006F1A + ed 0x0000000000007722 + el 0x000000000000721D + er 0x000000000000741F + alb 0x0000000000006E19 + art 0x000000000000701B + gen 0x0000000000007621 + trk 0x0000000000007823 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0pre6(atiusb) on Fri Jul 9 10:08:10 2004 +# +# contributed by Julien Damon +# +# brand: microapp6in1 +# see http://www.microapp.com/fiche_produit.cfm?ref_produit=4184 +# distributed in France +# model no. of remote control: 4184(UR86E) +# devices being controlled by this remote: + +# +# sold by Pearl as Q-Sonic Master Remote 6in1 PC +# + +begin remote + + name microapp6in1 + bits 40 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + gap 203993 + toggle_bit 0 + + + begin codes + num_1 0x00000020EE11820D + num_2 0x00000020EE11420D + num_3 0x00000020EE11C20D + num_4 0x00000020EE11220D + num_5 0x00000020EE11A20D + num_6 0x00000020EE11620D + num_7 0x00000020EE11E20D + num_8 0x00000020EE11120D + num_9 0x00000020EE11920D + num_0 0x00000020EE11020D + AV 0x00000020EE11BA05 + ok 0x00000020EE11520D + up 0x00000020EE11D50A + left 0x00000020EE11D20D + right 0x00000020EE11D10E + down 0x00000020EE11D30C + exit 0x00000020EE11C906 + menu 0x00000020EE11B609 + mute 0x00000020EE11A00F + vol+ 0x00000020EE11600F + vol- 0x00000020EE11E00F + ch+ 0x00000020EE11400F + ch- 0x00000020EE11C00F + hand 0x00000014307B0000 + skip_left 0x00000020EE113A05 + skip_right 0x00000020EE11D807 + play 0x00000020EE11B00F + backward 0x00000020EE113807 + forward 0x00000020EE11B807 + pause 0x00000020EE11720D + stop 0x00000020EE11FF00 + record 0x00000020EE11700F + clic_left 0x000000142D780000 + clic_right 0x00000014317C0000 + mouse_up 0x0000001427720000 + mouse_down 0x0000001428730000 + mouse_right 0x0000001426710000 + mouse_left 0x0000001425700000 + mouse_up_right 0x000000142A750000 + mouse_down_right 0x000000142B760000 + mouse_up_left 0x0000001429740000 + mouse_down_left 0x000000142C770000 + power 0x00000020EE11F00F +# additional codes reported by Daniel Beyer for Q-Sonic Master Remote 6in1 PC + leftbtn_up 0x000000142e790000 + rightbtn_up 0x00000014327d0000 + pc 0x00000020ee11d40b + + end codes + +end remote + + +# this config file was automatically generated +# using lirc-0.7.0pre7(atiusb) on Tue Aug 31 21:16:31 2004 +# +# contributed by Martin Tomasek +# +# brand: ATI Remote Wonder +# model no. of remote control: +# devices being controlled by this remote: ATI USB Receiver (X10). +# +# * remote is set to channel 1, driver reports channel 16. don't know +# which is true. + +# +# P: Vendor=0bc7 ProdID=0004 Rev= 1.00 +# S: Manufacturer=X10 Wireless Technology Inc +# S: Product=USB Receiver +# + +begin remote + + name atiusb_ch1 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 227933 + toggle_bit 0 + + + begin codes + A 0x000000000000D500 + B 0x000000000000D601 + C 0x000000000000EE19 + D 0x000000000000F01B + E 0x000000000000F621 + F 0x000000000000F823 + POWER 0x000000000000D702 + TV 0x000000000000D803 + DVD 0x000000000000D904 + WEB 0x000000000000DA05 + BOOK 0x000000000000DB06 + HAND 0x000000000000DC07 + MOUSE_LEFT_BTN 0x0000000000004D78 + MOUSE_RIGHT_BTN 0x000000000000517C + MOUSE_LEFT 0x0000000000004570 + MOUSE_RIGHT 0x0000000000004671 + MOUSE_UP 0x0000000000004772 + MOUSE_DOWN 0x0000000000004873 + VOL_UP 0x000000000000DD08 + VOL_DOWN 0x000000000000DE09 + MUTE 0x000000000000DF0A + CH_UP 0x000000000000E00B + CH_DOWN 0x000000000000E10C + 1 0x000000000000E20D + 2 0x000000000000E30E + 3 0x000000000000E40F + 4 0x000000000000E510 + 5 0x000000000000E611 + 6 0x000000000000E712 + 7 0x000000000000E813 + 8 0x000000000000E914 + 9 0x000000000000EA15 + 0 0x000000000000EC17 + LIST 0x000000000000EB16 + CHECK 0x000000000000ED18 + UP 0x000000000000EF1A + DOWN 0x000000000000F722 + LEFT 0x000000000000F21D + RIGHT 0x000000000000F41F + OK 0x000000000000F31E + TIMER 0x000000000000F11C + MAXIMIZE 0x000000000000F520 + REW 0x000000000000F924 + FFWD 0x000000000000FB26 + PLAY 0x000000000000FA25 + STOP 0x000000000000FD28 + RECORD 0x000000000000FC27 + PAUSE 0x000000000000FE29 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0pre4(atiusb) on Tue Nov 9 12:37:00 2004 +# +# contributed by Phil Speights +# +# brand: nvidia +# model no. of remote control: UR88A +# devices being controlled by this remote: nvidia personal cinema +# + +begin remote + + name ATIUSB_UR88A + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 243948 + toggle_bit 0 + + + begin codes + mouse-up 0x4A75 + mouse-right_up 0x4A75 + mouse-right 0x4671 + mouse-right_down 0x4B76 + mouse-down 0x4B76 + mouse-left_down 0x4873 + mouse-left 0x4C77 + mouse-left_up 0x4772 + esc 0xDF0A + mouse-button_left 0x4D78 + mouse-button_right 0x517C + 1 0xE20D + 2 0xE30E + 3 0xE40F + 4 0xE510 + 5 0xE611 + 6 0xE712 + 7 0xE813 + 8 0xE914 + 9 0xEA15 + 0 0xEC17 + stop 0xFD28 + play 0xFA25 + fastfoward 0xFB26 + rewind 0xF924 + pause 0xFE29 + record 0xFC27 + previous 0xF621 + next 0xF823 + up 0xEF1A + down 0xF722 + right 0xF41F + left 0xF21D + web 0xDC07 + music 0xDB06 + photo 0xDA05 + dvd/vcd 0xD904 + dvr 0xD803 + mute 0xD500 + playlist 0xD601 + chsurf 0xD702 + dvdmenu 0xEE19 + txt 0xEB16 + snapshots 0xED18 + setup 0xF01B + audio 0xF11C + slow 0xF520 + ok 0xF31E + vol+ 0xDE09 + vol- 0xDD08 + chan- 0xE10C + chan+ 0xE00B + zoom 0xFF2A + angle 0x002B + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0(atiusb) on Sun Jan 23 11:18:36 2005 +# +# contributed by Dirk Aust +# +# brand: Medion, Made by X10, China +# Remote P/N: 20016398 +# Receiver P/N: 20016397 +# +# bundled with bundled with Titanium TD8008 and TD8080 Aldi PC + +begin remote + + name Medion + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 139873 + toggle_bit 0 + + + begin codes + TV 0x012C + VCR 0x022D + DVD 0xD904 + MUSIC 0xDB06 + RADIO 0x032E + PHOTO 0xDA05 + TV_PREVIEW 0x042F + CHANNEL_LIST 0x0530 + SETUP 0xF01B + VIDEO_DESKTOP 0x0631 + CHAN+ 0xE00B + VOL- 0xDD08 + MUTE 0xD500 + VOL+ 0xDE09 + CHAN- 0xE10C + RED 0x0732 + GREEN 0x0833 + YELLOW 0x0934 + BLUE 0x0A35 + TXT 0xEB16 + 1 0xE20D + 2 0xE30E + 3 0xE40F + 4 0xE510 + 5 0xE611 + 6 0xE712 + 7 0xE813 + 8 0xE914 + 9 0xEA15 + TV/RADIO 0xF11C + 0 0xEC17 + DELETE 0xF520 + RENAME 0x0B36 + SNAPSHOT 0xED18 + UP 0xEF1A + LEFT 0xF21D + OK 0xF31E + RIGHT 0xF41F + DOWN 0xF722 + ACQ_IMAGE 0x0C37 + EDIT_IMAGE 0x0D38 + REW 0xF924 + PLAY 0xFA25 + FFW 0xFB26 + RECORD 0xFC27 + STOP 0xFD28 + PAUSE 0xFE29 + PREV 0xF621 + FULL 0x0E39 + NEXT 0xF823 + DVD_MENU 0xEE19 + DVD_AUDIO 0x0F3A + POWER 0xD702 + end codes + +end remote + + +# this config file was automatically generated +# using lirc-0.7.0(atiusb) on Sat Feb 12 13:22:29 2005 +# +# contributed by Steffen +# +# brand: ATI Sapphire Remote Bob II USB +# model no. of remote control: 5000024400 +# devices being controlled by this remote: ASUS Digimatrix MythTV PVR +# + +begin remote + + name 5000024400 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x0 + post_data_bits 16 + post_data 0x0 + gap 299851 + toggle_bit 0 + + + begin codes + aux1 0x023F + aux2 0x023F + aux3 0x023F + aux4 0x023F + leftmouse 0x02A9 + rightmouse 0x02AA + a 0x0278 + b 0x0279 + power 0x020C + dvd 0x0238 + tv 0x0239 + help 0x02BE + pc 0x023F + resize 0x02D5 + hand 0x02D0 + ati 0x028E + vol-up 0x0210 + vol-down 0x0211 + mute 0x020D + chan-up 0x0220 + chan-down 0x0221 + mouse-up 0x013F + mouse-down 0x013F + mouse-left 0x013F + mouse-right 0x013F + 1 0x0201 + 2 0x0202 + 3 0x0203 + 4 0x0204 + 5 0x0205 + 6 0x0206 + 7 0x0207 + 8 0x0208 + 9 0x0209 + 0 0x0200 + list 0x0254 + check 0x0282 + info 0x02F9 + timer 0x0296 + up 0x0258 + left 0x025A + right 0x025B + down 0x0259 + ok 0x025C + c 0x017A + d 0x027B + play 0x022C + e 0x027C + f 0x027D + rewind 0x0229 + rec 0x0237 + stop 0x0231 + pause 0x0230 + ffwd 0x0228 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0(any) on Sun Jan 16 14:58:13 2005 +# +# contributed by +# +# brand: Niveus +# model no. of remote control: +# devices being controlled by this remote: Niveus X10 +# + +begin remote + + name Niveus_X10 + bits 40 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + gap 203974 + toggle_bit 0 + + + begin codes + power 0x00000020EE11F00F + mouse-up 0x0000001447720000 + mouse-down 0x0000001448730000 + mouse-left 0x0000001445700000 + mouse-right 0x0000001446710000 + mouse-up-left 0x0000001449740000 + mouse-up-right 0x000000144A750000 + mouse-down-left 0x000000144C770000 + mouse-down-right 0x000000144B760000 + mouse-left-click 0x000000144D780000 + mouse-right-click 0x00000014517C0000 + mouse-drag 0x00000014507B0000 + vol- 0x00000020EE01E00F + vol+ 0x00000020EE81600F + ch- 0x00000020EEE1C00F + ch+ 0x00000020EE61400F + mute 0x00000020EEC1A00F + 1 0x00000020EEA1820D + 2 0x00000020EE61420D + 3 0x00000020EEE1C20D + 4 0x00000020EE41220D + 5 0x00000020EEC1A20D + 6 0x00000020EE81620D + 7 0x00000020EE01E20D + 8 0x00000020EE31120D + 9 0x00000020EEB1920D + ent 0x00000020EE71520D + 0 0x00000020EE21020D + a-b 0x00000020EED1BA05 + a 0x00000020EE513A05 + b 0x00000020EEF1D807 + c 0x00000020EEF1D609 + d 0x00000020EEF1D906 + menu 0x00000020EED1B609 + exit 0x00000020EEE1C906 + up 0x00000020EEF1D50A + down 0x00000020EEF1D30C + left 0x00000020EEF1D20D + right 0x00000020EEF1D10E + ok 0x00000020EE71520D + rew 0x00000020EE513807 + play 0x00000020EED1B00F + ff 0x00000020EED1B807 + rec 0x00000020EE11FF00 + stop 0x00000020EE91700F + pause 0x00000020EE91720D + end codes + +end remote + + +# +# this config file was manually generated +# Time-stamp: <2006-11-09 10:15:33 root> +# +# contributed by Heike C. Zimmerer +# +# brand: Medion MD95700 DVB-T USB box RF remote +# driver: lirc_atiusb +# +# +# Remote ID +# +# You can give your remote a unique ID and instruct lirc_atiusb +# to only accept signals from specific IDs and mask out the others. +# +# To set the ID, hold the select buttun (the only transparent one, +# positioned betwenn volume up/down and channel up/down) down until +# the LED begins to blink. Then enter the channel number (1 through +# 16) and press the button again. +# +# By counting the blinks, you can read out the actual ID your remote +# currently is set to. +# +# Loading the lirc_atiusb driver with "unique=1,mask=0x10" makes it +# recognize only ID 5. Each bit in the mask corresponds to one ID, +# counting from Bit #0 = ID #1 up to Bit #15 = ID #16. So "mask=0x21" +# will let it recognize both IDs #6 and #1, "mask=8" connects only to +# ID #4, and "mask=0xffff" accepts all. +# +# +# UP and DOWN acceleration +# +# the "up" and "down" key names have a trailing underscore followed by +# numbers from 0 to 7 to reflect the motion speed of the up/down +# wheel. You might remove both characters if you aren't interested in +# getting acceleration values. + + +begin remote + + name ATIUSB_MEDION_MD95700 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 139944 + toggle_bit_mask 0x80800000 + + begin codes + 1 0x628d + 2 0x638e + 3 0x648f + 4 0x6590 + 5 0x6691 + 6 0x6792 + 7 0x6893 + 8 0x6994 + 9 0x6a95 + 0 0x6c97 + Power 0xd702 + TV 0x81ac + Video 0x82ad + CD/DVD 0x5984 + Teletext 0x6b96 + Audio 0x5b86 + Radio 0x83ae + Guide 0x86b1 + Photo 0x5a85 + Info 0x84af + Menu 0x6e99 + left 0x729d + up_0 0x4d78 + up_1 0x4e79 + up_2 0x4f7a + up_3 0x507b + up_4 0x517c + up_5 0x527d + up_6 0x537e + up_7 0x547f + down_0 0x4570 + down_1 0x4671 + down_2 0x4772 + down_3 0x4873 + down_4 0x4974 + down_5 0x4a75 + down_6 0x4b76 + down_7 0x4c77 + Click 0xf31e + right 0x749f + Back 0xf520 + Vol+ 0xde09 + Vol- 0xdd08 + Select 0xf01b + P+ 0xe00b + P- 0xe10c + Mute 0x5580 + Zap 0x719c + Red/Audio 0x87b2 + Green/Subtitle 0x88b3 + Yellow/Angle 0x89b4 + Blue/Title 0x8ab5 + Stop 0x7da8 + Pause 0x7ea9 + Play 0x7aa5 + SkipBack 0x76a1 + Folder 0x6d98 + SkipForward 0x78a3 + Rewind 0x79a4 + Record 0x7ca7 + FastForward 0x7ba6 + + end codes +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.0(atiusb) on Tue Nov 22 15:41:40 2005 +# +# contributed by a_matteur +# +# brand: MEDION X10 RF +# model no. of remote control: remote P/N:20014752, receiver P/N:20014751 +# devices being controlled by this remote: +# + +begin remote + + name MEDION_X10_RF + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 235923 + toggle_bit 0 + + + begin codes + tv 0x012C + vcr 0x022D + dvd 0x0904 + music 0x0B06 + radio 0x032E + photo 0x0A05 + tvpreview 0x042F + channellist 0x0530 + setup 0x001B + videodesktop 0x0631 + ch+ 0x000B + ch- 0x010C + vol+ 0x0E09 + vol- 0x0D08 + mute 0x0500 + red 0x0732 + green 0x0833 + yellow 0x0934 + blue 0x0A35 + txt 0x0B16 + 0 0x0C17 + 1 0x020D + 2 0x030E + 3 0x040F + 4 0x0510 + 5 0x0611 + 6 0x0712 + 7 0x0813 + 8 0x0914 + 9 0x0A15 + tvradio 0x011C + delete 0x0520 + rename 0x0B36 + snapshot 0x0D18 + up 0x0F1A + down 0x0722 + left 0x021D + right 0x041F + ok 0x031E + acquireimage 0x0C37 + editimage 0x0D38 + play 0x0A25 + pause 0x0E29 + stop 0x0D28 + forward 0x0B26 + rewind 0x0924 + next 0x0823 + prev 0x0621 + record 0x0C27 + fullscreen 0x0E39 + dvdmenu 0x0E19 + dvdaudio 0x0F3A + power 0x0702 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.2(atiusb) on Wed Dec 21 18:36:45 2005 +# +# contributed by: Peter J. Weyers +# +# brand: MEDION / ATI +# model no. of remote control: 40005927 +# devices being controlled by this remote: +# +# This is an USB attached reciever wich works by radio, not by IR. It is +# most probably a relabeled ATI X10 device and sold together with the +# Medion Notebook MD41300. It works with the lirc_atiusb driver while the +# ati_remote module is NOT(!) loaded + +begin remote + + name MEDION_40005927 + bits 40 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + gap 227972 + toggle_bit 0 + + + begin codes + TV_DVD 0x1481AC0000 + VIDEO 0x1482AD0000 + PHOTO 0x1459840000 + MUSIC 0x145B860000 + PC 0x1483AE0000 + MUTE 0x1455800000 + OK 0x14739E0000 + UP 0x146F9A0000 + DOWN 0x1477A20000 + LEFT 0x14729D0000 + RIGHT 0x14749F0000 + CH+ 0x145E890000 + CH- 0x145D880000 + VOL+ 0x14608B0000 + VOL- 0x14618C0000 + PLAY_PAUSE 0x147AA50000 + RECORD 0x147CA70000 + STOP 0x147DA80000 + FRWND 0x1479A40000 + FFWD 0x147BA60000 + PREV 0x1476A10000 + NEXT 0x1478A30000 + 1 0x14628D0000 + 2 0x14638E0000 + 3 0x14648F0000 + 4 0x1465900000 + 5 0x1466910000 + 6 0x1467920000 + 7 0x1468930000 + 8 0x1469940000 + 9 0x146A950000 + 0 0x146C970000 + RC 0x1484AF0000 + Screen_Symbol 0x146B960000 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.7.1pre2(any) on Tue Aug 22 20:53:57 2006 +# +# contributed by Patrick-Thomas Chmielewski (www.ptch.de) +# +# brand: Medion X10 +# model no. of remote control: P/N 40009936 +# devices being controlled by this remote: P/N 40009937 +# + +begin remote + + name Medion_X10 + bits 40 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + gap 227969 + min_repeat 2 + toggle_bit_mask 0x80800000 + + + begin codes + ok 0x14F31E0000 + power 0x14D7020000 + tv 0x1481AC0000 + video 0x1482AD0000 + cd 0x1459840000 + txt 0x146B960000 + audio 0x145B860000 + radio 0x1483AE0000 + book 0x1486B10000 + photo 0x145A850000 + info 0x1484AF0000 + menu 0x146E990000 + up 0x14CDF80000 + down 0x14C5F00000 + left 0x14729D0000 + right 0x14749F0000 + return 0x1475A00000 + vol+ 0x145E890000 + vol- 0x145D880000 + mute 0x1455800000 + ch+ 0x14608B0000 + ch- 0x14618C0000 + last 0x14719C0000 + red 0x1487B20000 + green 0x1488B30000 + yellow 0x1409340000 + blue 0x140A350000 + stop 0x147DA80000 + pause 0x14FE290000 + play 0x14FA250000 + back 0x14F6210000 + time 0x146D980000 + next 0x14F8230000 + rew 0x14F9240000 + rec 0x147CA70000 + ff 0x14FB260000 + 1 0x14E20D0000 + 2 0x14E30E0000 + 3 0x14E40F0000 + 4 0x14E5100000 + 5 0x14E6110000 + 6 0x14E7120000 + 7 0x14E8130000 + 8 0x14E9140000 + 9 0x14EA150000 + 0 0x14EC170000 + end codes + +end remote + +# +# this config file was hand crafted for +# lirc-0.8.0(atiusb) on Sun June 11 22:49:23 2006 +# +# contributed by Ted Schipper +# +# brand: Medion 8802 +# Remote P/N: 20029724 +# Receiver P/N: 20024123 +# model no. of remote control: Medion RF remote +# devices being controlled by this remote: Medion 8802 Multimedia Home Entertainment Design Center +# + +begin remote + + name Medion_8802 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 227999 + min_repeat 5 + toggle_bit_mask 0x80800000 + + + begin codes + Line_TV 0x719C + Rec_TV 0x6D98 + On/Standby 0xD702 + Photo 0x5A85 + Music 0x5B86 + Guide 0x0631 + DVD_Menu 0x5984 + Video 0x022D + Text 0x6B96 + RED/Audio 0x0732 + YELLOW/Angle 0x0934 + BLUE/Title 0x0A35 + GREEN/Subtitle 0x0833 + Vol+ 0x5E89 + Vol- 0x5D88 + Up 0x6F9A + Down 0x77A2 + Left 0x729D + Right 0x749F + Ok 0x739E + Mute 0x5580 + Ch+ 0x608B + Ch- 0x618C + 1 0x628D + 2 0x638E + 3 0x648F + 4 0x6590 + 5 0x6691 + 6 0x6792 + 7 0x6893 + 8 0x6994 + 9 0x6A95 + * 0x0C37 + 0 0x6C97 + # 0x0D38 + Back 0x75A0 + Info 0x042F + Select 0x709B + Rewind 0x79A4 + Play 0x7AA5 + Fast_Forward 0x7BA6 + Pause 0x7EA9 + Start 0x76A1 + End 0x78A3 + Stop 0x7DA8 + Record 0x7CA7 + end codes + +end remote + + + + +# this config file was automatically generated +# using lirc-0.8.0(atiusb) on Mon Dec 11 20:45:22 2006 +# +# contributed by Wim Lemmers +# +# brand: Medion +# model no. of remote control: OR24E RF MCE Remote Control +# devices being controlled by this remote: Mythtv Linux +# + +begin remote + + name Medion_OR24E + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 228011 + min_repeat 3 + toggle_bit 0 + + + begin codes + on_off 0xD702 + teletext 0xEB16 + yellow 0x89B4 + red 0x0732 + green 0x88B3 + blue 0x0A35 + tv_rec 0x6D98 + dvd 0xD904 + epg 0x86B1 + tv 0xF11C + back 0x75A0 + info 0x042F + vol+ 0x5E89 + vol- 0xDD08 + mute 0x5580 + prog+ 0xE00B + prog- 0x618C + up 0xEF1A + down 0x77A2 + left 0xF21D + right 0x749F + ok 0xF31E + windows 0x709B + previous 0xF621 + next 0x78A3 + backward 0xF924 + forward 0x7BA6 + play 0xFA25 + stop 0x7DA8 + still 0xFE29 + record 0x7CA7 + 1 0xE20D + 2 0x638E + 3 0xE40F + 4 0x6590 + 5 0xE611 + 6 0x6792 + 7 0xE813 + 8 0x6994 + 9 0xEA15 + 0 0x6C97 + * 0x0C37 + # 0x8DB8 + clear 0x0530 + enter 0x8BB6 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.1pre5(default) on Tue Mar 6 19:31:31 2007 +# +# contributed by Harald Wild - www.wild-technology.de +# +# brand: Q-Sonic Master Remote PC / TV +# model no. of remote control: Art.Nr. PE-9999 +# frequency: 433.92 MHz +# distributor Germany: PEARL AGENCY - www.pearl.de +# devices being controlled by this remote: MythTv +# + +begin remote + + name Q-Sonic_Master_Remote + bits 40 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + gap 203972 + toggle_bit 0 + + + begin codes + POWER 0x20EE11F00F + MouseLEFT 0x1449740000 + MouseRIGHT 0x1446710000 + MouseUP 0x1447720000 + MouseDOWN 0x1448730000 + MouseButtonLEFT 0x144D780000 + MouseButtonRIGHT 0x14517C0000 + Volume+ 0x20EE81600F + Volume- 0x20EE01E00F + Channel+ 0x20EE61400F + Channel- 0x20EEE1C00F + M 0x20EEC1A00F + 1 0x20EEA1820D + 2 0x20EE61420D + 3 0x20EEE1C20D + 4 0x20EE41220D + 5 0x20EEC1A20D + 6 0x20EE81620D + 7 0x20EE01E20D + 8 0x20EE31120D + 9 0x20EEB1920D + 0 0x20EE21020D + -/-- 0x20EE71520D + AV 0x20EED1BA05 + MENU 0x20EED1B609 + EXIT 0x20EEE1C906 + VideoTextLO 0x20EED1B609 + VideoTextRO 0x20EEE1C906 + VideoTextLU 0x20EE513A05 + VideoTextRU 0x20EEF1D807 + UP 0x20EEF1D50A + DOWN 0x20EEF1D30C + LEFT 0x20EEF1D20D + RIGHT 0x20EEF1D10E + OK 0x20EE71520D + PLAY 0x20EED1B00F + << 0x20EE513807 + >> 0x20EED1B807 + REC 0x20EE11FF00 + STOP 0x20EE91700F + PAUSE 0x20EE91720D + end codes + +end remote + + +# This config file was automatically generated +# using lirc-0.8.2-CVS(lirc_atiusb) on Wed Feb 10.03.2007 +# +# contributed by boris64 (me@boris64.net ;) +# +# brand: "AR Remote Control MCE" +# "Made in China by X10" +# grey/silver colored with "MS-Logo" +# model no.: "1040050" +# +# devices being controlled by this remote: +# PCs running "Microsoft MediaCenterEdition(?)" +# +# some pictures/infos of this remote can be found here: +# -> http://www.mce-community.de/forum/index.php?showtopic=11652&hl=x +# -> http://cgi.ebay.de/MCE-Fernbedienung-WINDOWS-XP-Media-Center-Zertifiziert_W0QQitemZ8810664119QQcategoryZ38861QQrdZ1QQcmdZViewItem +# + +begin remote + + name AR_Remote_Control_MCE + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 227995 + toggle_bit_mask 0x80800000 + + begin codes + POWER 0xD702 + RED 0x87B2 + YELLOW 0x0934 + GREEN 0x88B3 + BLUE 0x0A35 + TELETEXT 0x6B96 + BACKSPACE 0xF520 + INFO 0x84AF + UP 0xEF1A + LEFT 0x729D + RIGHT 0xF41F + DOWN 0x77A2 + OK 0xF31E + TIMESHIFT 0x6D98 + EPG 0x0631 + TV/FM 0x719C + CD/DVD 0xD904 + M$LOGO 0x709B + VOL+ 0xDE09 + VOL- 0x5D88 + CHAN+ 0xE00B + CHAN- 0x618C + MUTE 0xD500 + PREV 0x76A1 + NEXT 0xF823 + REW 0x79A4 + PLAY 0xFA25 + FFW 0x7BA6 + RECORD 0xFC27 + STOP 0x7DA8 + PAUSE 0xFE29 + 1 0x628D + 2 0xE30E + 3 0x648F + 4 0xE510 + 5 0x6691 + 6 0xE712 + 7 0x6893 + 8 0xE914 + 9 0x6A95 + 0 0xEC17 + * 0x8CB7 + HASH 0x0D38 + CLEAR 0x85B0 + ENTER 0x0B36 + end codes +end remote +# +# this config file was automatically generated +# using lirc-0.8.1(default) on Sun May 27 19:55:56 2007 +# +# contributed by Revertive +# +# brand: Toshiba X10 +# model no. of remote control: PX1246E-1ETC +# devices being controlled by this remote: PC(Hauppage PVR-500) +# + +begin remote + + name Toshiba_X10 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 228000 + min_repeat 11 + toggle_bit 0 + + + begin codes + power 0xD702 + red 0x87B2 + yellow 0x0934 + green 0x88B3 + blue 0x0A35 + teletext 0x6B96 + back 0xF520 + info 0x84AF + up 0xEF1A + down 0x77A2 + left 0xF21D + right 0x749F + ok 0xF31E + recordings 0x6D98 + dvds 0x5984 + tvguide 0x0631 + livetv 0x719C + volume+ 0x5E89 + volume- 0xDD08 + channel+ 0x608B + channel- 0x618C + start 0xF01B + mute 0x5580 + rewind 0x76A1 + forward 0xF823 + next 0x79A4 + prev 0xFB26 + play 0x7AA5 + record 0xFC27 + stop 0x7DA8 + pause 0xFE29 + 1 0x628D + 2 0xE30E + 3 0x648F + 4 0xE510 + 5 0x6691 + 6 0xE712 + 7 0x6893 + 8 0xE914 + 9 0x6A95 + 0 0xEC17 + * 0x8CB7 + # 0x0D38 + clear 0x85B0 + enter 0x0B36 + end codes + +end remote + +# +# this config file was automatically generated +# using lirc-0.8.2-CVS(atilibusb) on Fri Jun 8 13:19:29 2007 +# +# contributed by +# +# brand: +# model no. of remote control: ATI/X10 RF USB Remote Control v. 2.2.1 +# devices being controlled by this remote: +# +# comes with Packard Bell MC9667 +# + +begin remote + + name ATI_REMOTE_2_2_1 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 139999 + toggle_bit_mask 0x0 + + begin codes + POWER 0xD702 + TV 0xEB16 + RED 0x88B3 + GREEN 0x0732 + YELLOW 0x89B4 + BLUE 0x0A35 + TV2 0x81AC + CAMCORDER 0x022D + MUSIC 0x5B86 + CAMERA 0xDA05 + TVRECORDER 0x6D98 + CD 0xD904 + EQUALIZER 0x86B1 + TVPLAYER 0xF11C + BACK 0x75A0 + INFORMATION 0x042F + TOP 0x6F9A + LEFT 0xF21D + OK 0x739E + RIGHT 0xF41F + DOWN 0x77A2 + SOUNDPLUS 0xDE09 + SOUNDMINUS 0x5D88 + WINDOB 0xF01B + CHANNELUP 0x608B + CHANNELDOWN 0xE10C + MUTE 0x5580 + RECORD 0xFC27 + STOP 0x7DA8 + PAUSE 0xFE29 + REWIND 0x79A4 + PLAY 0xFA25 + FORWARD 0x7BA6 + BACKREWIND 0xF621 + BACKFORWARD 0x78A3 + 1 0xE20D + 2 0x638E + 3 0xE40F + 4 0x6590 + 5 0xE611 + 6 0x6792 + 7 0xE813 + 8 0x6994 + 9 0xEA15 + ASTERISK 0x8CB7 + 0 0xEC17 + DIESE 0x8DB8 + CLEAR 0x0530 + ENTER 0x8BB6 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.2(default) on Sun Aug 12 02:13:30 2007 +# +# contributed by Ben Adler @ gmx dot net +# +# brand: Medion / X10 (part of http://www.medion.de/md8824/) +# remote control: RF Vista Remote Control (OR24V) +# P/N: 2003 5335 +# devices being controlled by this remote: USB RF remote receiver (CM20E), P/N 2003 1776 + +begin remote + + name Medion_X10 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 227978 + toggle_bit_mask 0x80800000 + + begin codes + red 0x87B2 + yellow 0x0934 + blue 0x8AB5 + green 0x0833 + power 0xD702 + text 0xEB16 + tvrecord 0x6D98 + disc 0xD904 + table 0x86B1 + tvplay 0xF11C + back 0x75A0 + info 0x042F + volume_up 0x5E89 + volume_down 0xDD08 + mute 0x5580 + channel_up 0xE00B + channel_down 0x618C + cursor_up 0xEF1A + cursor_down 0x77A2 + cursor_left 0xF21D + cursor_right 0x749F + ok 0xF31E + start 0x709B + track_previous 0xF621 + track_next 0x78A3 + record 0xFC27 + pause 0x7EA9 + stop 0xFD28 + seek_backward 0x79A4 + play 0xFA25 + seek_forward 0x7BA6 + 1 0xE20D + 2 0x638E + 3 0xE40F + 4 0x6590 + 5 0xE611 + 6 0x6792 + 7 0xE813 + 8 0x6994 + 9 0xEA15 + 0 0x6C97 + asterisk 0x0C37 + hash 0x8DB8 + clear 0x0530 + enter 0x8BB6 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.2(default) on Sat Sep 1 00:44:52 2007 +# +# contributed by Michael Groe Burlage mburlage@web.de +# +# brand: Medion X10 +# model no. of remote control: PN 40013224 +# devices being controlled by this remote: Medion MD97000 +# + +begin remote + + name Medion_X10 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 235987 + toggle_bit_mask 0x80800000 + + begin codes + power 0xD702 + tvrecordings 0xED18 + epg 0x86B1 + tv 0xF11C + dvd 0x5984 + red 0x0732 + green 0x88B3 + yellow 0x0934 + blue 0x8AB5 + mute 0xD500 + teletext 0x6B96 + vol+ 0x5E89 + vol- 0xDD08 + up 0x6F9A + down 0xF722 + left 0x729D + right 0xF41F + ok 0x739E + ch+ 0xE00B + ch- 0xE10C + back 0x75A0 + info 0x042F + option 0x709B + prev 0xF621 + next 0x78A3 + rew 0xF924 + play 0x7AA5 + forw 0xFB26 + rec 0x7CA7 + stopp 0xFD28 + pause 0x7EA9 + 1 0xE20D + 2 0x638E + 3 0xE40F + 4 0x6590 + 5 0xE611 + 6 0x6792 + 7 0xE813 + 8 0x6994 + 9 0xEA15 + 0 0x6C97 + asterisk 0x0C37 + clear 0x85B0 + enter 0x0B36 + raute 0x8DB8 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.1(default) on Sun Jun 17 20:19:04 2007 +# +# contributed by +# +# brand: Jasco +# model no. of remote control: 97685T +# devices being controlled by this remote: USB Wireless Reciever Model 97685R - (lirc_atiusb) +# -> Not Infrared <- + +begin remote + + name Jasco_97685T + bits 24 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 16 + pre_data 0x20EE + gap 203971 + toggle_bit 0 + + + begin codes + last 0x11F20D + chan+ 0x61400F + chan- 0xE1C00F + vol- 0x01E00F + vol+ 0x81600F + mute 0xC1A00F + 1 0xA1820D + 2 0x61420D + 3 0xE1C20D + 4 0x41220D + 5 0xC1A20D + 6 0x81620D + 7 0x01E20D + 8 0x31120D + 9 0xB1920D + 0 0x21020D + enter 0x71520D + A-B 0xD1BA05 + A 0x513A05 + B 0xF1D807 + C 0xF1D609 + D 0xF1D40B + menu 0xD1B609 + exit 0xE1C906 + up 0xF1D50A + down 0xF1D30C + left 0xF1D20D + right 0xF1D10E + ok 0x71520D + rew 0x513807 + play 0xD1B00F + ff 0xD1B807 + pause 0x91720D + stop 0x91700F + rec 0x11FF00 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.2(default) on Sun Jan 27 13:32:13 2008 +# +# contributed by Frank Reimann, Berlin (capital city of Germany) +# +# brand: Toshiba +# +# model no. of remote control: Toshiba MCE Remote Control (X10), +# model no. PX1246E-1ETC, model type OR23E, +# Universal Remote Control +# +# devices being controlled by this remote: +# RF USB receiver: X10 Wireless Technology, Inc. +# Manufacturer: X10 WTI (Made in China by X10) +# USB Vendor Id: 0bc7, +# USB Product Id: 0006, +# Revision Number: 1.00 +# Toshiba MCE Remote Control Receiver, +# model no. PX1246E-1ETC, model type: CM23E +# +# Hint: +# ~~~~~ +# This remote control has two codes per button (see toggle_bit_mask below; XOR). +# A button toggles between two states like a toggle switch every time it is +# pressed. +# The state of a key changes everytime it is pressed and the appropriate code +# for the new state is send to the receiver. +# If both codes are assigned to the same button name then this button behaves +# like a push-button. Both button codes are accepted for the same button name +# when option toggle_bit_mask is enabled. +# +# One more tip: +# ~~~~~~~~~~~~~ +# You should add a line with "options lirc_atiusb repeat=15" to the distribution +# specific module parameters file (like /etc/modules.conf +# or /etc/modprobe.conf) for an accurate key recognition. Consult the +# documentation of your distribution for further information concerning module +# parameters. +# Two or more button codes are sent in case default value "repeat=10" is used +# and when a button is pressed once. You can try greater values for slower +# button code repetition. +# +# More driver options (module parameters) and additional information are shown +# with command "modinfo lirc_atiusb". + +begin remote + + name Toshiba_PX1246E-1ETC + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 235969 + toggle_bit_mask 0x80800000 + + + begin codes + + STANDBY 0x5782 + RED 0x0732 + YELLOW 0x0934 + GREEN 0x0833 + TELETEXT 0x6B96 + BLUE 0x0A35 + BACKSPACE 0x75A0 + INFO 0x042F + UP 0x6F9A + LEFT 0x729D + OK 0x739E + RIGHT 0x749F + DOWN 0x77A2 + TIMESHIFT 0x6D98 + GUIDE 0x0631 + LIVE 0x719C + DVD 0x5984 + VOLUME+ 0x5E89 + VOLUME- 0x5D88 + SYSTEM-LOGO 0x709B + CHANNEL+ 0x608B + CHANNEL- 0x618C + MUTE 0x5580 + PREVIOUS 0x76A1 + NEXT 0x78A3 + REWIND 0x79A4 + PLAY 0x7AA5 + FAST-FORWARD 0x7BA6 + RECORD 0x7CA7 + STOP 0x7DA8 + PAUSE 0x7EA9 + 1 0x628D + 2 0x638E + 3 0x648F + 4 0x6590 + 5 0x6691 + 6 0x6792 + 7 0x6893 + 8 0x6994 + 9 0x6A95 + ASTERISK 0x0C37 + 0 0x6C97 + HASHMARK 0x0D38 + CLEAR 0x0530 + ENTER 0x0B36 + + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.2(default) on Wed Feb 6 01:32:32 2008 +# +# contributed by +# +# brand: Snapstream Firefly +# model no. of remote control: R1000 +# devices being controlled by this remote: +# + +begin remote + + name Snapstream_Firefly_R1000 + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 235978 + toggle_bit_mask 0x80800000 + + begin codes + maximize 0x81AC + close 0xD702 + 1 0x628D + 2 0xE30E + 3 0x648F + 4 0xE510 + 5 0x6691 + 6 0xE712 + 7 0x6893 + 8 0xE914 + 9 0x6A95 + 0 0xEC17 + back 0x6B96 + ent 0xED18 + volup 0x5E89 + voldown 0xDD08 + mute 0x5F8A + chup 0xE00B + chdown 0x618C + firefly 0xD500 + info 0x83AE + option 0x042F + up 0x6F9A + down 0xF722 + left 0x729D + right 0xF41F + ok 0x739E + menu 0xF11C + exit 0x75A0 + rec 0xFC27 + play 0x7AA5 + stop 0xFD28 + rew 0x79A4 + prev 0x002B + pause 0x7EA9 + ffwd 0xFB26 + next 0x7FAA + music 0xDB06 + photo 0x5A85 + dvd 0xD904 + tv 0x5883 + video 0xDC07 + help 0x5681 + mouse 0x022D + a 0x6E99 + b 0xF01B + c 0x76A1 + d 0xF823 + end codes + +end remote + + +# +# this config file was automatically generated +# using lirc-0.8.2(default) on Thu Oct 4 17:42:33 2007 +# +# contributed by +# +# brand: Medion +# model no. of remote control: MD1 NBC Remote Control P/N:40008282 +# devices being controlled by this remote: X10 +# + +begin remote + + name Medion_MD1_NBC_Remote + bits 16 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + pre_data_bits 8 + pre_data 0x14 + post_data_bits 16 + post_data 0x0 + gap 219976 + min_repeat 1 + toggle_bit_mask 0x80800000 + + begin codes + ONOFF 0xD702 + TV 0x81AC + Video 0x022D + CDDVD 0x5984 + Txt 0xEB16 + Audio 0x5B86 + Radio 0x032E + Book 0x86B1 + Photo 0xDA05 + Info 0x84AF + Menu 0xEE19 + Back 0x75A0 + Left 0xF21D + Right 0x749F + RollUp1 0x4D78 + RollUp2 0xCEF9 + RollUp3 0x4F7A + RollUp4 0xD1FC + RollDown1 0x4570 + RollDown2 0xC5F0 + RollDown3 0xC7F2 + RollDown4 0x4A75 + Enter 0xF31E + VolUp 0x5E89 + VolDown 0xDD08 + Mute 0x5580 + Select 0xF01B + ProgUp 0x608B + ProgDown 0xE10C + Invers 0x719C + MAudio 0x0732 + MSubtitle 0x88B3 + MAngle 0x0934 + MTitle 0x8AB5 + Stop 0xFD28 + Pause 0x7EA9 + Play 0xFA25 + Previous 0x76A1 + Picture 0xED18 + Next 0x78A3 + FastRewind 0xF924 + REC 0x7CA7 + FastForward 0xFB26 + 1 0x628D + 2 0xE30E + 3 0x648F + 4 0xE510 + 5 0x6691 + 6 0xE712 + 7 0x6893 + 8 0xE914 + 9 0x6A95 + 0 0xEC17 + end codes + +end remote + + +begin remote + + name Snapstream Firefly + bits 40 + eps 30 + aeps 100 + + one 0 0 + zero 0 0 + gap 219964 + toggle_bit 0 + + + begin codes + MAXI 0x0000001481AC0000 + MAXI 0x00000014012C0000 + CLOSE 0x00000014D7020000 + CLOSE 0x0000001457820000 + 1 0x00000014628D0000 + 1 0x00000014E20D0000 + 2 0x00000014E30E0000 + 2 0x00000014638E0000 + 3 0x00000014648F0000 + 3 0x00000014E40F0000 + 4 0x00000014E5100000 + 4 0x0000001465900000 + 5 0x0000001466910000 + 5 0x00000014E6110000 + 6 0x00000014E7120000 + 6 0x0000001467920000 + 7 0x0000001468930000 + 7 0x00000014E8130000 + 8 0x00000014E9140000 + 8 0x0000001469940000 + 9 0x000000146A950000 + 9 0x00000014EA150000 + 0 0x00000014EC170000 + 0 0x000000146C970000 + BACK 0x000000146B960000 + BACK 0x00000014EB160000 + ENT 0x00000014ED180000 + ENT 0x000000146D980000 + VOL+ 0x000000145E890000 + VOL+ 0x00000014DE090000 + VOL- 0x000000145D880000 + VOL- 0x00000014DD080000 + MUTE 0x000000145F8A0000 + MUTE 0x00000014DF0A0000 + FIREFLY 0x0000001455800000 + FIREFLY 0x00000014D5000000 + CH+ 0x00000014608B0000 + CH+ 0x00000014E00B0000 + CH- 0x00000014618C0000 + CH- 0x00000014E10C0000 + INFO 0x0000001483AE0000 + INFO 0x00000014032E0000 + OPTION 0x0000001484AF0000 + OPTION 0x00000014042F0000 + UP 0x000000146F9A0000 + UP 0x00000014EF1A0000 + LEFT 0x00000014729D0000 + LEFT 0x00000014F21D0000 + DOWN 0x0000001477A20000 + DOWN 0x00000014F7220000 + RIGHT 0x00000014749F0000 + RIGHT 0x00000014F41F0000 + OK 0x00000014739E0000 + OK 0x00000014F31E0000 + MENU 0x00000014719C0000 + MENU 0x00000014F11C0000 + EXIT 0x0000001475A00000 + EXIT 0x00000014F5200000 + REC 0x00000014FC270000 + REC 0x000000147CA70000 + PLAY 0x00000014FA250000 + PLAY 0x000000147AA50000 + STOP 0x00000014FD280000 + STOP 0x000000147DA80000 + REW 0x00000014F9240000 + REW 0x0000001479A40000 + FWD 0x00000014FB260000 + FWD 0x000000147BA60000 + PREV 0x00000014002B0000 + PREV 0x0000001480AB0000 + PAUSE 0x00000014FE290000 + PAUSE 0x000000147EA90000 + NEXT 0x00000014FF2A0000 + NEXT 0x000000147FAA0000 + MUSIC 0x00000014DB060000 + MUSIC 0x000000145B860000 + PHOTOS 0x00000014DA050000 + PHOTOS 0x000000145A850000 + DVD 0x00000014D9040000 + DVD 0x0000001459840000 + TV 0x00000014D8030000 + TV 0x0000001458830000 + VIDEO 0x00000014DC070000 + VIDEO 0x000000145C870000 + HELP 0x00000014D6010000 + HELP 0x0000001456810000 + MOUSE 0x00000014022D0000 + MOUSE 0x0000001482AD0000 + A 0x00000014EE190000 + A 0x000000146E990000 + B 0x00000014F01B0000 + B 0x00000014709B0000 + C 0x00000014F6210000 + C 0x0000001476A10000 + D 0x00000014F8230000 + D 0x0000001478A30000 + end codes + +end remote + --- lirc-0.8.7.orig/debian/patches/13-warning-cleanup +++ lirc-0.8.7/debian/patches/13-warning-cleanup @@ -0,0 +1,48 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 13-warning-cleanup.dpatch by Mario Limonciello +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Remove build time debug messages for kernel drivers + +@DPATCH@ +Index: lirc.ubuntu/drivers/lirc_serial/lirc_serial.c +=================================================================== +--- lirc.ubuntu.orig/drivers/lirc_serial/lirc_serial.c 2010-05-07 07:53:43.000000000 -0500 ++++ lirc.ubuntu/drivers/lirc_serial/lirc_serial.c 2010-08-19 09:21:51.371898791 -0500 +@@ -64,15 +64,6 @@ + #include + #endif + +-#if defined(CONFIG_SERIAL) || defined(CONFIG_SERIAL_8250) +-#warning "******************************************" +-#warning " Your serial port driver is compiled into " +-#warning " the kernel. You will have to release the " +-#warning " port you want to use for LIRC with: " +-#warning " setserial /dev/ttySx uart none " +-#warning "******************************************" +-#endif +- + #include + #include + #include +Index: lirc.ubuntu/drivers/lirc_sir/lirc_sir.c +=================================================================== +--- lirc.ubuntu.orig/drivers/lirc_sir/lirc_sir.c 2010-03-17 09:16:16.000000000 -0500 ++++ lirc.ubuntu/drivers/lirc_sir/lirc_sir.c 2010-08-19 09:22:19.583901432 -0500 +@@ -48,16 +48,6 @@ + #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33) + #include + #endif +-#if !defined(CONFIG_SERIAL_MODULE) +-#if !defined(LIRC_ON_SA1100) +-#warning "******************************************" +-#warning " Your serial port driver is compiled into " +-#warning " the kernel. You will have to release the " +-#warning " port you want to use for LIRC with: " +-#warning " setserial /dev/ttySx uart none " +-#warning "******************************************" +-#endif +-#endif + + #include + #include --- lirc-0.8.7.orig/debian/patches/02_Makefile.in +++ lirc-0.8.7/debian/patches/02_Makefile.in @@ -0,0 +1,59 @@ +prevent autotools from getting run on every build. + +(C) 2006 Hector Garcia +(C) 2008 Stefan Lippers-Hollmann , rediffed + +Index: lirc.ubuntu/Makefile.in +=================================================================== +--- lirc.ubuntu.orig/Makefile.in 2010-07-10 22:56:41.000000000 -0500 ++++ lirc.ubuntu/Makefile.in 2010-08-19 09:21:10.479901557 -0500 +@@ -103,12 +103,8 @@ + GZIP_ENV = --best + distuninstallcheck_listfiles = find . -type f -print + distcleancheck_listfiles = find . -type f -print +-ACLOCAL = @ACLOCAL@ + AMTAR = @AMTAR@ + AR = @AR@ +-AUTOCONF = @AUTOCONF@ +-AUTOHEADER = @AUTOHEADER@ +-AUTOMAKE = @AUTOMAKE@ + AWK = @AWK@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +@@ -266,18 +262,6 @@ + am--refresh: + @: + $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +- @for dep in $?; do \ +- case '$(am__configure_deps)' in \ +- *$$dep*) \ +- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ +- $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ +- && exit 0; \ +- exit 1;; \ +- esac; \ +- done; \ +- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ +- $(am__cd) $(top_srcdir) && \ +- $(AUTOMAKE) --gnu Makefile + .PRECIOUS: Makefile + Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ +@@ -293,9 +277,7 @@ + $(SHELL) ./config.status --recheck + + $(top_srcdir)/configure: $(am__configure_deps) +- $(am__cd) $(srcdir) && $(AUTOCONF) + $(ACLOCAL_M4): $(am__aclocal_m4_deps) +- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + $(am__aclocal_m4_deps): + + config.h: stamp-h1 +@@ -308,7 +290,6 @@ + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h + $(srcdir)/config.h.in: $(am__configure_deps) +- ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + --- lirc-0.8.7.orig/debian/patches/lirc-in-kernel-ioctls.patch +++ lirc-0.8.7/debian/patches/lirc-in-kernel-ioctls.patch @@ -0,0 +1,114 @@ +Index: lirc.ubuntu/drivers/lirc.h +=================================================================== +--- lirc.ubuntu.orig/drivers/lirc.h 2010-09-04 18:38:45.968615685 -0500 ++++ lirc.ubuntu/drivers/lirc.h 2010-09-04 19:59:43.096647932 -0500 +@@ -11,6 +11,7 @@ + #define __USE_LINUX_IOCTL_DEFS + #include + #endif ++#include + + /* */ + #define PULSE_BIT 0x01000000 +@@ -95,60 +96,60 @@ + + /*** IOCTL commands for lirc driver ***/ + +-#define LIRC_GET_FEATURES _IOR('i', 0x00000000, unsigned long) ++#define LIRC_GET_FEATURES _IOR('i', 0x00000000, __u32) + +-#define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, unsigned long) +-#define LIRC_GET_REC_MODE _IOR('i', 0x00000002, unsigned long) +-#define LIRC_GET_SEND_CARRIER _IOR('i', 0x00000003, unsigned int) +-#define LIRC_GET_REC_CARRIER _IOR('i', 0x00000004, unsigned int) +-#define LIRC_GET_SEND_DUTY_CYCLE _IOR('i', 0x00000005, unsigned int) +-#define LIRC_GET_REC_DUTY_CYCLE _IOR('i', 0x00000006, unsigned int) +-#define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, unsigned int) +- +-#define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, lirc_t) +-#define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, lirc_t) +- +-#define LIRC_GET_MIN_FILTER_PULSE _IOR('i', 0x0000000a, lirc_t) +-#define LIRC_GET_MAX_FILTER_PULSE _IOR('i', 0x0000000b, lirc_t) +-#define LIRC_GET_MIN_FILTER_SPACE _IOR('i', 0x0000000c, lirc_t) +-#define LIRC_GET_MAX_FILTER_SPACE _IOR('i', 0x0000000d, lirc_t) ++#define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32) ++#define LIRC_GET_REC_MODE _IOR('i', 0x00000002, __u32) ++#define LIRC_GET_SEND_CARRIER _IOR('i', 0x00000003, __u32) ++#define LIRC_GET_REC_CARRIER _IOR('i', 0x00000004, __u32) ++#define LIRC_GET_SEND_DUTY_CYCLE _IOR('i', 0x00000005, __u32) ++#define LIRC_GET_REC_DUTY_CYCLE _IOR('i', 0x00000006, __u32) ++#define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, __u32) ++ ++#define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, __u32) ++#define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, __u32) ++ ++#define LIRC_GET_MIN_FILTER_PULSE _IOR('i', 0x0000000a, __u32) ++#define LIRC_GET_MAX_FILTER_PULSE _IOR('i', 0x0000000b, __u32) ++#define LIRC_GET_MIN_FILTER_SPACE _IOR('i', 0x0000000c, __u32) ++#define LIRC_GET_MAX_FILTER_SPACE _IOR('i', 0x0000000d, __u32) + + /* code length in bits, currently only for LIRC_MODE_LIRCCODE */ +-#define LIRC_GET_LENGTH _IOR('i', 0x0000000f, unsigned long) ++#define LIRC_GET_LENGTH _IOR('i', 0x0000000f, __u32) + + /* all values set should be reset by the driver when the device is + reopened */ + + /* obsolete: drivers only support one mode */ +-#define LIRC_SET_SEND_MODE _IOW('i', 0x00000011, unsigned long) ++#define LIRC_SET_SEND_MODE _IOW('i', 0x00000011, __u32) + /* obsolete: drivers only support one mode */ +-#define LIRC_SET_REC_MODE _IOW('i', 0x00000012, unsigned long) ++#define LIRC_SET_REC_MODE _IOW('i', 0x00000012, __u32) + /* Note: these can reset the according pulse_width */ +-#define LIRC_SET_SEND_CARRIER _IOW('i', 0x00000013, unsigned int) +-#define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, unsigned int) +-#define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, unsigned int) +-#define LIRC_SET_REC_DUTY_CYCLE _IOW('i', 0x00000016, unsigned int) +-#define LIRC_SET_TRANSMITTER_MASK _IOW('i', 0x00000017, unsigned int) ++#define LIRC_SET_SEND_CARRIER _IOW('i', 0x00000013, __u32) ++#define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32) ++#define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, __u32) ++#define LIRC_SET_REC_DUTY_CYCLE _IOW('i', 0x00000016, __u32) ++#define LIRC_SET_TRANSMITTER_MASK _IOW('i', 0x00000017, __u32) + + /* a value of 0 disables all hardware timeouts and data should be + reported as soon as possible */ +-#define LIRC_SET_REC_TIMEOUT _IOW('i', 0x00000018, lirc_t) ++#define LIRC_SET_REC_TIMEOUT _IOW('i', 0x00000018, __u32) + /* 1 enables, 0 disables timeout reports in MODE2 */ +-#define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, unsigned int) ++#define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, __u32) + + /* pulses shorter than this are filtered out by hardware (software + emulation in lirc_dev/lircd?) */ +-#define LIRC_SET_REC_FILTER_PULSE _IOW('i', 0x0000001a, lirc_t) ++#define LIRC_SET_REC_FILTER_PULSE _IOW('i', 0x0000001a, __u32) + /* spaces shorter than this are filtered out by hardware (software + emulation in lirc_dev/lircd?) */ +-#define LIRC_SET_REC_FILTER_SPACE _IOW('i', 0x0000001b, lirc_t) ++#define LIRC_SET_REC_FILTER_SPACE _IOW('i', 0x0000001b, __u32) + /* if filter cannot be set independently for pulse/space, this should + be used */ +-#define LIRC_SET_REC_FILTER _IOW('i', 0x0000001c, lirc_t) ++#define LIRC_SET_REC_FILTER _IOW('i', 0x0000001c, __u32) + + /* if enabled from the next key press on the driver will send + LIRC_MODE2_FREQUENCY packets */ +-#define LIRC_SET_MEASURE_CARRIER_MODE _IOW('i', 0x0000001d, unsigned int) ++#define LIRC_SET_MEASURE_CARRIER_MODE _IOW('i', 0x0000001d, __u32) + + /* + * to set a range use +@@ -157,8 +158,8 @@ + * LIRC_SET_REC_DUTY_CYCLE/LIRC_SET_REC_CARRIER with the upper bound + */ + +-#define LIRC_SET_REC_DUTY_CYCLE_RANGE _IOW('i', 0x0000001e, unsigned int) +-#define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, unsigned int) ++#define LIRC_SET_REC_DUTY_CYCLE_RANGE _IOW('i', 0x0000001e, __u32) ++#define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) + + #define LIRC_NOTIFY_DECODE _IO('i', 0x00000020) + --- lirc-0.8.7.orig/debian/patches/series +++ lirc-0.8.7/debian/patches/series @@ -0,0 +1,4 @@ +02_Makefile.in +13-warning-cleanup +lirc-in-kernel-ioctls.patch +updated-driver-names.patch --- lirc-0.8.7.orig/debian/patches/updated-driver-names.patch +++ lirc-0.8.7/debian/patches/updated-driver-names.patch @@ -0,0 +1,32 @@ +Index: lirc.ubuntu/doc/lirc.hwdb +=================================================================== +--- lirc.ubuntu.orig/doc/lirc.hwdb 2010-08-19 10:14:09.887897634 -0500 ++++ lirc.ubuntu/doc/lirc.hwdb 2010-08-19 10:22:58.943989392 -0500 +@@ -117,7 +117,6 @@ + ADSTech USBX-707 USB IR Blaster;usbx;none;hw_usbx;adstech/lircd.conf.usbx-707; + Apple Mac mini USB IR Receiver;macmini;none;hw_macmini;apple/lircd.conf.macmini; + Asus DH USB Remote;asusdh;none;hw_asusdh;asus/lircd.conf.asusdh; +-ATI/NVidia/X10 I & II RF Remote;atiusb;lirc_dev lirc_atiusb;hw_default;atiusb/lircd.conf.atiusb; + ATI/NVidia/X10 RF Remote (userspace);atilibusb;none;hw_atilibusb;atiusb/lircd.conf.atilibusb; + Aureal ATWF@83-W001 ESKY.CC remote;atwf83;none;hw_atwf83;aureal/lircd.conf.atwf83; + Awox RF/IR Remote (userspace);awlibusb;none;hw_awlibusb;awlibusb/lircd.conf.awlibusb; +@@ -137,7 +136,6 @@ + Remotec Multimedia PC Remote BW6130;bw6130;none;hw_bw6130;remotec/lircd.conf.BW6130; + Samsung USB IR Receiver;samsung;none;hw_samsung;samsung/lircd.conf.samsung; + Sasem OnAir Remocon-V;sasem;lirc_dev lirc_sasem;hw_default;sasem/lircd.conf.sasem; +-Snapstream Firefly;atiusb;lirc_dev lirc_atiusb;hw_default;atiusb/lircd.conf.atiusb; + Sound Blaster Extigy USB sound card (exaudio);exaudio;none;hw_default;; + Sound Blaster Extigy/Audigy 2 NX (ALSA snd-usb-audio);alsa_usb;none;hw_alsa_usb;creative/lircd.conf.alsa_usb; + Soundgraph iMON 2.4G DT & LT;imon_24g;lirc_dev lirc_imon;hw_default;imon/lircd.conf.imon-2.4g; +@@ -146,9 +144,9 @@ + Soundgraph iMON Knob;imon_knob;lirc_dev lirc_imon;hw_default;imon/lircd.conf.imon-knob; + Soundgraph iMON PAD IR/VFD;imon_pad;lirc_dev lirc_imon;hw_default;imon/lircd.conf.imon-pad; + Soundgraph iMON RSC;imon_rsc;lirc_dev lirc_imon;hw_default;imon/lircd.conf.imon-rsc; +-Streamzap PC Remote;streamzap;lirc_dev lirc_streamzap;hw_default;streamzap/lircd.conf.streamzap; ++Streamzap PC Remote;streamzap;lirc_dev streamzap;hw_default;streamzap/lircd.conf.streamzap; + TechnoTrend USB IR receiver;ttusbir;lirc_dev lirc_ttusbir;hw_default;; + USB-UIRT;usb_uirt_raw;none;hw_usb_uirt_raw;; + VLSystem MPlay Blast;mplay;none;hw_mplay;vlsystem/lircd.conf.mplay; + VLSystem MPlay Mini;mplay;none;hw_mplay;vlsystem/lircd.conf.mplay; +-Windows Media Center Transceivers/Remotes (all);mceusb;lirc_dev lirc_mceusb;hw_default;mceusb/lircd.conf.mceusb; ++Windows Media Center Transceivers/Remotes (all);mceusb;lirc_dev mceusb;hw_default;mceusb/lircd.conf.mceusb;