xref: /OK3568_Linux_fs/buildroot/package/tovid/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_TOVID
2*4882a593Smuzhiyun	bool "tovid"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
7*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
8*4882a593Smuzhiyun	depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
9*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # mpv
10*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_ATOMIC # mpv
11*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # mpv
12*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC # mpv
13*4882a593Smuzhiyun	# The below dependencies are runtime dependencies only
14*4882a593Smuzhiyun	select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # procps_ng
15*4882a593Smuzhiyun	select BR2_PACKAGE_DVDAUTHOR
16*4882a593Smuzhiyun	select BR2_PACKAGE_DVDRW_TOOLS
17*4882a593Smuzhiyun	select BR2_PACKAGE_FFMPEG
18*4882a593Smuzhiyun	select BR2_PACKAGE_IMAGEMAGICK
19*4882a593Smuzhiyun	select BR2_PACKAGE_JPEG
20*4882a593Smuzhiyun	select BR2_PACKAGE_MJPEGTOOLS
21*4882a593Smuzhiyun	select BR2_PACKAGE_MPV
22*4882a593Smuzhiyun	select BR2_PACKAGE_PROCPS_NG # pgrep and pkill
23*4882a593Smuzhiyun	select BR2_PACKAGE_SOX
24*4882a593Smuzhiyun	help
25*4882a593Smuzhiyun	  The tovid suite, also known simply as tovid, is a collection
26*4882a593Smuzhiyun	  of shell and Python scripts for creating DVDs and
27*4882a593Smuzhiyun	  (S)VCDs. It is pronounced "to vid" (because it converts to
28*4882a593Smuzhiyun	  video disc formats).
29*4882a593Smuzhiyun
30*4882a593Smuzhiyun	  http://tovid.wikia.com/wiki/Installing_tovid
31*4882a593Smuzhiyun
32*4882a593Smuzhiyuncomment "tovid needs a toolchain w/ threads, C++, wchar, gcc >= 4.9"
33*4882a593Smuzhiyun	depends on BR2_USE_MMU
34*4882a593Smuzhiyun	depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
35*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_ATOMIC
36*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
37*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS \
38*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 \
39*4882a593Smuzhiyun		|| !BR2_INSTALL_LIBSTDCPP \
40*4882a593Smuzhiyun		|| !BR2_USE_WCHAR
41*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
42*4882a593Smuzhiyun
43*4882a593Smuzhiyuncomment "tovid depends on python or python3"
44*4882a593Smuzhiyun	depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
45*4882a593Smuzhiyun	depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
46*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_ATOMIC
47*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
48*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
49*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
50*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
51