Page MenuHomeSolus

D978.id9032.diff
No OneTemporary

D978.id9032.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -100,10 +100,8 @@
liblirc.so.0:get_ir_remote
liblirc.so.0:get_release_data
liblirc.so.0:get_release_time
+liblirc.so.0:get_server_version
liblirc.so.0:get_void_array
-liblirc.so.0:glob_t_add_path
-liblirc.so.0:glob_t_free
-liblirc.so.0:glob_t_init
liblirc.so.0:hexdump
liblirc.so.0:hw_choose_driver
liblirc.so.0:hw_print_drivers
@@ -162,6 +160,7 @@
liblirc.so.0:send_buffer_sum
liblirc.so.0:send_ir_ncode
liblirc.so.0:set_release_suffix
+liblirc.so.0:set_waitfordata_func
liblirc.so.0:string2loglevel
liblirc.so.0:trigger_release_event
liblirc.so.0:tty_clear
@@ -220,6 +219,12 @@
liblirc_driver.so.0:curl_poll
liblirc_driver.so.0:curlx_tvdiff
liblirc_driver.so.0:decode_all
+liblirc_driver.so.0:drv_enum_add_udev_info
+liblirc_driver.so.0:drv_enum_free
+liblirc_driver.so.0:drv_enum_glob
+liblirc_driver.so.0:drv_enum_globs
+liblirc_driver.so.0:drv_enum_udev
+liblirc_driver.so.0:drv_enum_usb
liblirc_driver.so.0:find_longest_match
liblirc_driver.so.0:get_code_by_name
liblirc_driver.so.0:get_decoding
@@ -228,6 +233,8 @@
liblirc_driver.so.0:get_ir_remote
liblirc_driver.so.0:get_release_data
liblirc_driver.so.0:get_release_time
+liblirc_driver.so.0:glob_t_add_path
+liblirc_driver.so.0:glob_t_init
liblirc_driver.so.0:hexdump
liblirc_driver.so.0:init_sim
liblirc_driver.so.0:ir_remote_init
@@ -264,6 +271,7 @@
liblirc_driver.so.0:send_buffer_sum
liblirc_driver.so.0:send_ir_ncode
liblirc_driver.so.0:set_release_suffix
+liblirc_driver.so.0:set_waitfordata_func
liblirc_driver.so.0:string2loglevel
liblirc_driver.so.0:trigger_release_event
liblirc_driver.so.0:tty_clear
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -4,9 +4,12 @@
libdl.so.2
libftdi1.so.2
libgcc_s.so.1
+libm.so.6
libportaudio.so.2
libpthread.so.0
+libpython3.6m.so.1.0
libstdc++.so.6
+libsystemd.so.0
libudev.so.1
libusb-0.1.so.4
libusb-1.0.so.0
diff --git a/files/lirc.sysusers b/files/lirc.sysusers
new file mode 100644
--- /dev/null
+++ b/files/lirc.sysusers
@@ -0,0 +1,5 @@
+g lirc - - -
+u lirc - "LIRC Service User" /var/log/lirc
+m lirc input
+m lirc lock
+m lirc dialout
diff --git a/files/lirc.tmpfiles b/files/lirc.tmpfiles
--- a/files/lirc.tmpfiles
+++ b/files/lirc.tmpfiles
@@ -1 +1 @@
-d /var/run/lirc 0755 root root -
+d /var/run/lirc 0755 lirc lirc 10d
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : lirc
-version : 0.9.4d
-release : 2
+version : 0.10.1
+release : 3
source :
- - https://netcologne.dl.sourceforge.net/project/lirc/LIRC/0.9.4d/lirc-0.9.4d.tar.bz2 : c68f18c35b489b865c0a741d119b136e8702191538cd3551b977a7af6c4e41ab
-license : GPL-2.0
+ - https://netcologne.dl.sourceforge.net/project/lirc/LIRC/0.10.1/lirc-0.10.1.tar.bz2 : 8b753c60df2a7f5dcda2db72c38e448ca300c3b4f6000c1501fcb0bd5df414f2
+license : GPL-2.0-or-later
component : system.utils
summary : Linux Infrared Remote Control utilities
description: |
@@ -18,10 +18,18 @@
- pkgconfig(python3)
- pkgconfig(x11)
setup : |
- %configure --disable-static
+ sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc
+
+ %configure --disable-static \
+ --with-lockdir=/var/lock/lockdev
build : |
%make
install : |
%make_install
- install -Dm644 $pkgfiles/lirc.tmpfiles $installdir%libdir%/tmpfiles.d/lirc.conf
+ install -Dm 00644 $pkgfiles/lirc.tmpfiles $installdir%libdir%/tmpfiles.d/lirc.conf
+ install -Dm 00644 $pkgfiles/lirc.sysusers $installdir%libdir%/sysusers.d/lirc.conf
+ install -Dm 00644 contrib/60-lirc.rules $installdir%libdir%/udev/rules.d/60-lirc.rules
+ install -Dm 00644 contrib/99-remote-control-lirc.rules $installdir%libdir%/udev/rules.d/99-remote-control-lirc.rules
+
+ rm -rf $installdir/var/run
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,10 @@
<Source>
<Name>lirc</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-or-later</License>
<PartOf>system.utils</PartOf>
<Summary xml:lang="en">Linux Infrared Remote Control utilities</Summary>
<Description xml:lang="en">LIRC is a package that supports receiving and sending IR signals
@@ -29,41 +29,42 @@
<Path fileType="config">/etc/lirc/lircd.conf.d/README.conf.d</Path>
<Path fileType="config">/etc/lirc/lircd.conf.d/devinput.lircd.conf</Path>
<Path fileType="config">/etc/lirc/lircmd.conf</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/baseview.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/baseview.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/choosers.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/choosers.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/config.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/config.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/database.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/database.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/mvc_control.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/mvc_control.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/mvc_model.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/mvc_model.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/mvc_view.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/mvc_view.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/util.cpython-36.opt-1.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/__pycache__/util.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/baseview.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/choosers.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/config.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/configs</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/database.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/lirc-setup</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/lirc-setup.ui</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/mvc_control.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/mvc_model.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/mvc_view.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lirc/util.py</Path>
+ <Path fileType="executable">/usr/bin/ircat</Path>
+ <Path fileType="executable">/usr/bin/irdb-get</Path>
+ <Path fileType="executable">/usr/bin/irexec</Path>
+ <Path fileType="executable">/usr/bin/irpipe</Path>
+ <Path fileType="executable">/usr/bin/irpty</Path>
+ <Path fileType="executable">/usr/bin/irrecord</Path>
+ <Path fileType="executable">/usr/bin/irsend</Path>
+ <Path fileType="executable">/usr/bin/irsimreceive</Path>
+ <Path fileType="executable">/usr/bin/irsimsend</Path>
+ <Path fileType="executable">/usr/bin/irtestcase</Path>
+ <Path fileType="executable">/usr/bin/irtext2udp</Path>
+ <Path fileType="executable">/usr/bin/irw</Path>
+ <Path fileType="executable">/usr/bin/irxevent</Path>
+ <Path fileType="executable">/usr/bin/lirc-config-tool</Path>
+ <Path fileType="executable">/usr/bin/lirc-init-db</Path>
+ <Path fileType="executable">/usr/bin/lirc-lsremotes</Path>
+ <Path fileType="executable">/usr/bin/lirc-make-devinput</Path>
+ <Path fileType="executable">/usr/bin/lirc-setup</Path>
+ <Path fileType="executable">/usr/bin/lircrcd</Path>
+ <Path fileType="executable">/usr/bin/mode2</Path>
+ <Path fileType="executable">/usr/bin/pronto2lirc</Path>
+ <Path fileType="executable">/usr/bin/xmode2</Path>
<Path fileType="library">/usr/lib/systemd/system/irexec.service</Path>
<Path fileType="library">/usr/lib/systemd/system/lircd-setup.service</Path>
<Path fileType="library">/usr/lib/systemd/system/lircd-uinput.service</Path>
<Path fileType="library">/usr/lib/systemd/system/lircd.service</Path>
<Path fileType="library">/usr/lib/systemd/system/lircd.socket</Path>
<Path fileType="library">/usr/lib/systemd/system/lircmd.service</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib64/libirrecord.so.0</Path>
+ <Path fileType="library">/usr/lib64/libirrecord.so.0.0.0</Path>
+ <Path fileType="library">/usr/lib64/liblirc.so.0</Path>
+ <Path fileType="library">/usr/lib64/liblirc.so.0.0.0</Path>
+ <Path fileType="library">/usr/lib64/liblirc_client.so.0</Path>
+ <Path fileType="library">/usr/lib64/liblirc_client.so.0.6.0</Path>
+ <Path fileType="library">/usr/lib64/liblirc_driver.so.0</Path>
+ <Path fileType="library">/usr/lib64/liblirc_driver.so.0.3.0</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/accent.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/alsa_usb.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/atilibusb.so</Path>
@@ -82,7 +83,6 @@
<Path fileType="library">/usr/lib64/lirc/plugins/ea65.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/file.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/ftdi.so</Path>
- <Path fileType="library">/usr/lib64/lirc/plugins/ftdix.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/girs.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/hiddev.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/i2cuser.so</Path>
@@ -98,7 +98,6 @@
<Path fileType="library">/usr/lib64/lirc/plugins/pinsys.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/pixelview.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/silitek.so</Path>
- <Path fileType="library">/usr/lib64/lirc/plugins/slinke.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/srm7500libusb.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/tira.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/udp.so</Path>
@@ -106,18 +105,355 @@
<Path fileType="library">/usr/lib64/lirc/plugins/uirt2_raw.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/usbx.so</Path>
<Path fileType="library">/usr/lib64/lirc/plugins/zotac.so</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/baseview.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/baseview.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/choosers.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/choosers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/mvc_control.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/mvc_control.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/mvc_model.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/mvc_model.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/mvc_view.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/mvc_view.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/util.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/__pycache__/util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/baseview.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/choosers.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/configs</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/lirc-setup</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/lirc-setup.ui</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/mvc_control.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/mvc_model.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/mvc_view.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc-setup/util.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__init__.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/__init__.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/async_client.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/async_client.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/client.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/client.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/database.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/database.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/paths.cpython-36.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/__pycache__/paths.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/_client.so</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/async_client.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/client.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/database.py</Path>
+ <Path fileType="library">/usr/lib64/python3.6/site-packages/lirc/paths.py</Path>
+ <Path fileType="library">/usr/lib64/sysusers.d/lirc.conf</Path>
<Path fileType="library">/usr/lib64/tmpfiles.d/lirc.conf</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/lirc</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="library">/usr/lib64/udev/rules.d/60-lirc.rules</Path>
+ <Path fileType="library">/usr/lib64/udev/rules.d/99-remote-control-lirc.rules</Path>
+ <Path fileType="executable">/usr/sbin/lirc-lsplugins</Path>
+ <Path fileType="executable">/usr/sbin/lircd</Path>
+ <Path fileType="executable">/usr/sbin/lircd-setup</Path>
+ <Path fileType="executable">/usr/sbin/lircd-uinput</Path>
+ <Path fileType="executable">/usr/sbin/lircmd</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/VERSION</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/html/lirc.css</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/html/table.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/images/atwf83.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/images/diode.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/images/lirc.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/images/marb18.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/irxevent.keys</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/PCB.pdf</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/api-docs</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/audio-alsa.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/cir.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/cvs.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/developers.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/faq.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/favicon.ico</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/git.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/NEWS.txt</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/alsa-usb.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/api-general.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/atilibusb.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/atwf83.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/audio-alsa.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/audio.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/configuration-guide.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/configure.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/default.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/devinput.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/driver-api.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/empty_toc.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/file.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/ftdi.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/ftdix.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/girs.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/help.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/imon-24g.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/imon.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/index.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/install.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/irtoy.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/lirc.css</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/lirc_client.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/no-api-docs.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/plugins-index.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/programs-overview.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/programs.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/pronto2lirc.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/srm7500atilibusb.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/table.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/technical.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/tira.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/html/udp.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/IR-mouse1.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/IR-mouse2.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/atwf83.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/audio_transmitter.png</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/audio_wave.png</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/banner_en_1.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/better_transmitter.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/d.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/diode.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/favicon.ico</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/front.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/improved_transmitter.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/ir-audio.png</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/irrcv_board.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/lirc.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/lirc1.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/lirc2.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/lirc3.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/lirclogo.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/marb18.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/schematics.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/screenshot.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/screenshot.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/screenshot1.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/simple_transmitter.gif</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/top3.jpg</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/images/tsop173x.png</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/improved_transmitter.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/index.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/ir-audio.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/irda.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/lirc.css</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/mirrors.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/parallel.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/pictures.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/pictures1.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/pictures2.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/pinout_TRM1038.txt</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/receivers.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/robots.txt</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/software.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/transmitters.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/lirc.org/tv_cards.html</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/Makefile</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/README</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/driver-toc.xsl</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/empty_index.tmpl</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/index.tmpl</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/lirc.css</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/make-ext-driver-toc.sh</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/page.xsl</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/plugpage.xsl</Path>
+ <Path fileType="doc">/usr/share/doc/lirc/plugindocs/var</Path>
+ <Path fileType="data">/usr/share/lirc/configs/accent.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/act200l.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/act220l.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/adaptec.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/alsa_usb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/animax.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/arduino.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/asusdh.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/ati-remote-wonder.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/atilibusb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/atiusb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/atwf83.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/audio.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/audio_alsa.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/avermedia.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/avermedia98.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/avermedia_vdomate.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/awlibusb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/breakoutbox.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/bte.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/chronos.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/commandir.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/confs_by_driver.yaml</Path>
+ <Path fileType="data">/usr/share/lirc/configs/cph03x_askey.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/cph03x_dynalink.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/cph03x_trifan.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/cph06x_askey.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/cph06x_phoebe.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/cph06x_tview.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/creative.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/creative_infracd.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/default.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/devinput.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/dfclibusb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/drivers.yaml</Path>
+ <Path fileType="data">/usr/share/lirc/configs/dsp.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/dvico.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/ea65.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/flyvideo_2.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/flyvideo_98.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/flyvideo_98FM.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/flyvideo_FM_card36.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/ftdi.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/gvbctv5pci.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/hauppauge.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/hauppauge_dvb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/hauppauge_hvr1300.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/hercules_smarttv_stereo.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/home_brew_parallel.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/home_brew_serial.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/igorplugusb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/imon.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/imon_24g.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/imon_knob.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/imon_lcd.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/imon_pad.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/imon_rsc.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/irdeo.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/irdeo_remote.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/irlink.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/irtoy.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/kernel-drivers.yaml</Path>
+ <Path fileType="data">/usr/share/lirc/configs/knc_one.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/knc_one_typhoon.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/kworld.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/leadtek_0007.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/leadtek_0010.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/leadtek_pvr2000.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/livedrive_midi.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/livedrive_seq.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/logitech.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/macmini.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/mce.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/mediafocusI.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/medion.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/mouseremote.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/mp3-anywhere-usb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/mp3anywhere-serial.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/mplay_blast.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/mplay_mini.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/none.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/nslu2.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/nvidia-x10.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/packard_bell.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pcmak.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pcmak_usb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pctv.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pctv_miro.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pctv_pro.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pctv_sat.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pixelview_bt878.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pixelview_mpeg2.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pixelview_pak.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pixelview_pak_lenco.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pixelview_pro_37.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/pixelview_pv.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/provideo.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/realmagic.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/remotemaster.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/remotes.list</Path>
+ <Path fileType="data">/usr/share/lirc/configs/sa1100_hp.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/sa1100_sharp.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/samsung.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/sasem.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/sasem_dign.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/silitek.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/sir.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/snapstream.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/sonyir-osx.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/sonyir.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/srm7500libusb.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/tekram.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/tekram_bt829.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/tira.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/tira_raw.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/ttusbir.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/tvbox.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/udp.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/uirt2.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/uirt2_raw.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/usb_uirt_raw.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/usbx.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/x10.conf</Path>
+ <Path fileType="data">/usr/share/lirc/configs/zotac.conf</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/60-lirc.rules</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/60-usb-generic-perms.rules</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/61-lirc.blacklist-all.conf</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/97-lircd-uinput.rules</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/98-lirc-stable-link.rules</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/99-remote-control-lirc.rules</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/irexec.desktop</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/irman2lirc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircd.conf</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircmd.conf</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/lircmap.xml</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/lircrc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/mplayer.lircrc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/mythtv.lircrc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/vlc.lircrc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/volume_alsa.lircrc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/volume_mythtv.lircrc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/lircrc/volume_pulse.lircrc</Path>
+ <Path fileType="data">/usr/share/lirc/contrib/release-process.txt</Path>
+ <Path fileType="data">/usr/share/lirc/lirc-0.10.1.tar.gz</Path>
+ <Path fileType="data">/usr/share/lirc/lirc.hwdb</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/README.rst</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/__pycache__/config.cpython-36.opt-1.pyc</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/__pycache__/config.cpython-36.pyc</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/config.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/__init__.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/_client.c</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/async_client.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/client.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/database.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/doc/Doxyfile</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/doc/diode-2.gif</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/doc/mainpage.dox</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/lirctool</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/lirctool.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/lirc/paths.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/setup.py</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/tests/dummy-server</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/tests/lircrc.conf</Path>
+ <Path fileType="data">/usr/share/lirc/python-pkg/tests/test_client.py</Path>
+ <Path fileType="man">/usr/share/man/man1/ircat.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irdb-get.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irexec.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irpipe.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irpty.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irrecord.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irsend.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irsimreceive.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irsimsend.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irtestcase.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irtext2udp.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irw.1</Path>
+ <Path fileType="man">/usr/share/man/man1/irxevent.1</Path>
+ <Path fileType="man">/usr/share/man/man1/lirc-config-tool.1</Path>
+ <Path fileType="man">/usr/share/man/man1/lirc-lsplugins.1</Path>
+ <Path fileType="man">/usr/share/man/man1/lirc-lsremotes.1</Path>
+ <Path fileType="man">/usr/share/man/man1/lirc-make-devinput.1</Path>
+ <Path fileType="man">/usr/share/man/man1/lirc-setup.1</Path>
+ <Path fileType="man">/usr/share/man/man1/mode2.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pronto2lirc.1</Path>
+ <Path fileType="man">/usr/share/man/man1/xmode2.1</Path>
+ <Path fileType="man">/usr/share/man/man5/lircd.conf.5</Path>
+ <Path fileType="man">/usr/share/man/man5/lircrc.5</Path>
+ <Path fileType="man">/usr/share/man/man8/lircd-setup.8</Path>
+ <Path fileType="man">/usr/share/man/man8/lircd-uinput.8</Path>
+ <Path fileType="man">/usr/share/man/man8/lircd.8</Path>
+ <Path fileType="man">/usr/share/man/man8/lircmd.8</Path>
+ <Path fileType="man">/usr/share/man/man8/lircrcd.8</Path>
<Path fileType="data">/var/lib/lirc/images/atwf83.jpg</Path>
<Path fileType="data">/var/lib/lirc/images/diode.gif</Path>
<Path fileType="data">/var/lib/lirc/images/lirc.gif</Path>
<Path fileType="data">/var/lib/lirc/images/marb18.jpg</Path>
<Path fileType="data">/var/lib/lirc/plugins/index.html</Path>
<Path fileType="data">/var/lib/lirc/plugins/lirc.css</Path>
- <Path fileType="data">/var/run/lirc</Path>
</Files>
</Package>
<Package>
@@ -129,21 +465,57 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="2">lirc</Dependency>
+ <Dependency release="3">lirc</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="header">/usr/include/lirc/ciniparser.h</Path>
+ <Path fileType="header">/usr/include/lirc/config.h</Path>
+ <Path fileType="header">/usr/include/lirc/config_file.h</Path>
+ <Path fileType="header">/usr/include/lirc/config_flags.h</Path>
+ <Path fileType="header">/usr/include/lirc/curl_poll.h</Path>
+ <Path fileType="header">/usr/include/lirc/dictionary.h</Path>
+ <Path fileType="header">/usr/include/lirc/driver.h</Path>
+ <Path fileType="header">/usr/include/lirc/drv_admin.h</Path>
+ <Path fileType="header">/usr/include/lirc/drv_enum.h</Path>
+ <Path fileType="header">/usr/include/lirc/dump_config.h</Path>
+ <Path fileType="header">/usr/include/lirc/include/linux/input-event-codes.h</Path>
+ <Path fileType="header">/usr/include/lirc/include/media/lirc.h</Path>
+ <Path fileType="header">/usr/include/lirc/input_map.h</Path>
+ <Path fileType="header">/usr/include/lirc/input_map.inc</Path>
+ <Path fileType="header">/usr/include/lirc/ir_remote.h</Path>
+ <Path fileType="header">/usr/include/lirc/ir_remote_types.h</Path>
+ <Path fileType="header">/usr/include/lirc/irpipe.h</Path>
+ <Path fileType="header">/usr/include/lirc/irrecord.h</Path>
+ <Path fileType="header">/usr/include/lirc/line_buffer.h</Path>
+ <Path fileType="header">/usr/include/lirc/lirc-utils.h</Path>
+ <Path fileType="header">/usr/include/lirc/lirc_client.h</Path>
+ <Path fileType="header">/usr/include/lirc/lirc_config.h</Path>
+ <Path fileType="header">/usr/include/lirc/lirc_log.h</Path>
+ <Path fileType="header">/usr/include/lirc/lirc_options.h</Path>
+ <Path fileType="header">/usr/include/lirc/media</Path>
+ <Path fileType="header">/usr/include/lirc/paths.h</Path>
+ <Path fileType="header">/usr/include/lirc/receive.h</Path>
+ <Path fileType="header">/usr/include/lirc/release.h</Path>
+ <Path fileType="header">/usr/include/lirc/serial.h</Path>
+ <Path fileType="header">/usr/include/lirc/transmit.h</Path>
+ <Path fileType="header">/usr/include/lirc_client.h</Path>
+ <Path fileType="header">/usr/include/lirc_driver.h</Path>
+ <Path fileType="header">/usr/include/lirc_private.h</Path>
+ <Path fileType="library">/usr/lib64/libirrecord.so</Path>
+ <Path fileType="library">/usr/lib64/liblirc.so</Path>
+ <Path fileType="library">/usr/lib64/liblirc_client.so</Path>
+ <Path fileType="library">/usr/lib64/liblirc_driver.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/lirc-driver.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/lirc.pc</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2018-01-30</Date>
- <Version>0.9.4d</Version>
+ <Update release="3">
+ <Date>2018-08-19</Date>
+ <Version>0.10.1</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
-</PISI>
\ No newline at end of file
+</PISI>

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 12:52 AM (3 h, 17 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792888
Default Alt Text
D978.id9032.diff (45 KB)

Event Timeline