slang: make install-static do install-pkgconfig
[buildroot-gz.git] / package / tvheadend / Config.in
blob095ec65575056bd98b18eff99eb0871da9eb42c1
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_LIBICONV if !BR2_ENABLE_LOCALE
16         select BR2_PACKAGE_OPENSSL
17         help
18           Tvheadend is a TV streaming server for Linux supporting DVB-S,
19           DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as
20           input sources.
22           https://www.lonelycoder.com/redmine/projects/tvheadend/
24           Note:
25             - a default user has been created to log in the web configuration
26               GUI: admin/admin; you can change it at your discretion at runtime.
27             - if you want Avahi support, you'll need to enable:
28                   Avahi, D-Bus, libdaemon