]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/tovid/Config.in
package/tovid: switch from mplayer to mpv
[coffee/buildroot.git] / 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_PACKAGE_FFMPEG_ARCH_SUPPORTS
9         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 # mpv
10         depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8 # mpv
11         depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC # mpv
12         # The below dependencies are runtime dependencies only
13         select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # procps_ng
14         select BR2_PACKAGE_DVDAUTHOR
15         select BR2_PACKAGE_DVDRW_TOOLS
16         select BR2_PACKAGE_FFMPEG
17         select BR2_PACKAGE_IMAGEMAGICK
18         select BR2_PACKAGE_JPEG
19         select BR2_PACKAGE_MJPEGTOOLS
20         select BR2_PACKAGE_MPV
21         select BR2_PACKAGE_PROCPS_NG # pgrep and pkill
22         select BR2_PACKAGE_SOX
23         help
24           The tovid suite, also known simply as tovid, is a collection
25           of shell and Python scripts for creating DVDs and
26           (S)VCDs. It is pronounced "to vid" (because it converts to
27           video disc formats).
28
29           http://tovid.wikia.com/wiki/Installing_tovid
30
31 comment "tovid needs a toolchain w/ threads, C++, wchar, gcc >= 4.5"
32         depends on BR2_USE_MMU
33         depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
34         depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
35         depends on !BR2_TOOLCHAIN_HAS_THREADS \
36                 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 \
37                 || !BR2_INSTALL_LIBSTDCPP \
38                 || !BR2_USE_WCHAR
39         depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
40
41 comment "tovid depends on python or python3"
42         depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
43         depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
44         depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
45         depends on !BR2_TOOLCHAIN_HAS_THREADS || \
46                 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
47         depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC