pkg-perl: set PERL_USE_UNSAFE_INC
[buildroot-gz.git] / package / tovid / Config.in
blobd8052ea334c6d582714ba2b8d5a7fcb5709a5b7c
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_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
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).
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 \
37                 || !BR2_USE_WCHAR
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