ruby: bump version to 2.4.1
[buildroot-gz.git] / package / tvheadend / Config.in
blobfc39d6f486475b1233887d02185bb37818776def
1 comment "tvheadend needs a toolchain w/ NPTL, headers >= 3.2, dynamic library"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
3                 !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 || BR2_STATIC_LIBS
4         depends on BR2_TOOLCHAIN_HAS_SYNC_4
6 config BR2_PACKAGE_TVHEADEND
7         bool "tvheadend"
8         depends on !BR2_STATIC_LIBS # dladdr()
9         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
10         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
11         depends on BR2_TOOLCHAIN_HAS_SYNC_4
12         select BR2_PACKAGE_DTV_SCAN_TABLES
13         select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG
14         select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG
15         select BR2_PACKAGE_LIBVPX if BR2_PACKAGE_FFMPEG && !BR2_bfin # libvpx
16         select BR2_PACKAGE_X264 if BR2_PACKAGE_FFMPEG
17         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
18         select BR2_PACKAGE_OPENSSL
19         help
20           Tvheadend is a TV streaming server for Linux supporting DVB-S,
21           DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as
22           input sources.
24           https://www.lonelycoder.com/redmine/projects/tvheadend/
26           Note:
27             - on first run, tvheadend will start in wizard mode; the webUI
28               is available on port 9981.
29             - if you want Avahi support, you'll need to enable:
30                   Avahi, D-Bus, libdaemon