Commit Graph

31 Commits

Author SHA1 Message Date
Matthias Reichl
f31a9810db v4l-utils: also build dvb utils and v4l2-ctl
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-01-31 00:26:20 +01:00
Radostan Riedel
f93a20a6fc v4l-utils: Add wetek_play_2 to libreelec_multi_amlogic 2018-01-30 13:19:44 +01:00
Matthias Reichl
7b337bd25a v4l-utils: add multi keymap for Amlogic devices
This keymap supports the common remotes (MCE, Xbox 360 etc)
plus the Odroid an Wetek Hub remote.

It is used with the meson-ir driver unless one of the other
supported keymaps was explicitly chosen in devicetree.

By default meson-ir uses the rc-empty map, Odroid C2 DT sets it
to rc-odroid and Wetek Hub DT sets it to rc-wetek-hub. As rc-maps.cfg
doesn't contain a mapping for these the amlogic multi-map will be used.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-01-23 17:18:05 +01:00
Matthias Reichl
ac9aac9bab v4l-utils: bump to 1.14.1
all backport patches can be dropped, they are already in upstream

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-01-20 11:07:45 +01:00
Matthias Reichl
2768ded009 v4l-utils: refactor multi-keymap creation
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 13:00:53 +01:00
Matthias Reichl
7f9926ef6b v4l-utils: add Odroid and Wetek Hub keymaps
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 12:55:45 +01:00
Matthias Reichl
84e97c6cb9 v4l-utils: apply rc_maps.cfg changes via package.mk instead of patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 12:55:45 +01:00
Matthias Reichl
55fb2e5bdb v4l-utils: install additional keymaps from files instead of patches
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 12:55:40 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Jonas Karlman
71de334efa v4l-utils: add option to build cec-ctl 2017-10-14 11:55:27 +02:00
Christian Hewitt
555484a160 Merge pull request #1802 from HiassofT/le-v4lutils-udev
v4l-utils: fix racy udev rule
2017-07-22 22:10:34 +04:00
Matthias Reichl
5c28dc0a77 v4l-utils: build and install ir-ctl as well
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-07-21 16:49:30 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
Matthias Reichl
e69350f6ed v4l-utils: fix racy udev rule
ir-keytable -a can fail if it's run before the input and event
devices are created. Fix this by changing the udev rule to trigger
on event device creation instead of rc device creation.

Also drop the udev rules patch and simply replace the udev rule
with our version, this is easier to maintain.

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-07-16 18:14:22 +02:00
MilhouseVH
33e102dae3 v4l-utils: update to v4l-utils-1.12.3 2017-05-06 22:45:24 +01:00
Matthias Reichl
6526855d7f v4l-utils: create separate keymaps instead of patching rc6_mce
All locally added remote keycodes are now in separate files,
one per remote, instead of adding them to rc6_mce.

A new keymap, libreelec_multi, with all keycodes of the previous
rc6_mce map is added in install and used by default when the
remote is configured to use the rc-rc6-mce table.

The default behaviour is unchanged, LE can still be controlled with
MCE, xbox, ... remotes out of the box but it's now possible to configure
the ir receiver to react only on the codes sent by a specific remote.

This solves the issue where a xbox remote always controlled LE even
when a user only wanted to control it with a MCE remote.

To do this simply create a /storage/.config/rc_maps.cfg file with
the following content:

*	rc-rc6-mce	rc6_mce

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-03-12 17:59:31 +01:00
Matthias Reichl
3d542612b2 v4l-utils: update to 1.12.2 2017-02-13 18:20:13 +01:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Peter Vicman
61c7f1d580 v4l-utils: build without jpeg support 2016-01-22 13:24:38 +01:00
Peter Vicman
77a18558a3 Revert "fix PKG_DEPENDS_TARGET to include libjpeg-turbo"
This reverts commit 61da99e.
2016-01-22 13:24:06 +01:00
Steffen Hoenig
61da99e2de fix PKG_DEPENDS_TARGET to include libjpeg-turbo
won't compile otherwise
2016-01-21 21:07:30 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
2f60d413fe v4l-utils: update to v4l-utils-1.8.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-18 12:24:25 +01:00