tvheadend: update libhdhomerun
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 27 Oct 2021 06:48:42 +0000 (08:48 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 28 Oct 2021 06:15:29 +0000 (23:15 -0700)
commitcb4433c4baa15f388e7c76e14c3176f1e96712bc
tree9a558d4dffb79117392ce27f0c8c28817b5fa379
parent18af9b9e21329492c2d4750e4e563429510cdf8a
tvheadend: update libhdhomerun

Recently, silicondust (developers of hdhomerun) did some cleanup and
removed old versions for hdhomerun library.

```
WGET            http://download.silicondust.com/hdhomerun/libhdhomerun_20150826.tgz
http://download.silicondust.com/hdhomerun/libhdhomerun_20150826.tgz:
2021-10-26 05:15:14 ERROR 404: Not Found.
```

And because of that, it is not possible to compile tvheadend, it ends
with following error:

```
In file included from src/input/mpegts/tvhdhomerun/tvhdhomerun.c:25:0:
src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h:27:10: fatal error: libhdhomerun/hdhomerun.h: No such file or directory
 #include <libhdhomerun/hdhomerun.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
```

Let's fix it by updating libdhdhomerun to newer version.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
multimedia/tvheadend/Makefile
multimedia/tvheadend/patches/100-libhdhomerun-upgrade-to-20180817.patch [new file with mode: 0644]