diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2012-12-28 12:37:43 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-28 23:40:26 +0100 |
commit | 14989d0be59762a354e7c5c15a2eeb4826d8040b (patch) | |
tree | f47c0c5725cecb619552786fafad18d9fe5c924b /package/tvheadend/Config.in | |
parent | 6904b0ea954c22f3efb9619dc4a7b793fe985547 (diff) | |
download | buildroot-novena-14989d0be59762a354e7c5c15a2eeb4826d8040b.tar.gz buildroot-novena-14989d0be59762a354e7c5c15a2eeb4826d8040b.zip |
package/tvheadend: new package
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tvheadend/Config.in')
-rw-r--r-- | package/tvheadend/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in new file mode 100644 index 000000000..944e31e85 --- /dev/null +++ b/package/tvheadend/Config.in @@ -0,0 +1,19 @@ +comment "tvheadend requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE + +config BR2_PACKAGE_TVHEADEND + bool "tvheadend" + depends on BR2_LARGEFILE + select BR2_PACKAGE_OPENSSL + help + Tvheadend is a TV streaming server for Linux supporting DVB-S, + DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as + input sources. + + https://www.lonelycoder.com/redmine/projects/tvheadend/ + + Note: + - a default user has been created to log in the web configuration + GUI: admin/admin; you can change it at your discretion at runtime. + - if you want Avahi support, you'll need to enable: + Avahi, D-Bus, libdaemon |