Commit Graph

17 Commits

Author SHA1 Message Date
Marius Dinu
059fb6e313 tvheadend: Fix github warning about AUTORELEASE
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2022-12-08 16:50:03 +08:00
Marius Dinu
fe38ff968c tvheadend: add conditions for -O3 and LTO optimizations
Building for arc, mips and powerpc platforms fails if -O3 and LTO optimizations are enabled. This patch removes that option for everything other than arm and x86_64. These are known to work.
Fixes issue #19923.
Also fixes a typo in the description.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2022-12-08 16:50:03 +08:00
Marius Dinu
9a65d2de08 tvheadend: update to git master 2022-11-20
- EPG database switched from v2 to v3. This commit updates OpenWrt init script to use the new database file.
- EPG database symlink created by OpenWrt config option is overwritten with a real file by tvheadend.
  The latest tvheadend commit included here fixes that.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2022-11-23 10:45:37 +08:00
sKyissKy
1d2c17e144
Delete 020-strncpy-issue.patch 2022-09-13 14:04:33 +08:00
Alexander Egorenkov
71f3eeead9 tvheadend: add noacl config option for server
Add support for --noacl option to disable all access control checks.

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2022-04-08 18:32:54 +00:00
Matthew Hagan
e14d8df92f tvheadend: add /etc/tvheadend config to conffiles
Allow backing up and preserving of /etc/tvheadend across sysupgrades.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-02-26 05:53:05 +00:00
Matthew Hagan
e6b2545762 tvheadend: correct group permissions for /dev/dvb
Provide group read, write and execute permissions for /dev/dvb, otherwise
adapters will not be accessible from tvheadend.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-02-26 05:52:56 +00:00
Marius Dinu
fdae151d09 tvheadend: bind to LAN IP by default
If config parameter is not set, tvheadend will bind to LAN IP address by default.
Fixes issue #16500 without requiring user modifications to config file. It's also more secure if firewall becomes disabled.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2022-02-26 05:52:19 +00:00
Sergey V. Lobanov
a6b2e23082 tvheadend: fix build on macos
tvheadend configure/make files detect Darwin build host and changes
build logic, but it fails compilation for OpenWrt target (Linux)

This patch explicitly specifies Linux as a target platfrom

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-02-26 05:52:11 +00:00
Josef Schlehofer
d4d784b0e4 tvheadend: fix conffiles section
The previous one was wrong, and it did not work. It could be checked
inside compiled package in control.tar.gz that there was missing
``conffiles`` file with content `/etc/config/tvheadend`

It is also possible to verify that the config is not overwritten on the router
by running ``opkg install tvheadend --force-reinstall``

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26 05:52:02 +00:00
Josef Schlehofer
1f0d31b005 tvheadend: fix typo in uriparser
Fixes: 0449c109e78d4e5b998fc26415ecaa5bb5c274c3 ("tvheadend: disable
uriparser")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26 05:51:52 +00:00
Josef Schlehofer
ae841987f9 tvheadend: disable uriparser
This avoids to add liburiparser as dependency.

Package tvheadend is missing dependencies for the following libraries:
liburiparser.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26 05:51:47 +00:00
Marius Dinu
dbae94dd4d tvheadend: update to git master 2021-11-16, package cleanup, more options
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2021-12-09 01:07:43 +08:00
tianiue
13c113bdb9
tvheadend: update to 4.2.8
tvheadend: add patch to update hdhomerun
2021-10-25 10:03:10 +08:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00
coolsnowwolf
c36ad692b4 packages: sync to new packages 2020-07-08 14:18:52 +08:00
coolsnowwolf
d17588da1a first commit 2018-10-18 16:56:47 +08:00