103 Commits

Author SHA1 Message Date
Douglas Teles
c542304146 New architecture release 2026-03-18 17:32:41 -03:00
mglae
9b8d5dff70 lirc: disable python patch: compute VERSION_NODOTS using shell and "rebase" 2024-11-22 19:40:30 +01:00
mglae
7f23c56031 lirc: remove confusing static config.h in lirc 0.10.2 release package
Left over lib/lirc/config.h lead to "LIRC_LOCKDIR" redefined to not existing
"/var/lock/lockdir" (beside others):

/home/docker/LibreELEC.tv/build.LibreELEC-gbm.x86_64-12.0-devel-mg/build/lirc-0.10.2/lib/lirc/config.h:198: warning: "LIRC_LOCKDIR" redefined
  198 | #define LIRC_LOCKDIR "/var/lock/lockdev"
      |
In file included from /home/docker/LibreELEC.tv/build.LibreELEC-gbm.x86_64-12.0-devel-mg/build/lirc-0.10.2/lib/driver.c:12:
./config.h:198: note: this is the location of the previous definition
  198 | #define LIRC_LOCKDIR "/var/lock"
      |

Furthermore define lock dir because lirc's configure does check the host system and use
/var/lock/lockdev if existing.
2024-11-22 19:40:27 +01:00
CvH
67dcda694b cleanup scripts: packages/ 2024-07-06 13:02:07 +02:00
Rudi Heitbaum
99f934c5c8 lirc: fix gcc-14 build 2024-05-19 06:10:30 +00:00
Matthias Reichl
1f85ae27f3 Revert "lirc: support -D_TIME_BITS=64 for 64-bit time"
This reverts commit 2da3f0e9ed.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Rudi Heitbaum
d1df2e4553 lirc: update to 0.10.2
news:
- 2650b422f4/tree/NEWS
2022-10-07 08:55:51 +00:00
Rudi Heitbaum
2da3f0e9ed lirc: support -D_TIME_BITS=64 for 64-bit time 2022-07-22 07:25:46 +00:00
Matthias Reichl
dc8fc03f3f lirc: add Debian patch lirc-gpio-ir-0.10
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-22 21:05:47 +02:00
Matthias Reichl
4723b9aada lirc: fix build on kernel 5.18
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-22 21:05:47 +02:00
heitbaum
9a1c508523 lirc: remove RPATH 2022-01-23 21:39:17 +00:00
Ian Leonard
b31ce30170 sysutils: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +00:00
Matthias Reichl
14176318a5 lirc: add patch to fix zotac driver
See https://sourceforge.net/p/lirc/tickets/327/

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-04-10 10:19:40 +02:00
Matthias Reichl
7171272faf lirc: add dependency on alsa-lib
This fixes missing alsa_usb plugin.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-12-09 12:47:27 +01:00
MilhouseVH
97f87d8e9c packages: switch from Python2 to Python3 2019-10-29 12:19:07 +00:00
Matthias Reichl
e532cde725 lirc: add --enable-uinput configure option
Don't rely on autodetection as this will fail, eg when building
in a chroot without /dev/uinput, and result in lircd-uinput missing

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-03 17:02:31 +02:00
Matthias Reichl
bd79a69f43 lirc: add patches from Debian Buster
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-03 12:31:07 +02:00
Matthias Reichl
304fa8c2eb lirc: fix disable-python patch
The patch accidentally dropped installation of pkgconfig files which
lead to libirman not detecting lirc

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-03 12:31:07 +02:00
MilhouseVH
c96223f4d7 lirc: update to lirc-0.10.1 2019-06-07 08:49:07 +01:00
MilhouseVH
9f75c9be17 lirc: detects alsa automagically - we don't want the alsa libs
When building lirc after alsa-utils, the following unwanted alsa libraries are built by lirc:

NEW FILE       Delta: 10,536       devel-20190115185543-5767941: 10,536        devel-20190115133317-5767941: n/a          /usr/lib/lirc/plugins/alsa_usb.so
NEW FILE       Delta: 19,176       devel-20190115185543-5767941: 19,176        devel-20190115133317-5767941: n/a          /usr/lib/lirc/plugins/audio_alsa.so
2019-02-08 17:17:43 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Matthias Reichl
e821e6b193 lirc: use /run instead of /var/run
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-24 14:20:07 +02:00