ccf031e8a6c0773c5d1efc8c29e97fbdc78664ee
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tovid / Config.in
1 config BR2_PACKAGE_TOVID
2         bool "tovid"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_USE_WCHAR
7         depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
8         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 # ffmpeg
9         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # ffmpeg
10         depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
11         # The below dependencies are runtime dependencies only
12         select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # procps_ng
13         select BR2_PACKAGE_DVDAUTHOR
14         select BR2_PACKAGE_DVDRW_TOOLS
15         select BR2_PACKAGE_FFMPEG
16         select BR2_PACKAGE_IMAGEMAGICK
17         select BR2_PACKAGE_JPEG
18         select BR2_PACKAGE_MJPEGTOOLS
19         select BR2_PACKAGE_MPLAYER
20         select BR2_PACKAGE_PROCPS_NG # pgrep and pkill
21         select BR2_PACKAGE_SOX
22         help
23           The tovid suite, also known simply as tovid, is a collection
24           of shell and Python scripts for creating DVDs and
25           (S)VCDs. It is pronounced "to vid" (because it converts to
26           video disc formats).
27
28           http://tovid.wikia.com/wiki/Installing_tovid
29
30 comment "tovid needs a toolchain w/ threads, C++, wchar"
31         depends on BR2_USE_MMU
32         depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
33         depends on !BR2_TOOLCHAIN_HAS_THREADS \
34                 || !BR2_INSTALL_LIBSTDCPP \
35                 || !BR2_USE_WCHAR
36
37 comment "tovid depends on python or python3"
38         depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
39         depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS