aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tvheadend
Commit message (Collapse)AuthorAge
* tvheadend: minor bugfix version bump to 4.0.10Hannu Nyman2018-05-01
| | | | | | | | | | | | | | Update the package to the last release of the old 4.0 series. Note that this version is still from the obsolete 4.0 series, but updates the source base a bit. This also enables dropping one of the GCC 7.3 fixes. Compiled and briefly run-tested with ipq806x and mvebu, but no actual operations done. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tvheadend: fix compilation with GCC 7.3Hannu Nyman2018-05-01
| | | | | | Disable two warnings to enable compilation with GCC 7.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* tvheadend: update to 4.0.9Jan Čermák2016-04-11
| | | | Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* tvheadend: update to v4.0.7Jan Čermák2015-11-05
| | | | Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* tvheadend: Fix build dependency for iconv libsTed Hess2015-11-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* tvheadend: add missing install of default Uci config fileJan Čermák2015-08-11
| | | | Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* tvheadend: add new packageJan Čermák2015-07-06
Tvheadend is a TV streaming server and recorder for Linux. Legacy Makefile for tvheadend was used as a skeleton, but most of its parts were rewritten or updated later. Procd init script allows to set some configuration options (these are commented out in default Uci config for documentation purposes) and is written in a way that it puts only configuration that needs to be persistent to main memory. EPG database which is large and updated regularly is put to tmpfs (this can be disabled in config). Signed-off-by: Jan Čermák <jan.cermak@nic.cz>