tvheadend: add new package 1537/head
authorJan Čermák <jan.cermak@nic.cz>
Sat, 4 Jul 2015 13:55:55 +0000 (15:55 +0200)
committerJan Čermák <jan.cermak@nic.cz>
Mon, 6 Jul 2015 19:25:43 +0000 (21:25 +0200)
commit4e676203b3a8ef3532033017e718f12d3e9fda89
treeb9c6059807b942fd71877d6300c0018353a97672
parent93cb07e376cb187315b843339c0e1f58351235e2
tvheadend: add new package

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>
multimedia/tvheadend/Config.in [new file with mode: 0644]
multimedia/tvheadend/Makefile [new file with mode: 0644]
multimedia/tvheadend/files/tvheadend.config [new file with mode: 0644]
multimedia/tvheadend/files/tvheadend.init [new file with mode: 0644]