Package: lirc Version: 0.7.1pre1-2.1 Severity: wishlist Tags: patch
Hi, Build-depending on libusb-dev allows lircd to support the userspace driver for ATI USB remotes (amongst others). The attached patch enables this, along with ALSA support (I'm not sure what that gives) and split-up X11 dependencies. Regards, Stephen -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.9-sk2.2 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages lirc depends on: ii debconf [debconf-2.0] 1.4.30.11 Debian configuration management sy ii dialog 1.0-20050116-1 Displays user-friendly dialog boxe ii libasound2 1.0.8-1 ALSA library ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii liblircclient0 0.7.1pre1-2 LIRC client library ii libusb-0.1-4 1:0.1.8-17 Userspace USB programming library -- debconf information: lirc/take_care_of_old_config: * lirc/install_devices: true * lirc/reconfigure: false lirc/lircmd_conf: lirc/remove_var-log-lircd: true lirc/driver: atilibusb lirc/should-use-IntelliMouse: lirc/cflags: -DLIRC_SERIAL_SOFTCARRIER lirc/irq: none lirc/lircd_conf: lirc/port: none lirc/device: /dev/lirc lirc/timer: 65536 lirc/modules:
diff -ur lirc-0.7.1pre1.orig/debian/control lirc-0.7.1pre1/debian/control --- lirc-0.7.1pre1.orig/debian/control 2005-02-08 10:21:07.000000000 +0100 +++ lirc-0.7.1pre1/debian/control 2005-02-08 10:06:38.000000000 +0100 @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Amaya Rodrigo Sastre <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.2.20), xlibs-dev, svgalibg1-dev [i386], libirman-dev, autotools-dev, devscripts, dpatch +Build-Depends: debhelper (>= 4.2.20), libusb-dev, libasound2-dev, libice-dev, libsm-dev, libx11-dev, svgalibg1-dev [i386], libirman-dev, autotools-dev, devscripts, dpatch Standards-Version: 3.6.1.0 Uploaders: Manuel Estrada Sainz <[EMAIL PROTECTED]>, Pierre Machard <[EMAIL PROTECTED]>, Riku Voipio <[EMAIL PROTECTED]>

