Accepting request 401637 from home:posophe:branches:vdr
update OBS-URL: https://build.opensuse.org/request/show/401637 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=68
This commit is contained in:
parent
cb84780d48
commit
77904fb1ea
@ -12,10 +12,10 @@ diff --git a/lirc_options.conf b/lirc_options.conf
|
||||
index d8ddedd..11293e2 100644
|
||||
--- a/lirc_options.conf
|
||||
+++ b/lirc_options.conf
|
||||
@@ -6,7 +6,7 @@
|
||||
@@ -10,7 +10,7 @@
|
||||
nodaemon = False
|
||||
driver = default
|
||||
device = /dev/lirc0
|
||||
driver = devinput
|
||||
device = auto
|
||||
-output = /var/run/lirc/lircd
|
||||
+lircdfile = /var/run/lirc/lircd
|
||||
pidfile = /var/run/lirc/lircd.pid
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aff0cf6cbdbb46f55317777e651d796c10bf9287f3acb3bc0113440a276ef22
|
||||
size 2283361
|
3
lirc-0.9.4.tar.bz2
Normal file
3
lirc-0.9.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd18a6751674fd61e4a96eebc3b9e5c883389d6230811943513443522dfc5dd0
|
||||
size 2291164
|
100
lirc.changes
100
lirc.changes
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 11:20:36 UTC 2016 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 0.9.4
|
||||
* The caraca driver has been retired (still available in attic/).
|
||||
* The iguanair driver has been moved out of tree and is now
|
||||
maintained by Iguanaworks, Inc. See drivers/iguanair/README.
|
||||
* The irman driver has been moved out of tree. From 0.5.1 the
|
||||
libirman package contains the driver. See drivers/irman/README
|
||||
* The yard2 driver has been moved out of tree and is now maintained
|
||||
by the yard2 project. See driver/yard2/README.
|
||||
* The lirc.4 manpage (/dev/lirc* interface) is upstreamed to the
|
||||
linux kernel manpages project (#164). Old page lirc.4l still
|
||||
lingers in attic/ but is not installed.
|
||||
* Upstream selinux updated to match current lircd requirements.
|
||||
See: https://github.com/fedora-selinux/selinux-policy/pull/41
|
||||
* New upstream debian packaging with which Debian users can create
|
||||
.deb packages. Ubuntu packages are also available in PPAs. See
|
||||
README.md in the debian branch (#137).
|
||||
* New driver girs for the GIRS protocol, gives LIRC Arduino support.
|
||||
See new info in driver documentation.
|
||||
* New transmit-only FTDI driver with enhanced accuracy and hardware
|
||||
support. See ftdix driver documentation.
|
||||
* Support for non-modulated signals added (#132).
|
||||
* As shipped, lircd now uses the devinput driver and the new 'auto'
|
||||
device, should work for all remotes supported by kernel (#106).
|
||||
* Enhanced lirc-setup tool (#123, partly):
|
||||
- Add drvctl device enumeration support.
|
||||
- Integrated mode2 and irw tests of current configuration.
|
||||
- Documentation links.
|
||||
- More consistent data based on new database.
|
||||
- Multiple bugfixes.
|
||||
* Several patches to make mode2 work with all drivers(#123, partly)
|
||||
* Configuration database overhaul (#123, partly)
|
||||
- Database lives as yaml files in configs/.
|
||||
- Data is collected from drivers, remotes and static files.
|
||||
- Better ways for drivers to enumerate devices.
|
||||
- There is an unstable python database module used by
|
||||
all tools.
|
||||
* Several drivers including default and devinput has enhanced
|
||||
enumeration support, usable with mode2 -l and lirc-setup.
|
||||
* devinput.lircd.conf is generated at build time to match host kernel,
|
||||
new script lirc-make-devinput shipped to re-generate it (#153)
|
||||
* A new script lircd-setup runs as a one-shot service before lircd,
|
||||
performing setup commands as root (#121).
|
||||
* Several new examples in contrib/, notably lircrc templates for
|
||||
many popular LIRC applications and improved udev rules.
|
||||
* The default driver does not require root perms if the protocol
|
||||
is correct (#133).
|
||||
* Add an "auto" device to devinput driver for single-device
|
||||
usecase (#134).
|
||||
* irrecord has been taught to handle remotes without gap (#98).
|
||||
* The --uinput lircd option is deprecated, obsoleted by the
|
||||
lircd.uinput.service systemd service. See lircd-uinput(8).
|
||||
* CLI options for mode2, xmode2 and irrecord has been streamlined.
|
||||
All tools falls back to lircd defaults where it makes sense.
|
||||
* The driver API has been expanded with functions to enumerate
|
||||
devices. See configs/README and lib/driver.h.
|
||||
* New logging API with hooks for enhanced messages and filtering
|
||||
(also #129).
|
||||
* The out-of-tree build interface is enhanced with hooks for external
|
||||
drivers to rebuild documentation and add a config file.
|
||||
* lircd: Fix too-short gap when sending/blasting (#158).
|
||||
* lircd: Fix typo causing lost deinit_func() calls (#179).
|
||||
* irrecord fixes:
|
||||
- Fix broken namespace checks on recent kernels (#187).
|
||||
- Buggy handling of not decoded buttons in irrecord (#146).
|
||||
- Repeated buttons problems (#149)
|
||||
- Endless loop when key is not recognized (#146)
|
||||
- Endless loop on idendifying toggle mark (#139)
|
||||
* lirs-lsremotes: Don't use non-standard GLOB_BRACE (#174).
|
||||
* lib: Fix misleading logprintf comments (#179)
|
||||
* lib: Clean up loglevel handling (#178).
|
||||
* Fix --plugindir not being respected (#144).
|
||||
* Fix gid and supplementary groups in CLI apps dropping root.
|
||||
* Fix a crash in irrecord when invoked without options.
|
||||
* Fix bad parsing of --options-file unless given first (#165).
|
||||
* plugins/default: Don't require write access if not needed (#133).
|
||||
* plugins/atilibusb: Fix crash for non-existing device (#145).
|
||||
* plugins/audio_alsa : Fix blocking regression bug (#169).
|
||||
* plugins/file: Fix bad test for LIRCCODE cases (#171).
|
||||
* plugins/ftdi: Bugfixes: 4157fe1, 92e2d1d, #182.
|
||||
* plugins/girs: Bugfixes.
|
||||
* plugins/default: Remotes become too sensitive in 0.9.3 (#148)
|
||||
* plugins/default: Walk around kernel bug generating multiple
|
||||
spaces (#172).
|
||||
* doc: lircd.conf: Document suppress_repeat parameter.
|
||||
* Clean up docs, remove circular links (#136). Documentation is
|
||||
now only in lirc.org/html.
|
||||
* build: Add explicit default -L${libdir} linker flag.
|
||||
* build: Fix Debian FTBS compilation error.
|
||||
- Add some missing dependencies
|
||||
* doxygen
|
||||
* kmod-compat
|
||||
* pkgconfig(sm)
|
||||
- Replace pkgconfig(libusb-1.0) with pkgconfig(libusb); fow some
|
||||
reasons, lirc now relies on compat libusb
|
||||
- Remove obsolete configure switches
|
||||
- Update 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 08:36:41 UTC 2016 - pgajdos@suse.com
|
||||
|
||||
|
27
lirc.spec
27
lirc.spec
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
Name: lirc
|
||||
#
|
||||
Version: 0.9.3a
|
||||
Version: 0.9.4
|
||||
Release: 0
|
||||
Summary: Tools for Infrared Receivers
|
||||
License: GPL-2.0+
|
||||
@ -37,10 +37,12 @@ Source9: 51-lirc.rules
|
||||
Patch0: 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
|
||||
# PATCH-FEATURE-UPSTREAM 0002-lircd-Fix-bad-default-for-lircdfile.patch -- Fix bad default for lircdfile
|
||||
Patch1: 0002-lircd-Fix-bad-default-for-lircdfile.patch
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: kmod-compat
|
||||
# for hw_atilibusb driver
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
@ -50,8 +52,9 @@ BuildRequires: pkgconfig(libirman)
|
||||
%endif
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-PyYAML
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(libusb)
|
||||
BuildRequires: pkgconfig(portaudio-2.0)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -215,10 +218,6 @@ sed -i 's|run|%{_localstatedir}/run|g' systemd/lircd.socket
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-igor \
|
||||
--with-transmitter \
|
||||
--with-port=0x3f8 \
|
||||
--with-irq=4 \
|
||||
--enable-ipv6
|
||||
# make %%{?_smp_mflags}
|
||||
# parallel makes are currently busted, do single-threaded for now
|
||||
@ -243,8 +242,6 @@ install -Dpm 644 contrib/99-remote-control-lirc.rules \
|
||||
# get rid of libtool file
|
||||
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
|
||||
#
|
||||
# get rid of useless contrib stuff
|
||||
rm contrib/lirc.*
|
||||
#
|
||||
# Don't install documentation in a non standard directory
|
||||
rm -rf %{buildroot}%{_datadir}/doc
|
||||
@ -258,9 +255,6 @@ rm -rf %{buildroot}%{_datadir}/lirc/contrib
|
||||
#
|
||||
rm -rf %{buildroot}%{_datadir}/lirc/plugindocs
|
||||
#
|
||||
# remove lirc.4, as it is part of man-pages from 4.05 on
|
||||
rm %{buildroot}%{_mandir}/man4/lirc.4
|
||||
#
|
||||
%fdupes -s %{buildroot}
|
||||
%fdupes -s .
|
||||
|
||||
@ -275,10 +269,10 @@ rm %{buildroot}%{_mandir}/man4/lirc.4
|
||||
%postun -n libirrecord0 -p /sbin/ldconfig
|
||||
|
||||
%pre core
|
||||
%service_add_pre lircd.service lircmd.service lircd.socket
|
||||
%service_add_pre lircd.service lircmd.service lircd.socket irexec.service
|
||||
|
||||
%post core
|
||||
%service_add_post lircd.service lircmd.service lircd.socket
|
||||
%service_add_post lircd.service lircmd.service lircd.socket irexec.service
|
||||
%if 0%{?suse_version} <= 1320
|
||||
systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf >/dev/null 2>&1 || :
|
||||
%else
|
||||
@ -297,10 +291,10 @@ for file in lircd.conf lircmd.conf lircrc; do
|
||||
done
|
||||
|
||||
%preun core
|
||||
%service_del_preun lircd.service lircmd.service lircd.socket
|
||||
%service_del_preun lircd.service lircmd.service lircd.socket irexec.service
|
||||
|
||||
%postun core
|
||||
%service_del_postun lircd.service lircmd.service lircd.socket
|
||||
%service_del_postun lircd.service lircmd.service lircd.socket irexec.service
|
||||
|
||||
%files core
|
||||
%defattr (-,root,root)
|
||||
@ -335,7 +329,10 @@ done
|
||||
%config(noreplace,missingok) %{_sysconfdir}/lirc/lircmd.conf
|
||||
%config(noreplace,missingok) %{_sysconfdir}/lirc/lirc_options.conf
|
||||
%config(noreplace,missingok) %{_sysconfdir}/lirc/lircd.conf.d/README.conf.d
|
||||
%config(noreplace,missingok) %{_sysconfdir}/lirc/lircd.conf.d/devinput.lircd.conf
|
||||
%config(noreplace,missingok) %{_sysconfdir}/lirc/irexec.lircrc
|
||||
%{_unitdir}/lirc*
|
||||
%{_unitdir}/irexec.service
|
||||
%{_tmpfilesdir}/lirc.conf
|
||||
|
||||
%files devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user