1 config BR2_PACKAGE_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_PACKAGE_FFMPEG_ARCH_SUPPORTS
9 depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
10 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # mplayer
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
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
28 http://tovid.wikia.com/wiki/Installing_tovid
30 comment "tovid needs a toolchain w/ threads, C++, wchar"
31 depends on BR2_USE_MMU
32 depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
33 depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
34 depends on BR2_TOOLCHAIN_HAS_SYNC_4
35 depends on !BR2_TOOLCHAIN_HAS_THREADS \
36 || !BR2_INSTALL_LIBSTDCPP \
39 comment "tovid depends on python or python3"
40 depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
41 depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
42 depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS